Block production
How to propose and validate blockswith Erigon
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 here.
Last updated
Was this helpful?