# Block production

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](https://github.com/erigontech/erigon/blob/release/2.60/docs/mining.md).
