getmininginfo - Pastel RPC

getmininginfo

Returns a json object containing mining-related information.

Result:
{
  "blocks": nnn,             (numeric) The current block
  "currentblocksize": nnn,   (numeric) The last block size
  "currentblocktx": nnn,     (numeric) The last block transaction
  "difficulty": xxx.xxxxx,   (numeric) The current difficulty
  "errors": "...",           (string) Current errors
  "generate": true|false,    (boolean) If the generation is on or off (see getgenerate or setgenerate calls)
  "genproclimit": n,         (numeric) The processor limit for generation. -1 if no generation. (see getgenerate or setgenerate calls)
  "localsolps": xxx.xxxxx,   (numeric) The average local solution rate in Sol/s since this node was started
  "networksolps": x,         (numeric) The estimated network solution rate in Sol/s
  "pooledtx": n,             (numeric) The size of the mem pool
  "chain": "xxxx",           (string) current network name ((mainnet, testnet, devnet, regtest))
  "eligibleForMining": true|false, (boolean) If the masternode is eligible to mine using its mnid
  "eligibleToMineNextBlock": true|false, (boolean) If the masternode is eligible to mine next block using its mnid
}

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


Maintained by Pastel Network; license of the docs is MIT (see pastel repo)

Generated from a mainnet node

Addressindex