This repository was archived by the owner on Dec 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 11# Using an external consensus client as validator
22
3- To enable external consensus clients, add the flags:
43
5- ``` bash
6- --mine --miner.etherbase=...
7- ```
8- or
9-
10- ``` bash
11- --mine --miner.miner.sigkey=...
12- ```
13-
14- Other supported options are:
15- - ` --miner.notify ` : Comma separated HTTP URL list to notify of new work packages
16- - ` --miner.gaslimit ` : Target gas limit for mined blocks (default: ` 36000000 ` )
17- - ` --miner.etherbase ` : Public address for block mining rewards (default: "` 0 ` ")
18- - ` --miner.extradata ` : Block extra data set by the miner (default: ` client version ` )
19- - ` --miner.noverify ` : Disable remote sealing verification (default: ` false ` )
20- - ` --miner.noverify ` : Disable remote sealing verification (default: ` false ` )
21- - ` --miner.sigfile ` : Private key to sign blocks with
22- - ` --miner.recommit ` : Time interval to recreate the block being mined (default: ` 3s ` )
23- - ` --miner.gasprice ` : This option sets the minimum gas price for mined transactions
24- - ` --miner.gastarget ` : This option sets the maximum amount of gas that could be spent during a transaction.
You can’t perform that action at this time.
0 commit comments