@@ -122,15 +122,6 @@ Options:
122122 The number of epochs to wait between running the migration of data
123123 from the hot DB to the cold DB. Less frequent runs can be useful for
124124 minimizing disk writes [default: 1]
125- --eth1-blocks-per-log-query <BLOCKS>
126- Specifies the number of blocks that a deposit log query should span.
127- This will reduce the size of responses from the Eth1 endpoint.
128- [default: 1000]
129- --eth1-cache-follow-distance <BLOCKS>
130- Specifies the distance between the Eth1 chain head and the last block
131- which should be imported into the cache. Setting this value lower can
132- help compensate for irregular Proof-of-Work block times, but setting
133- it too low can make the node vulnerable to re-orgs.
134125 --execution-endpoint <EXECUTION-ENDPOINT>
135126 Server endpoint for an execution layer JWT-authenticated HTTP JSON-RPC
136127 connection. Uses the same endpoint to populate the deposit cache.
@@ -454,10 +445,6 @@ Flags:
454445 resource contention which degrades staking performance. Stakers should
455446 generally choose to avoid this flag since backfill sync is not
456447 required for staking.
457- --disable-deposit-contract-sync
458- Explicitly disables syncing of deposit logs from the execution node.
459- This overrides any previous option that depends on it. Useful if you
460- intend to run a non-validating beacon node.
461448 --disable-enr-auto-update
462449 Discovery automatically updates the nodes local ENR with an external
463450 IP address and port as seen by other peers on the network. This
@@ -499,8 +486,6 @@ Flags:
499486 --enable-private-discovery
500487 Lighthouse by default does not discover private IP addresses. Set this
501488 flag to enable connection attempts to local addresses.
502- --eth1-purge-cache
503- Purges the eth1 block and deposit caches
504489 --genesis-backfill
505490 Attempts to download blocks all the way back to genesis when
506491 checkpoint syncing.
0 commit comments