- Make sure the daemon is always running:
makerun.sh
- Make sure the daemon is never stuck:
checkdaemon.sh
- Clear the log file every other day:
clearlog.sh
- Your genkey, generated from your Audax wallet using
masternode genkey
in the Debug console - A custom port for SSH, as firewall will be enabled and only the custom port will be allowed for SSH
wget https://raw.githubusercontent.com/theaudaxproject/audaxnode/master/install.sh && bash ./install.sh
masternode_alias vps-ip:18200 genkey collateral-txhash outputidx
- Go to Masternodes tab
- Choose your node and click the "start alias" button
- From the debug console in your qt wallet
- Type
startmasternode alias false mn-alias
(where mn-alias is the alias or name of your masternode).
Check Masternode status: nodestatus
Check Masternode Sync status: syncstatus
Check current block height, wallet version: getinfo
Restart Masternode: restartnode