This commit is contained in:
chonghe
2023-09-15 19:41:06 +08:00
committed by Tan Chee Keong
parent 564ef83db5
commit d01cd8b9cf
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
Utilities for generating and managing Ethereum 2.0 accounts.
USAGE:
lighthouse.exe account_manager [FLAGS] [OPTIONS] [SUBCOMMAND]
lighthouse account_manager [FLAGS] [OPTIONS] [SUBCOMMAND]
FLAGS:
--disable-log-timestamp If present, do not include timestamps in logging output.

View File

@@ -6,7 +6,7 @@ The primary component which connects to the Ethereum 2.0 P2P network and downloa
a HTTP API for querying the beacon chain and publishing messages to the network.
USAGE:
lighthouse.exe beacon_node [FLAGS] [OPTIONS]
lighthouse beacon_node [FLAGS] [OPTIONS]
FLAGS:
--always-prefer-builder-payload If set, the beacon node always uses the payload from the builder instead

View File

@@ -6,7 +6,7 @@ Ethereum 2.0 client by Sigma Prime. Provides a full-featured beacon node, a vali
validator accounts.
USAGE:
lighthouse.exe [FLAGS] [OPTIONS] [SUBCOMMAND]
lighthouse [FLAGS] [OPTIONS] [SUBCOMMAND]
FLAGS:
--disable-log-timestamp If present, do not include timestamps in logging output.

View File

@@ -4,7 +4,7 @@
When connected to a beacon node, performs the duties of a staked validator (e.g., proposing blocks and attestations).
USAGE:
lighthouse.exe validator_client [FLAGS] [OPTIONS]
lighthouse validator_client [FLAGS] [OPTIONS]
FLAGS:
--allow-unsynced DEPRECATED: this flag does nothing