Commit 377a3c9
authored
docs: fix flag defaults and remove non-existent flags in fundamentals (#19573)
## Summary
Fixes multiple inaccuracies across the fundamentals documentation
section — stale defaults, non-existent flags, and incorrect port labels.
### Changes by file
**`fundamentals/basic-usage.md`**
- `--torrent.download.rate`: corrected default from `128mb` → `512mb`;
reworded description to reflect the flag caps bandwidth rather than
overclock it
**`fundamentals/performance-tricks.md`**
- Same download rate default fix: `128MB` → `512mb`
**`fundamentals/default-ports.md`**
- Port 30304 (sentry) labelled `eth/67` → `eth/69`
**`fundamentals/logs.md`**
- `--verbosity` default was shown as `2` (numeric level); corrected to
`info` (the actual string value used by the flag)
**`fundamentals/security.md`**
- Removed mention of `--txpool.nolocals=true` — this flag does not exist
in Erigon
**`fundamentals/multiple-instances.md`**
- Removed `--db.growth.step` from example code block — this flag does
not exist in Erigon
- Fixed env var: `ERIGON_SNAPSHOT_MADV_RND` → `SNAPSHOT_MADV_RND`
(appears twice)
**`fundamentals/modules/rpc-daemon.md`**
- Removed `--grpc` from the Erigon command in the Remote mode table —
the flag is not available on the main `erigon` binary
- Added a clarifying note explaining that the internal gRPC interface is
exposed automatically via `--private.api.addr`
**`fundamentals/modules/downloader.md`**
- `--torrent.download.rate` default: `"128mb"` → `"512mb"`
- `--torrent.upload.rate` default: `"4mb"` → `"16mb"`
- `--torrent.download.slots`: marked as DEPRECATED, default corrected
`128` → `32`
**`fundamentals/configuring-erigon/README.md`**
- `--discovery.v4` default: `true` → `false`
- Removed `--discovery.parallelism` (non-existent flag)
- Removed `--discovery.ban-threshold` (non-existent flag, also had a
markdown typo)
- `--log.dir.verbosity` default: `info` → `dbug`
- Consolidated two duplicate commitment-history flags into one combined
entry
- Added `--override.amsterdam` to General Options (narrative + help
listing)
- Added MCP Server section: `--mcp.addr`, `--mcp.port` (narrative + help
listing)
- Added FCU section: `--fcu.timeout`, `--fcu.background.prune`,
`--fcu.background.commit` (narrative + help listing)1 parent 5700f1b commit 377a3c9
File tree
9 files changed
+42
-25
lines changed- docs/gitbook/src/fundamentals
- configuring-erigon
- modules
9 files changed
+42
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
Lines changed: 31 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 145 | | |
150 | 146 | | |
151 | 147 | | |
| |||
242 | 238 | | |
243 | 239 | | |
244 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
245 | 250 | | |
246 | 251 | | |
247 | 252 | | |
| |||
261 | 266 | | |
262 | 267 | | |
263 | 268 | | |
264 | | - | |
| 269 | + | |
265 | 270 | | |
266 | 271 | | |
267 | 272 | | |
| |||
367 | 372 | | |
368 | 373 | | |
369 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
370 | 386 | | |
371 | 387 | | |
372 | 388 | | |
| |||
600 | 616 | | |
601 | 617 | | |
602 | 618 | | |
| 619 | + | |
603 | 620 | | |
604 | 621 | | |
605 | 622 | | |
| |||
688 | 705 | | |
689 | 706 | | |
690 | 707 | | |
691 | | - | |
| 708 | + | |
692 | 709 | | |
693 | 710 | | |
694 | 711 | | |
| |||
725 | 742 | | |
726 | 743 | | |
727 | 744 | | |
| 745 | + | |
| 746 | + | |
728 | 747 | | |
729 | 748 | | |
730 | 749 | | |
| |||
733 | 752 | | |
734 | 753 | | |
735 | 754 | | |
| 755 | + | |
736 | 756 | | |
737 | 757 | | |
738 | 758 | | |
| |||
818 | 838 | | |
819 | 839 | | |
820 | 840 | | |
821 | | - | |
| 841 | + | |
822 | 842 | | |
823 | 843 | | |
824 | 844 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments