Block production
How to propose and validate blocks with Erigon
Last updated
Was this helpful?
How to propose and validate blocks with Erigon
Last updated
Was this helpful?
Only remote miners are supported.
To enable, add --mine --miner.etherbase=...
or --mine --miner.miner.sigkey=...
flags.
Other supported options: --miner.extradata
, --miner.notify
, --miner.gaslimit
, --miner.gasprice
, --miner.gastarget
JSON-RPC supports methods: eth_coinbase , eth_hashrate, eth_mining, eth_getWork, eth_submitWork, eth_submitHashrate
JSON-RPC supports websocket methods: newPendingTransaction
More info .