Masternode collateral 5,000 XAR. Masternodes will receive 75% of block reward for the next 2 years
Masternode Setup Guide On VPS:
1. Deploy VPS Ubuntu 18.04 (make sure to add 4GB of swap)
2. Install dependencies
sudo apt-get -y update && sudo apt-get -y install build-essential libssl-dev libdb++-dev libboost-all-dev libcrypto++-dev libqrencode-dev libminiupnpc-dev libgmp-dev libgmp3-dev autoconf autogen automake libtool autotools-dev pkg-config bsdmainutils software-properties-common libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev
sudo add-apt-repository ppa:bitcoin/bitcoin -y
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y
3. Download the daemon and unzip it
cd
4. Run soxard daemon
~/soxard -daemon
Will see an error here
'To use the "-daemon" option, you must set a rpcpassword in the configuration file'
5. Update soxar.conf file. Run
vi ~/.soxar/soxar.conf
Paste to the file:
rpcuser=user
rpcpassword=password
rpcport=4249
rpcallowip=127.0.0.1
daemon=1
server=1
staking=0
6. Run soxard daemon again and wait for server to sync.
~/soxard
7. Run to see if blocks are increasing:
~/soxard getinfo
8. Generate masternode private key
~/soxard masternode genkey
9. Update ~/.soxar/soxar.conf
~/soxard stop vi ~/.soxar/soxar.conf
Updated file should look like this:
rpcuser=user
rpcpassword=password
rpcport=4249
rpcallowip=127.0.0.1
daemon=1
server=1
staking=0
port=4250
masternodeaddr=your_vps_ip_address:4250
masternode=1
masternodeprivkey=masternode_private_key
Start soxard:
~/soxard
On local Windows/Mac/Ubuntu:
1. On Windows/Mac/Ubuntu add below to the soxar.conf file
rpcuser=user
rpcpassword=password
rpcport=4249
rpcallowip=127.0.0.1
daemon=1
server=1
staking=0
2. On Windows/Mac/Ubuntu go to Receive, generate a new address and assign a label to it, ex: MyMasternode
3. Send exactly 5000 XAR to the address above and wait for at least 1 confirmation
4. Open debug console and type
masternode outputs
You should see output like this:
{
"xxxxxxxxxxxxxxxxx" : 0
}
5. Write for yourself:
Alias: Your generated address label
Address: your_vps_ip_address:4250
Private Key: private key generated on your vps
TxHash: tx id from masternode outputs output
Output Index: index from masternode outputs tx id
Reward Address: (optional)
Reward %: (optional)
Example:
Alias: MyMasternode
Address: 123.45.67.89:4250
Private Key: xxxxxxxxxxxxxxxxx----xxxxxxxxxxxxxx
TxHash: xxxxxxxxxxxxxxxxx
Output Index: 0
Reward Address:
Reward %:
6. On Windows/Mac/Ubuntu Wallet Click Masternodes -> Create and fill information from the step above
7. Click Update -> Start All
If you did all the steps correctly your Masternode should have "Is Running" status