Update CLI Flags for Geth v1.10.19 (#25101)

Update CLI Flags for Geth v1.10.19
This commit is contained in:
Zachinquarantine 2022-06-16 02:25:53 -04:00 committed by GitHub
parent 832391e2b7
commit 8c0cc91bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>)