Returns the coinbase address to which mining rewards will go.
web3.eth.getCoinbase([callback])
The coinbase address set in the node for mining rewards
> web3.eth.getCoinbase().then(console.log) > 0x0000000000000000000000000000000000000000
Last updated 3 years ago