Commit changes

This commit is contained in:
chonghe
2024-03-12 08:25:55 +08:00
parent 6fea81b897
commit d00859a63e
7 changed files with 14 additions and 7 deletions

View File

@@ -510,3 +510,4 @@ OPTIONS:
block root should be 0x-prefixed. Note that this flag is for verification only, to perform a checkpoint sync block root should be 0x-prefixed. Note that this flag is for verification only, to perform a checkpoint sync
from a recent state use --checkpoint-sync-url. from a recent state use --checkpoint-sync-url.
``` ```
<style> .content main {max-width:88%;} </style>

View File

@@ -105,3 +105,4 @@ SUBCOMMANDS:
validator_manager Utilities for managing a Lighthouse validator client via the HTTP API. [aliases: vm, validator_manager Utilities for managing a Lighthouse validator client via the HTTP API. [aliases: vm,
validator-manager, validator_manager] validator-manager, validator_manager]
``` ```
<style> .content main {max-width:88%;} </style>

View File

@@ -223,3 +223,4 @@ OPTIONS:
--web3-signer-max-idle-connections <COUNT> --web3-signer-max-idle-connections <COUNT>
Maximum number of idle connections to maintain per web3signer host. Default is unlimited. Maximum number of idle connections to maintain per web3signer host. Default is unlimited.
``` ```
<style> .content main {max-width:88%;} </style>

View File

@@ -95,3 +95,4 @@ SUBCOMMANDS:
which can be generated using the "create-validators" command. This command only supports validators which can be generated using the "create-validators" command. This command only supports validators
signing via a keystore on the local file system (i.e., not Web3Signer validators). signing via a keystore on the local file system (i.e., not Web3Signer validators).
``` ```
<style> .content main {max-width:88%;} </style>

View File

@@ -135,3 +135,4 @@ OPTIONS:
Path to directory containing eth2_testnet specs. Defaults to a hard-coded Lighthouse testnet. Only effective Path to directory containing eth2_testnet specs. Defaults to a hard-coded Lighthouse testnet. Only effective
if there is no existing database. if there is no existing database.
``` ```
<style> .content main {max-width:88%;} </style>

View File

@@ -99,3 +99,4 @@ OPTIONS:
A HTTP(S) address of a validator client using the keymanager-API. If this value is not supplied then a 'dry A HTTP(S) address of a validator client using the keymanager-API. If this value is not supplied then a 'dry
run' will be conducted where no changes are made to the validator client. [default: http://localhost:5062] run' will be conducted where no changes are made to the validator client. [default: http://localhost:5062]
``` ```
<style> .content main {max-width:88%;} </style>

View File

@@ -116,3 +116,4 @@ OPTIONS:
--validators <STRING> --validators <STRING>
The validators to be moved. Either a list of 0x-prefixed validator pubkeys or the keyword "all". The validators to be moved. Either a list of 0x-prefixed validator pubkeys or the keyword "all".
``` ```
<style> .content main {max-width:88%;} </style>