> 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/clv-chain-developer-guide/technical-documentations/web3-compatibility/eth_mining.md).

# eth\_mining

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

#### Returns

`true` if the node is mining, otherwise `false`

#### Example

```
> web3.eth.isMining().then(console.log)
> true
```
