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