Mining RPCs
getmininginfo
Returns a json object containing mining-related information.
Method: POST
Example body (raw)
Example response: 200
getnetworkhashps
Returns the estimated network hashes per second based on the last n blocks.
Pass in [blocks] to override # of blocks, -1 specifies since last difficulty change.
Pass in [height] to estimate the network speed at the time when a certain block was found.
Method: POST
Example body (raw)
Example response: 200
Last updated