mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-11 17:31:35 +00:00
Update CLI Flags for Geth v1.10.19 (#25101)
Update CLI Flags for Geth v1.10.19
This commit is contained in:
parent
832391e2b7
commit
8c0cc91bc1
1 changed files with 7 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ USAGE:
|
|||
geth [options] [command] [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.10.18-stable-de23cf91
|
||||
1.10.19-stable-23bee162
|
||||
|
||||
COMMANDS:
|
||||
account Manage accounts
|
||||
|
|
@ -57,7 +57,7 @@ ETHEREUM OPTIONS:
|
|||
--lightkdf Reduce key-derivation RAM & CPU usage at some expense of KDF strength
|
||||
--eth.requiredblocks value Comma separated block number-to-hash mappings to require for peering (<number>=<hash>)
|
||||
--mainnet Ethereum mainnet
|
||||
--ropsten Ropsten network: pre-configured proof-of-work test network
|
||||
--ropsten Ropsten network: pre-configured proof-of-stake test network
|
||||
--rinkeby Rinkeby network: pre-configured proof-of-authority test network
|
||||
--goerli Görli network: pre-configured proof-of-authority test network
|
||||
--sepolia Sepolia network: pre-configured proof-of-work test network
|
||||
|
|
@ -227,8 +227,9 @@ ALIASED (deprecated) OPTIONS:
|
|||
MISC OPTIONS:
|
||||
--snapshot Enables snapshot-database mode (default = enable)
|
||||
--bloomfilter.size value Megabytes of memory allocated to bloom-filter for pruning (default: 2048)
|
||||
--ignore-legacy-receipts Geth will start up even if there are legacy receipts in freezer
|
||||
--help, -h show help
|
||||
--override.arrowglacier value Manually specify Arrow Glacier fork-block, overriding the bundled setting (default: 0)
|
||||
--override.grayglacier value Manually specify Gray Glacier fork-block, overriding the bundled setting (default: 0)
|
||||
--override.terminaltotaldifficulty value Manually specify TerminalTotalDifficulty, overriding the bundled setting (default: <nil>)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue