Skip to content

Masternode count not working #1

Description

@GuusSeldenthuis

Error messaging:


Get masternode count values

Result:
{
  "total": n,        (numeric) Total masternodes
  "stable": n,       (numeric) Stable count
  "obfcompat": n,    (numeric) Obfuscation Compatible
  "enabled": n,      (numeric) Enabled masternodes
  "inqueue": n       (numeric) Masternodes in queue
}

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

    at /home/ubuntu/explorer/node_modules/node-chaincoin/lib/jsonrpc.js:99:19
    at Array.forEach (<anonymous>)
    at IncomingMessage.<anonymous> (/home/ubuntu/explorer/node_modules/node-chaincoin/lib/jsonrpc.js:96:15)
    at emitNone (events.js:111:20)
    at IncomingMessage.emit (events.js:208:7)
    at endReadableNT (_stream_readable.js:1064:12)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9) code: -1 }```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions