Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 97d5182

Browse files
author
Bloxster
committed
removed instructions for staking with externalcl
1 parent 6c185bb commit 97d5182

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/advanced/bp-ext.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
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.

0 commit comments

Comments
 (0)