|
1 | | -# Block production |
2 | | - |
3 | | -*How to propose and validate blocks with Erigon* |
4 | | - |
5 | | -Both remote miners and Caplin are supported. |
6 | | - |
7 | | -# Using remote miners |
8 | | - |
9 | | -To enable remote miners , add the flags: |
10 | | - |
11 | | -```bash |
12 | | ---mine --miner.etherbase=... |
13 | | -``` |
14 | | -or |
15 | | - |
16 | | -```bash |
17 | | ---mine --miner.miner.sigkey=... |
18 | | -``` |
19 | | - |
20 | | -Other supported options are: |
21 | | -- `--miner.notify`: Comma separated HTTP URL list to notify of new work packages |
22 | | -- `--miner.gaslimit`: Target gas limit for mined blocks (default: `36000000`) |
23 | | -- `--miner.etherbase`: Public address for block mining rewards (default: "`0`") |
24 | | -- `--miner.extradata`: Block extra data set by the miner (default: `client version`) |
25 | | -- `--miner.noverify`: Disable remote sealing verification (default: `false`) |
26 | | -- `--miner.noverify`: Disable remote sealing verification (default: `false`) |
27 | | -- `--miner.sigfile`: Private key to sign blocks with |
28 | | -- `--miner.recommit`: Time interval to recreate the block being mined (default: `3s`) |
29 | | -- `--miner.gasprice`: This option sets the minimum gas price for mined transactions |
30 | | -- `--miner.gastarget`: This option sets the maximum amount of gas that could be spent during a transaction. |
31 | | - |
32 | | -Erigon supports [standard JSON-RPC methods](https://ethereum.org/en/developers/docs/apis/json-rpc/). |
33 | | - |
34 | 1 | # Using Caplin as validator |
35 | | -*Running Erigon with Caplin and Lighthouse Validator* |
| 2 | +*Running Erigon with Caplin as validator* |
36 | 3 |
|
37 | | -Caplin is also suitable for staking, however, you will need to utilize either Lighthouse, Teku, or another validator client as your key manager, since Caplin does not offer a native key management solution. |
| 4 | +Caplin is also suitable for staking. However, it is required to pair it with a validator key manager, such as Lighthouse or Teku, since it doesn't have a native key management system. |
38 | 5 |
|
39 | 6 | This guide explains how to use Erigon with its embedded Caplin consensus layer and Lighthouse as the validator client for staking on Ethereum. |
40 | 7 |
|
|
0 commit comments