Hello,
I've recompiled my server's wallet, encrypt the new wallet, set masternode's private key...
Is there a way to check that my server is running a masternode?
are you running a linux vps? i havn´t setup a masternode on my own, but this is the command list:
masternode "command"... ( "passphrase" )
Set of commands to execute masternode related actions
Arguments:
1. "command" (string or set of strings, required) The command to execute
2. "passphrase" (string, optional) The wallet passphrase
Available commands:
count - Print number of all known masternodes (optional: 'enabled', 'both')
current - Print info on current masternode winner
debug - Print masternode status
genkey - Generate new masternodeprivkey
enforce - Enforce masternode payments
outputs - Print masternode compatible outputs
start - Start masternode configured in limecoinx.conf
start-alias - Start single masternode by assigned alias configured in masternode.conf
start-many - Start all masternodes configured in masternode.conf
stop - Stop masternode configured in limecoinx.conf
stop-alias - Stop single masternode by assigned alias configured in masternode.conf
stop-many - Stop all masternodes configured in masternode.conf
list - Print list of all known masternodes (see masternodelist for more info)
list-conf - Print masternode.conf in JSON format
winners - Print list of masternode winners
vote-many - Vote on a Limecoinx initiative
vote - Vote on a Limecoinx initiative
(code -1)