Skip to content

MinerAPI.SetEtherbase

Source (upstream pre-purge) Current
File eth/api_miner.go api_miner_pow.go
Symbol MinerAPI.SetEtherbase MinerAPI.SetEtherbase
Ref d8e0807da~1 etc/v1.17.3-full-node

miner_setEtherbase RPC.

3-way merge — purge → getc ← upstream

pre-purge
// SetEtherbase sets the etherbase of the miner.
func (api *MinerAPI) SetEtherbase(etherbase common.Address) bool {
api.e.SetEtherbase(etherbase)
return true
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`api_miner.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/api_miner.go) | | Symbol | `MinerAPI.SetEtherbase` | | Ref | `v1.12.20` |

← RPC & API