You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/advanced/options.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ The `--help` flag listing is reproduced below for your convenience.
16
16
## Commands
17
17
18
18
```
19
-
NNAME:
19
+
NAME:
20
20
erigon - erigon
21
21
22
22
USAGE:
23
23
erigon [command] [flags]
24
24
25
25
VERSION:
26
-
3.00.0-rc3-844c6cf3
26
+
3.00.0-57625b40
27
27
28
28
COMMANDS:
29
29
init Bootstrap and initialize a new genesis block
@@ -33,8 +33,8 @@ COMMANDS:
33
33
help, h Shows a list of commands or help for one command
34
34
35
35
GLOBAL OPTIONS:
36
-
--datadir value Data directory for the databases (default: /home/user/.local/share/erigon)
37
-
--ethash.dagdir value Directory to store the ethash mining DAGs (default: /home/user/.local/share/erigon-ethash)
36
+
--datadir value Data directory for the databases (default: /home/bloxster/.local/share/erigon)
37
+
--ethash.dagdir value Directory to store the ethash mining DAGs (default: /home/bloxster/.local/share/erigon-ethash)
38
38
--externalcl Enables the external consensus layer (default: false)
39
39
--txpool.disable Experimental external pool and block producer, see ./cmd/txpool/readme.md for more info. Disabling internal txpool and block producer. (default: false)
40
40
--txpool.pricelimit value Minimum gas price (fee cap) limit to enforce for acceptance into the pool (default: 1)
@@ -192,7 +192,6 @@ GLOBAL OPTIONS:
192
192
--ethstats value Reporting URL of a ethstats service (nodename:secret@host:port)
193
193
--override.prague value Manually specify the Prague fork time, overriding the bundled setting (default: 0)
194
194
--caplin.discovery.addr value Address for Caplin DISCV5 protocol (default: "0.0.0.0")
195
-
--caplin.discovery.addr value Address for Caplin DISCV5 protocol (default: "0.0.0.0")
196
195
--caplin.discovery.port value Port for Caplin DISCV5 protocol (default: 4000)
197
196
--caplin.discovery.tcpport value TCP Port for Caplin DISCV5 protocol (default: 4001)
198
197
--caplin.checkpoint-sync-url value [ --caplin.checkpoint-sync-url value ] checkpoint sync endpoint
@@ -251,8 +250,6 @@ GLOBAL OPTIONS:
251
250
--shutter.p2p.listen.port value Use to override the default p2p listen port (defaults to 23102) (default: 0)
252
251
--polygon.pos.ssf Enabling Polygon PoS Single Slot Finality (default: false)
253
252
--polygon.pos.ssf.block value Enabling Polygon PoS Single Slot Finality since block (default: 0)
254
-
--polygon.pos.ssf Enabling Polygon PoS Single Slot Finality (default: false)
255
-
--polygon.pos.ssf.block value Enabling Polygon PoS Single Slot Finality since block (default: 0)
256
253
--pprof Enable the pprof HTTP server (default: false)
257
254
--pprof.addr value pprof HTTP server listening interface (default: "127.0.0.1")
258
255
--pprof.port value pprof HTTP server listening port (default: 6060)
@@ -278,4 +275,5 @@ GLOBAL OPTIONS:
278
275
--config value Sets erigon flags from YAML/TOML file
Copy file name to clipboardExpand all lines: src/installation/linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
The basic Erigon configuration is suitable for most users just wanting to run a node. For building the latest stable release use the following command:
0 commit comments