getnetworkhashps
getnetworkhashps ( nblocks height )
Returns the estimated network hash rate in hashes per second based on the last n blocks.
Use [blocks] to specify the number of blocks to consider, or pass -1 to calculate since the last difficulty adjustment.
Use [height] to estimate the network speed at the time a specific block was found.
Argument #1 – nblocks
Type: numeric, optional, default=120
The number of blocks, or -1 for blocks since last difficulty change.
Argument #2 – height
Type: numeric, optional, default=-1
To estimate at the time of the given height.
Result
Name |
Type |
Description |
---|---|---|
n |
numeric |
Hashes per second estimated |