How to set up a Safex Node + Wallet in Windows and Ubuntu

How to set up a Safex Node + Wallet in Windows and Ubuntu

WIN 120 SAFEX CASH THIS WEEKEND – See 26:57 for more info.

This guide will show you the process of setting up a remote Safex blockchain node and CLI wallet. Nodes are a very important part of the Safex blockchain ecosystem and you are encoraged to learn how set one up and run it.

You will need a Safex Wallet address if you wish to start mining Safex Cash. This guide will also show you how you can generate your own wallet and also back it up and restore it.

Offline geneator: https://www.youtube.com/watch?v=_e_jYO0xmxM

Register with Vultr here: http://bit.ly/2Q2abTY
Pre-compiled Daemon + wallet CLI: https://github.com/safex/safexcore/releases/

Commands used:
sudo apt-get update
sudo apt-get upgrade
adduser [set a username]
usermod -aG sudo [username]
sudo su – [username]
sudo apt install libnorm1 libpcsclite1
wget [paste current link to latest build] (this will change from time to time, check released page link above for latest version).
chmod 755 safexd
chmod 755 safex-wallet-cli

To run the blockchain: ./safexd
To run the blockchain in background: ./safexd –detach

To run the wallet: ./safex-wallet-cli (requires ./safexd to be running in the background)

Related Post: