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 3 years ago