eth_hashrate
Returns the number of hashes per second that the node is mining with
web3.eth.getHashrate([callback])
Returns
Number of hashes per second
Example
> web3.eth.getHashrate().then(console.log)
> 0
Last updated
Returns the number of hashes per second that the node is mining with
web3.eth.getHashrate([callback])
Number of hashes per second
> web3.eth.getHashrate().then(console.log)
> 0
Last updated