Documentation exported from Syscoin Core 4.1.2

masternode (4.1.2 RPC)

blockchain

control

generating

governance

governancewallet

mining

network

rawtransactions

syscoin

syscoinwallet

util

wallet

zmq

masternode "command"

Set of commands to execute masternode related actions

Arguments:
1. "command"        (string or set of strings, required) The command to execute

Available commands:
  count        - Get information about number of masternodes (DEPRECATED options: 'total', 'enabled', 'qualify', 'all')
  current      - Print info on current masternode winner to be paid the next block (calculated locally)
  genkey       - Generate new masternodeprivkey
  outputs      - Print masternode compatible outputs
  initialize  - Start single remote masternode by assigned name configured in masternode.conf
  start-<mode> - Start remote masternodes configured in masternode.conf (<mode>: 'all', 'missing', 'disabled')
  status       - Print masternode status information
  list         - Print list of all known masternodes (see masternodelist for more info)
  list-conf    - Print masternode.conf in JSON format
  winner       - Print info on next masternode winner to vote for
  winners      - Print list of masternode winners

Arguments:
1. command    (string, required) (count|current|genkey|outputs|initialize|start-<mode>|status|list|list-conf|winner|winners

Examples:
> syscoin-cli masternode list
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "masternode", "params": [list] }' -H 'content-type: text/plain;' http://127.0.0.1:8370/