mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Support Hoodi testnet (#7145)
Hardcode config for the upcoming `hoodi` testnet so we can run with `--network hoodi`.
This commit is contained in:
@@ -290,7 +290,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.
|
||||
|
||||
@@ -76,7 +76,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
|
||||
|
||||
@@ -119,7 +119,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
|
||||
|
||||
@@ -73,7 +73,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
|
||||
|
||||
@@ -82,7 +82,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
|
||||
|
||||
@@ -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]
|
||||
--password <STRING>
|
||||
Password of the keystore file.
|
||||
--prefer-builder-proposals <prefer-builder-proposals>
|
||||
|
||||
@@ -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]
|
||||
--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