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

Commit 3e7b94a

Browse files
author
Bloxster
committed
Merged main into development
1 parent 55dd5bb commit 3e7b94a

File tree

6 files changed

+4
-33
lines changed

6 files changed

+4
-33
lines changed

src/advanced/downloader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Downloader is a service responsible for seeding and downloading historical d
77

88
**Information**:
99

10-
While all Erigon components are separable and can be run on different machines, the Downloader must run on the same machine as Erigon to be able to share downloaded and seeded files.
10+
While all Erigon components are separable and can be run on different machines, the downloader must run on the same machine as Erigon to be able to share downloaded and seeded files.
1111

1212
</div>
1313

src/advanced/options.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ COMMANDS:
2929
seg, snapshots, segments Managing historical data segments (partitions)
3030
support Connect Erigon instance to a diagnostics system for support
3131
help, h Shows a list of commands or help for one command
32-
init Bootstrap and initialize a new genesis block
33-
import Import a blockchain file
34-
seg, snapshots, segments Managing historical data segments (partitions)
35-
support Connect Erigon instance to a diagnostics system for support
36-
help, h Shows a list of commands or help for one command
3732
3833
GLOBAL OPTIONS:
3934
--datadir value Data directory for the databases (default: /home/bloxster/.local/share/erigon)
@@ -53,10 +48,6 @@ GLOBAL OPTIONS:
5348
--txpool.commit.every value How often transactions should be committed to the storage (default: 15s)
5449
--prune.distance value Keep state history for the latest N blocks (default: everything) (default: 0)
5550
--prune.distance.blocks value Keep block history for the latest N blocks (default: everything) (default: 0)
56-
--prune.mode value Choose a pruning preset to run onto. Available values: "full", "archive", "minimal".
57-
Full: Keep only blocks and latest state,
58-
Archive: Keep the entire indexed database, aka. no pruning,
59-
Minimal: Keep only latest state (default: "full")
6051
--prune.mode value Choose a pruning preset to run onto. Available values: "full", "archive", "minimal".
6152
Full: Keep only blocks and latest state,
6253
Archive: Keep the entire indexed database, aka. no pruning,
@@ -96,7 +87,6 @@ GLOBAL OPTIONS:
9687
--rpc.batch.concurrency value Does limit amount of goroutines to process 1 batch request. Means 1 bach request can't overload server. 1 batch still can have unlimited amount of request (default: 2)
9788
--rpc.streaming.disable Erigon has enabled json streaming for some heavy endpoints (like trace_*). It's a trade-off: greatly reduce amount of RAM (in some cases from 30GB to 30mb), but it produce invalid json format if error happened in the middle of streaming (because json is not streaming-friendly format) (default: false)
9889
--db.read.concurrency value Does limit amount of parallel db reads. Default: equal to GOMAXPROCS (or number of CPU) (default: 1408)
99-
--db.read.concurrency value Does limit amount of parallel db reads. Default: equal to GOMAXPROCS (or number of CPU) (default: 1408)
10090
--rpc.accessList value Specify granular (method-by-method) API allowlist
10191
--trace.compat Bug for bug compatibility with OE for trace_ routines (default: false)
10292
--rpc.gascap value Sets a cap on gas that can be used in eth_call/estimateGas (default: 50000000)
@@ -158,7 +148,6 @@ GLOBAL OPTIONS:
158148
--staticpeers value Comma separated enode URLs to connect to
159149
--trustedpeers value Comma separated enode URLs which are always allowed to connect, even above the peer limit
160150
--maxpeers value Maximum number of network peers (network disabled if set to 0) (default: 32)
161-
--maxpeers value Maximum number of network peers (network disabled if set to 0) (default: 32)
162151
--chain value name of the network to join (default: "mainnet")
163152
--dev.period value Block period to use in developer mode (0 = mine only if transaction pending) (default: 0)
164153
--vmdebug Record information useful for VM and contract debugging (default: false)
@@ -176,7 +165,6 @@ GLOBAL OPTIONS:
176165
--proposer.disable Disables PoS proposer (default: false)
177166
--miner.notify value Comma separated HTTP URL list to notify of new work packages
178167
--miner.gaslimit value Target gas limit for mined blocks (default: 36000000)
179-
--miner.gaslimit value Target gas limit for mined blocks (default: 36000000)
180168
--miner.etherbase value Public address for block mining rewards (default: "0")
181169
--miner.extradata value Block extra data set by the miner (default = client version)
182170
--miner.noverify Disable remote sealing verification (default: false)
@@ -211,12 +199,6 @@ GLOBAL OPTIONS:
211199
--caplin.max-inbound-traffic-per-peer value Max inbound traffic per second per peer (default: "256KB")
212200
--caplin.max-outbound-traffic-per-peer value Max outbound traffic per second per peer (default: "256KB")
213201
--caplin.adaptable-maximum-traffic-requirements Make the node adaptable to the maximum traffic requirement based on how many validators are being ran (default: true)
214-
--caplin.subscribe-all-topics Subscribe to all gossip topics (default: false)
215-
--caplin.max-peer-count value Max number of peers to connect (default: 80)
216-
--caplin.enable-upnp Enable NAT porting for Caplin (default: false)
217-
--caplin.max-inbound-traffic-per-peer value Max inbound traffic per second per peer (default: "256KB")
218-
--caplin.max-outbound-traffic-per-peer value Max outbound traffic per second per peer (default: "256KB")
219-
--caplin.adaptable-maximum-traffic-requirements Make the node adaptable to the maximum traffic requirement based on how many validators are being ran (default: true)
220202
--sentinel.addr value Address for sentinel (default: "localhost")
221203
--sentinel.port value Port for sentinel (default: 7777)
222204
--sentinel.bootnodes value [ --sentinel.bootnodes value ] Comma separated enode URLs for P2P discovery bootstrap
@@ -234,7 +216,6 @@ GLOBAL OPTIONS:
234216
--silkworm.rpc.workers value Number of worker threads used in embedded Silkworm RPC service (zero means use default in Silkworm) (default: 0)
235217
--silkworm.rpc.compatibility Preserve JSON-RPC compatibility using embedded Silkworm RPC service (default: true)
236218
--beacon.api value [ --beacon.api value ] Enable beacon API (available endpoints: beacon, builder, config, debug, events, node, validator, lighthouse)
237-
--beacon.api value [ --beacon.api value ] Enable beacon API (available endpoints: beacon, builder, config, debug, events, node, validator, lighthouse)
238219
--beacon.api.addr value sets the host to listen for beacon api requests (default: "localhost")
239220
--beacon.api.cors.allow-methods value [ --beacon.api.cors.allow-methods value ] set the cors' allow methods (default: "GET", "POST", "PUT", "DELETE", "OPTIONS")
240221
--beacon.api.cors.allow-origins value [ --beacon.api.cors.allow-origins value ] set the cors' allow origins
@@ -251,7 +232,6 @@ GLOBAL OPTIONS:
251232
--caplin.blobs-no-pruning disable blob pruning in caplin (default: false)
252233
--caplin.checkpoint-sync.disable disable checkpoint sync in caplin (default: false)
253234
--caplin.snapgen enables snapshot generation in caplin (default: false)
254-
--caplin.snapgen enables snapshot generation in caplin (default: false)
255235
--caplin.mev-relay-url value MEV relay endpoint. Caplin runs in builder mode if this is set
256236
--caplin.validator-monitor Enable caplin validator monitoring metrics (default: false)
257237
--caplin.custom-config value set the custom config for caplin

src/basic/node.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ Erigon 3 introduces a flexible approach to node configuration, offering three di
66
|--------------|--------------|-----------|--------------|
77
| Privacy, RPC | **Yes** | **Yes** | **Yes** |
88
| Contribute to network | No | **Yes** | **Yes** |
9-
| Contribute to network | No | **Yes** | **Yes** |
109
| Research | No | No | **Yes** |
1110
| Staking | **Yes** | **Yes** | **Yes** |
12-
| Staking | **Yes** | **Yes** | **Yes** |
1311

1412
## Minimal node
1513

src/installation/build_exec_win.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Open the Command Prompt and type the following:
5757
```bash
5858
git clone --branch v3.0.0-beta1 --single-branch https://github.com/erigontech/erigon.git
5959
```
60-
6160
You might need to change the `ExecutionPolicy` to allow scripts created locally or signed by a trusted publisher to run:
6261

6362
```powershell

src/installation/docker.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ docker images
3434
```
3535

3636
* Check which Erigon version has been downloaded:
37-
3837
```bash
3938
docker run -it <image_id> --v
4039
```
@@ -44,7 +43,6 @@ docker run -it <image_id> --v
4443
```bash
4544
docker run -it 50bef1b5d0f9 --chain=holesky --prune.mode=minimal
4645
```
47-
4846
* When done, exit the container or press `Ctrl+C`. The container will stop.
4947

5048
## Optional: Setup dedicated user

src/installation/upgrading-md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
To upgrade Erigon to a newer version when you've originally installed it via Git and manual compilation, you should follow these steps without needing to delete the entire folder:
44

55
* **Terminate your Erigon** session by pressing CTRL+C
6-
7-
* **Navigate to your Erigon directory**
8-
6+
* *Navigate to your Erigon directory*
97
* **Fetch the latest changes from the repository**: You need to make sure your local repository is up-to-date with the main GitHub repository. Run:
10-
118
```bash
129
git fetch --tags
1310
```
14-
1511
* **Check out** the [latest version](https://github.com/ledgerwatch/erigon/releases) and switch to it using:
1612

1713
```bash
@@ -42,9 +38,9 @@ If you're using Docker to run Erigon, the process to upgrade to a newer version
4238
```
4339

4440
Replace `<new_version_tag>` with the actual version tag you wish to use. For example:
45-
41+
4642
```bash
47-
docker pull erigontech/erigon:v3.0.0-beta1
43+
docker pull erigontech/erigon:3.0.0
4844
```
4945

5046
* **List Your Docker Images**: Check your downloaded images to confirm the new image is there and get the new image ID:

0 commit comments

Comments
 (0)