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

Commit f6b4c66

Browse files
author
bloxster
committed
small fixes and duplicates removal
1 parent 044a41a commit f6b4c66

File tree

6 files changed

+10
-14
lines changed

6 files changed

+10
-14
lines changed

src/advanced/bp-caplin.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Caplin is also suitable for staking. However, it is required to pair it with a v
66
This guide explains how to use Erigon with its embedded Caplin consensus layer and Lighthouse as the validator client for staking on Ethereum.
77

88
## 1. Start Erigon with Caplin
9+
910
Run the following command to start Erigon with the embedded Caplin consensus layer with the beacon API on:
1011

1112
```bash
@@ -63,13 +64,16 @@ mkdir -p ~/.lighthouse/validators
6364
### 2.3. Run Lighthouse Validator Client
6465

6566
Start the validator client and connect it to the Caplin consensus layer:
67+
6668
```bash
6769
lighthouse vc \
6870
--network mainnet \
6971
--beacon-nodes http://127.0.0.1:5555 \
7072
--suggested-fee-recipient=<your_eth_address>
7173
```
74+
7275
**Flags Explanation**:
76+
7377
- `--network mainnet`: Specifies the Ethereum mainnet.
7478
- `--beacon-nodes`: Points to the Caplin beacon API at `http://127.0.0.1:5555`.
7579
- `--suggested-fee-recipient`: Specifies your Ethereum address for block rewards.
@@ -81,4 +85,3 @@ If you have existing validator keys, import them:
8185
```bash
8286
lighthouse account validator import --directory <path_to_validator_keys>
8387
```
84-

src/advanced/sentry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Where `value` is comma separated sentry addresses '<host>:<port>,<host>:<port>'.
5757

5858
## More info
5959

60-
For other information regardin Sentry functionality, configuration, and usage, please refer to the embedded file you can find in your compiled Erigon folder at `./cmd/sentry/README.md`.
60+
For other information regarding Sentry functionality, configuration, and usage, please refer to the embedded file you can find in your compiled Erigon folder at `./cmd/sentry/README.md`.
6161

6262
## Options
6363

src/basic-usage.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ The all-in-one client is the preferred option for most users:
88
./build/bin/erigon
99
```
1010

11-
This CLI command allows you to run an Ethereum **full node ** where every process is integrated and no special configuration is needed.
12-
This CLI command allows you to run an Ethereum **full node ** where every process is integrated and no special configuration is needed.
11+
This CLI command allows you to run an Ethereum **full node** where every process is integrated and no special configuration is needed.
1312

1413
The default Consensus Layer utilized is [Caplin](./advanced/caplin.md), the Erigon flagship embedded CL.
1514

@@ -21,14 +20,11 @@ The default Consensus Layer utilized is [Caplin](./advanced/caplin.md), the Erig
2120
--datadir=<your_data_dir>
2221
```
2322

24-
* Based on the [type of node](basic/node.md) you want to run you can add ```--prune.mode=archive``` to run a archive node or ```--prune.mode=minimal``` for a minimal node.
2523
* Based on the [type of node](basic/node.md) you want to run you can add ```--prune.mode=archive``` to run a archive node or ```--prune.mode=minimal``` for a minimal node.
2624
The default node is archive node.
2725
* ```--chain=mainnet```, add the flag `--chain=sepolia` for Sepolia testnet or `--chain=holesky` for Holesky testnet.
28-
* ```--chain=mainnet```, add the flag `--chain=sepolia` for Sepolia testnet or `--chain=holesky` for Holesky testnet.
2926
* ```--http.addr="0.0.0.0" --http.api=eth,web3,net,debug,trace,txpool``` to use RPC and e.g. be able to connect your [wallet](basic/wallet.md).
3027
* To increase download speed add ```--torrent.download.rate=512mb``` (default is 16mb).
31-
* To increase download speed add ```--torrent.download.rate=512mb``` (default is 16mb).
3228

3329
To stop the Erigon node you can use the ```CTRL+C``` command.
3430

src/basic/disk-space.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Disk Space Required
22
*How much space your Erigon node will take*
3-
*How much space your Erigon node will take*
4-
53

64
# Mainnets
5+
76
## Erigon with Caplin
87

98
| Network | Archive Node | Full Node | Minimal Node |
@@ -13,7 +12,7 @@
1312
| Polygon | 4.3 TB | 2 TB | 873 GB |
1413

1514
<div class="hidden">
16-
<div class="hidden">
15+
1716
## Erigon with an external Consensus Layer client
1817

1918
*(Values obtained with [Lighthouse](https://lighthouse-book.sigmaprime.io/))*
@@ -26,12 +25,12 @@
2625
| Chiado | ... GB | ... GB | ... GB |
2726
| Amoy | ... GB | ... GB | ... GB |
2827

29-
</div>
3028
</div>
3129

3230
# Testnets
31+
3332
## Erigon with Caplin
34-
## Erigon with Caplin
33+
3534

3635
| Network | Archive Node | Full Node | Minimal Node |
3736
|----------|--------------|-----------|--------------|

src/basic/node.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Erigon 3 introduces a flexible approach to node configuration, offering three di
1313

1414
## Minimal node
1515

16-
1716
Erigon 3 implements support for [EIP-4444](https://eips.ethereum.org/EIPS/eip-4444) through its *Minimal Node configuration*, enabled by the flag `--prune.mode=minimal`. For example:
1817

1918
```bash

src/basic/optimizing-storage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Optimizing Storage
22
*Using fast disks and cheap disks*
3-
*Using fast disks and cheap disks*
43

54
For optimal performance, it's recommended to store the datadir on a fast NVMe-RAID disk. However, if this is not feasible, you can store the history on a cheaper disk and still achieve good performance.
65

0 commit comments

Comments
 (0)