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

Commit bfcd5fb

Browse files
authored
Update options.md (#21)
updated to v3.0.12
1 parent ba4ec0b commit bfcd5fb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/advanced/options.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ USAGE:
2222
erigon [command] [flags]
2323
2424
VERSION:
25-
3.0.4-406d855f
25+
3.0.12-39c6a6ff
2626
2727
COMMANDS:
2828
init Bootstrap and initialize a new genesis block
@@ -49,10 +49,11 @@ GLOBAL OPTIONS:
4949
--txpool.commit.every value How often transactions should be committed to the storage (default: 15s)
5050
--prune.distance value Keep state history for the latest N blocks (default: everything) (default: 0)
5151
--prune.distance.blocks value Keep block history for the latest N blocks (default: everything) (default: 0)
52-
--prune.mode value Choose a pruning preset to run onto. Available values: "full", "archive", "minimal".
53-
Full: Keep only blocks and latest state,
54-
Archive: Keep the entire indexed database, aka. no pruning,
55-
Minimal: Keep only latest state (default: "full")
52+
--prune.mode value Choose a pruning preset to run onto. Available values: "full", "archive", "minimal", "blocks".
53+
full: Keep only necessary blocks and latest state,
54+
blocks: Keep all blocks but not the state history,
55+
archive: Keep the entire state history and all blocks,
56+
minimal: Keep only latest state (default: "full")
5657
--batchSize value Batch size for the execution stage (default: "512M")
5758
--bodies.cache value Limit on the cache for block bodies (default: "268435456")
5859
--database.verbosity value Enabling internal db logs. Very high verbosity levels may require recompile db. Default: 2, means warning. (default: 2)
@@ -167,8 +168,9 @@ GLOBAL OPTIONS:
167168
--mine Enable mining (default: false)
168169
--proposer.disable Disables PoS proposer (default: false)
169170
--miner.notify value Comma separated HTTP URL list to notify of new work packages
170-
--miner.gaslimit value Target gas limit for mined blocks (default: 36000000)
171+
--miner.gaslimit value Target gas limit for mined blocks (default: 0)
171172
--miner.etherbase value Public address for block mining rewards (default: "0")
173+
--miner.gasprice value Minimum gas price for mining a transaction (default: 0)
172174
--miner.extradata value Block extra data set by the miner (default = client version)
173175
--miner.noverify Disable remote sealing verification (default: false)
174176
--miner.sigfile value Private key to sign blocks with

0 commit comments

Comments
 (0)