- Use your favorite terminal application on Linux or Putty/Bitvise clients on Windows
- Connect to a terminal session with the Linux VPS
Note the alias you set when you created your masternode.conf
- From the terminal session, run the following commands
./CryptoCashBack-cli masternode start alias 0 <alias>
- From the terminal session, run the following commands
./CryptoCashBack-cli masternode status
- Your output should be similar to the following
{
"txhash" : "<txid>",
"outputidx" : <txid output>,
"netaddr" : "<externalip>:22331",
"addr" : "<wallet address>",
"status" : 4,
"message" : "Masternode successfully started"
}
Newly started masternodes take about 24 to 28 hours before they start recieving block rewards, so please be patient.