Skip to content

EthereumAPI.Mining

Source (upstream pre-purge) Current
File eth/api.go api_pow.go
Symbol EthereumAPI.Mining EthereumAPI.Mining
Ref d8e0807da~1 etc/v1.17.3-full-node

eth_mining RPC.

3-way merge — purge → getc ← upstream

pre-purge
// Mining returns an indication if this node is currently mining.
func (api *EthereumAPI) Mining() bool {
return api.e.IsMining()
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`api.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/api.go) | | Symbol | `EthereumAPI.Mining` | | Ref | `v1.12.20` |

← RPC & API