Setting Up a Safex Node for Windows

In this text, we will explain how to set up a Safex Node for Windows. The instructions will give you enough information to set up a Node on your own.

Setting Up a Safex Node for Windows

The below instructions will give even a complete novice enough information and instructions to successfully get a Safex Full Node up and running on their Windows 7/10 PC.

Recommended system requirements checklist for successful Mining of Safex on Windows:

  • Dual-core CPU or better
  • 4+ Gb RAM*
  • 160+ Gb HDD/SSD Free Space

* It is possible to have the node running with less RAM (Eg. on a RaspberryPi3 or better), but it isn't recommended.

Before you go to the trouble of setting up a Safex Node, you need to first ask yourself whether you should...


IMPORTANT!

Running a Node requires you staying updated with project development, and ensuring you perform software updates to the safexd software whenever new updates are released.

If you fail to keep your node updated, you will no longer be supporting the network, and attempts to connect your wallet via your node will result in you not being able to perform transactions at the correct blockheight, as your node will have been banned/blacklisted by those nodes running the correct software version.

Even worse, if you happen to be solo mining from a node no longer on the correct software version, you’ll be wasting your time and electricity, as any blocks ‘found’ will not be on the consensus chain, and thus will be invalid.

Perform updates as soon as practicable after code updates are released by the development team.


Preparing your PC to download the Safex node software

1. In your preferred folder location, create a new folder: safexcore

2. In your Antivirus software, add the safexcore folder to your Exclusion List (also known as whitelisting). If needed, disable your antivirus system.

Safexd Windows GitHub

3. Download the latest binary release of safexd-windows from the safex GitHub repository and save it to your safexcore folder.

4. When the download completes, Windows will automatically prompt you to Discard. Click the dropdown to the right and select "Keep".

5. Navigate to your safexcore folder. Your new file should be the only file in the folder.

6. On the file, right click - Properties and Unblock in the General tab.

7. Click on the Compatibility tab and tick the Checkbox beside “Run this program as an Administrator”.

Apply & OK

You can now launch the safexd-windows program, a terminal window will open, and after some software initialization, the blockchain will begin to synchronize. Your new node will start connecting to other Safex Nodes around the world and the blockchain will be written to your hard drive from scratch, arriving in 100-block chunks. This will take some time, depending upon your computer speed and internet connection.

If you ever turn off your PC, when you subsequently restart the safexd-windows program, it will resync from the last block it had received prior to shutdown.

When the node finally reaches the consensus top block, a SYNCHRONIZED message will appear in the terminal window.

At this point, type status in the terminal window and hit the Enter key.

Status will show you:

  • Blockheight on Mainnet (when fully synced, it will say 100%, otherwise it will show height currently synced to and the corresponding percentage)
  • Whether your safexd instance is [solo] mining or not
  • Net hashrate (of the entire Safex network)
  • Hardfork version (as of this article v7 is current), followed by "up to date” if it is the current consensus fork
  • Connections (ideally both IN and OUT show >0. If there are no IN connections, ports 17400-17404 should be opened on your Firewall settings)
  • Node Uptime
Safex Blockchain Synchronization

When you boot up the node, the default maximum number of connections your node will connect to is 10 OUT and 10 IN.

You can adjust this maximum, should you choose to do so.

For a full list of commands, type help

Scroll through the commands and you’ll note in_peers <max_number> and out_peers <max_number>

You can change your maximum peer connections by using those commands, and simply replace <max_number> with your desired target number, eg. 50.

If you do need to shutdown the node, it’s always best practice to manually save (Enter) the blockchain before you exit (Enter).

Further reading about Safex Mining Pools can be found here:

Safex Mining Pools Explained
Understand the function of mining pools, the terminology used, and the associated mining software they interact with and start mining Safex Cash.

Be a supporter of the Safex Network - learn about Safex Full Node, and thanks to this guide, run your own node.