> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/portal/technical-documentation/web3-compatibility/eth_hashrate.md).

# eth\_hashrate

```
web3.eth.getHashrate([callback])
```

#### Returns

Number of hashes per second

#### Example

```
> web3.eth.getHashrate().then(console.log)
> 0
```
