Starting a miner
The production node can mine in-process when started with:
--evm-miner-address 0xYOUR_ADDRESS
--evm-mining-interval-seconds 60
The address is a public 0x payout address. The node does not need the corresponding private key to credit rewards.
Do not enable public evm_mine RPC. That method exists for isolated development and is disabled on public production RPC.