Skip to content

EthereumAPI.Coinbase

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

eth_coinbase RPC.

3-way merge — purge → getc ← upstream

pre-purge
// Coinbase is the address that mining rewards will be sent to (alias for Etherbase).
func (api *EthereumAPI) Coinbase() (common.Address, error) {
return api.Etherbase()
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`api.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/api.go) | | Symbol | `EthereumAPI.Coinbase` | | Ref | `v1.12.20` |

← RPC & API