Conversation
antonis19
reviewed
Feb 11, 2026
| * Default: `false` | ||
| * `--v5disc`: Enables the experimental RLPx V5 (Topic Discovery) mechanism. | ||
| * Default: `false` | ||
| * `--v5disc`: Enables the Node Discovery Protocol v5 (Discv5) for managed ENRs and topic discovery. |
Member
There was a problem hiding this comment.
v5disc has been renamed to --discovery.v5 . And we also have --discovey.v4 set to true by default
antonis19
reviewed
Feb 12, 2026
| --snap.skip-state-snapshot-download Skip state download and start from genesis block (default: false) | ||
| --snap.download.to.block value, --shadow.fork.block value Download snapshots up to the given block number (exclusive). Disabled by default. Useful for testing and shadow forks. (default: 0) | ||
| --db.pagesize value DB is split to 'pages' of fixed size. Can't change DB creation. Must be power of 2 and '256b <= pagesize <= 64kb'. Default: equal to OperationSystem's pageSize. Bigger pageSize causing: 1. More writes to disk during commit 2. Smaller b-tree high 3. Less fragmentation 4. Less overhead on 'free-pages list' maintenance (a bit faster Put/Commit) 5. If expecting DB-size > 8Tb then set pageSize >= 8Kb (default: "16KB") | ||
| --db.pagesize value DB is splitted to 'pages' of fixed size. Can't change DB creation. Must be power of 2 and '256b <= pagesize <= 64kb'. Default: equal to OperationSystem's pageSize. Bigger pageSize causing: 1. More writes to disk during commit 2. Smaller b-tree high 3. Less fragmentation 4. Less overhead on 'free-pages list' maintainance (a bit faster Put/Commit) 5. If expecting DB-size > 8Tb then set pageSize >= 8Kb (default: "16KB") |
Member
There was a problem hiding this comment.
split is the correct form actually
Member
There was a problem hiding this comment.
maintenance is the correct word
antonis19
reviewed
Feb 12, 2026
| --caplin.blobs-archive sets whether backfilling is enabled for caplin (default: false) | ||
| --caplin.states-archive enables archival node for historical states in caplin (it will enable block archival as well) (default: false) | ||
| --caplin.blobs-immediate-backfill sets whether caplin should immediately backfill blobs (4096 epochs) (default: false) | ||
| --caplin.blobs-immediate-backfill sets whether caplin should immediatelly backfill blobs (4096 epochs) (default: false) |
Member
There was a problem hiding this comment.
immediately is the correct word
antonis19
reviewed
Feb 12, 2026
| --caplin.use-engine-api Use engine API for internal Caplin. useful for testing and if CL network is degraded (default: false) | ||
| --trusted-setup-file value Absolute path to trusted_setup.json file | ||
| --rpc.slow value Print in logs RPC requests slower than given threshold: 100ms, 1s, 1m. Excluded methods: eth_getBlock,eth_getBlockByNumber,eth_getBlockByHash,eth_blockNumber,erigon_blockNumber,erigon_getHeaderByNumber,erigon_getHeaderByHash,erigon_getBlockByTimestamp,eth_call (default: 0s) | ||
| --rpc.slow value Print in logs RPC requests slower than given threshold: 100ms, 1s, 1m. Exluded methods: eth_getBlock,eth_getBlockByNumber,eth_getBlockByHash,eth_blockNumber,erigon_blockNumber,erigon_getHeaderByNumber,erigon_getHeaderByHash,erigon_getBlockByTimestamp,eth_call (default: 0s) |
antonis19
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Network and Peers
--v5discdefault value--discovery.parallelism valueand--discovery.ban-threshold valueOptions