How to mine Safex Cash on VPS, Part 2

How to mine Safex Cash on VPS, Part 2

Update 01/09/2018: Safex mainnet launched with some short lived technical issues. Compiling process for Safex mainnet is the same except you need to run ./safexd instead of ./safexd –testnet. Some users reported issues with not being able to find safexcore/build/release/bin folder beofre they try to run ./safexd –testnet (7:25). It can be sorted by not running screen command before you actually compile the blockchain (see updated instructions below). Then you can run screen before mining. If you already run screen command too early, type ‘exit’ once or twice until screen closes down. Then reopen putty window and go back few steps to repeat compiling.

Tutorial on how to mine Safex Cash via VPS. In part 2 tutorial you will learn how to compile safex blockchain and start mining Safex Cash. Safex recently launched a testnet which was announced by Daniel Dabek at the beginning of July. Safex cash will CPU and GPU minable. Safex mainnet planned to be launched in August 2018.

Buy safex: https://safex.io/getsafex/place order

My VPS provider: https://billing.virmach.com/aff.php?aff=4731
4 cores, 8GB RAM package

Instructions:
sudo apt-get update && apt-get upgrade

Safex blockchain:

sudo apt update && sudo apt install build-essential cmake pkg-config
libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libminiupnpc-dev
libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev
doxygen graphviz libpcsclite-dev

sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/

apt-get install git-core

git clone –recursive https://github.com/safex/safexcore.git

cd safexcore

make release -j4

cd safexcore/build/release/bin

./safexd –testnet or ./safexd (for mainnet)

type ‘exit’ then screen command + ulmit -t unlimited

Safex cash wallet:

cd safexcore/build/release/bin

sudo ./safex-wallet-cli –testnet or sudo ./safex-wallet-cli (for mainnet)

Safex cash mining:

cd safexcore/build/release/bin

start_mining wallet_name number_of_cores

screen -list (list of screens)

screen -r screen_name

Related Post: