mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
feat(node): --minimal flag (#20960)
This commit is contained in:
@@ -824,6 +824,11 @@ Pruning:
|
||||
--full
|
||||
Run full node. Only the most recent [`MINIMUM_PRUNING_DISTANCE`] block states are stored
|
||||
|
||||
--minimal
|
||||
Run minimal storage mode with maximum pruning and smaller static files.
|
||||
|
||||
This mode configures the node to use minimal disk space by: - Fully pruning sender recovery, transaction lookup, receipts - Leaving 10,064 blocks for account, storage history and block bodies - Using 10,000 blocks per static file segment
|
||||
|
||||
--prune.block-interval <BLOCK_INTERVAL>
|
||||
Minimum pruning interval measured in blocks
|
||||
|
||||
|
||||
@@ -824,6 +824,11 @@ Pruning:
|
||||
--full
|
||||
Run full node. Only the most recent [`MINIMUM_PRUNING_DISTANCE`] block states are stored
|
||||
|
||||
--minimal
|
||||
Run minimal storage mode with maximum pruning and smaller static files.
|
||||
|
||||
This mode configures the node to use minimal disk space by: - Fully pruning sender recovery, transaction lookup, receipts - Leaving 10,064 blocks for account, storage history and block bodies - Using 10,000 blocks per static file segment
|
||||
|
||||
--prune.block-interval <BLOCK_INTERVAL>
|
||||
Minimum pruning interval measured in blocks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user