mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
resolve merge conflicts between untstable and release-v7.0.0
This commit is contained in:
@@ -118,7 +118,7 @@ Options:
|
||||
--epochs-per-blob-prune <EPOCHS>
|
||||
The epoch interval with which to prune blobs from Lighthouse's
|
||||
database when they are older than the data availability boundary
|
||||
relative to the current epoch. [default: 1]
|
||||
relative to the current epoch. [default: 256]
|
||||
--epochs-per-migration <N>
|
||||
The number of epochs to wait between running the migration of data
|
||||
from the hot DB to the cold DB. Less frequent runs can be useful for
|
||||
@@ -286,7 +286,7 @@ Options:
|
||||
monitoring-endpoint. Default: 60s
|
||||
--network <network>
|
||||
Name of the Eth2 chain Lighthouse will sync and follow. [possible
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky]
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky, hoodi]
|
||||
--network-dir <DIR>
|
||||
Data directory for network keys. Defaults to network/ inside the
|
||||
beacon node dir.
|
||||
@@ -381,8 +381,11 @@ Options:
|
||||
Number of validators per chunk stored on disk.
|
||||
--slots-per-restore-point <SLOT_COUNT>
|
||||
DEPRECATED. This flag has no effect.
|
||||
--state-cache-headroom <N>
|
||||
Minimum number of states to cull from the state cache when it gets
|
||||
full [default: 1]
|
||||
--state-cache-size <STATE_CACHE_SIZE>
|
||||
Specifies the size of the state cache [default: 128]
|
||||
Specifies the size of the state cache [default: 32]
|
||||
--suggested-fee-recipient <SUGGESTED-FEE-RECIPIENT>
|
||||
Emergency fallback fee recipient for use in case the validator client
|
||||
does not have one configured. You should set this flag on the
|
||||
|
||||
@@ -72,7 +72,7 @@ Options:
|
||||
set to 0, background file logging is disabled. [default: 200]
|
||||
--network <network>
|
||||
Name of the Eth2 chain Lighthouse will sync and follow. [possible
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky]
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky, hoodi]
|
||||
-t, --testnet-dir <DIR>
|
||||
Path to directory containing eth2_testnet specs. Defaults to a
|
||||
hard-coded Lighthouse testnet. Only effective if there is no existing
|
||||
|
||||
@@ -115,7 +115,7 @@ Options:
|
||||
monitoring-endpoint. [default: 60]
|
||||
--network <network>
|
||||
Name of the Eth2 chain Lighthouse will sync and follow. [possible
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky]
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky, hoodi]
|
||||
--proposer-nodes <NETWORK_ADDRESSES>
|
||||
Comma-separated addresses to one or more beacon node HTTP APIs. These
|
||||
specify nodes that are used to send beacon block proposals. A failure
|
||||
|
||||
@@ -69,7 +69,7 @@ Options:
|
||||
set to 0, background file logging is disabled. [default: 200]
|
||||
--network <network>
|
||||
Name of the Eth2 chain Lighthouse will sync and follow. [possible
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky]
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky, hoodi]
|
||||
-t, --testnet-dir <DIR>
|
||||
Path to directory containing eth2_testnet specs. Defaults to a
|
||||
hard-coded Lighthouse testnet. Only effective if there is no existing
|
||||
|
||||
@@ -78,7 +78,7 @@ Options:
|
||||
If present, the mnemonic will be read in from this file.
|
||||
--network <network>
|
||||
Name of the Eth2 chain Lighthouse will sync and follow. [possible
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky]
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky, hoodi]
|
||||
--output-path <DIRECTORY>
|
||||
The path to a directory where the validator and (optionally) deposits
|
||||
files will be created. The directory will be created if it does not
|
||||
|
||||
@@ -61,7 +61,7 @@ Options:
|
||||
set to 0, background file logging is disabled. [default: 200]
|
||||
--network <network>
|
||||
Name of the Eth2 chain Lighthouse will sync and follow. [possible
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky]
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky, hoodi]
|
||||
--password <STRING>
|
||||
Password of the keystore file.
|
||||
--prefer-builder-proposals <prefer-builder-proposals>
|
||||
|
||||
@@ -65,7 +65,7 @@ Options:
|
||||
set to 0, background file logging is disabled. [default: 200]
|
||||
--network <network>
|
||||
Name of the Eth2 chain Lighthouse will sync and follow. [possible
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky]
|
||||
values: mainnet, gnosis, chiado, sepolia, holesky, hoodi]
|
||||
--prefer-builder-proposals <prefer-builder-proposals>
|
||||
If this flag is set, Lighthouse will always prefer blocks constructed
|
||||
by builders, regardless of payload value. [possible values: true,
|
||||
|
||||
Reference in New Issue
Block a user