Difference between revisions of "Geth snapshot"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} [[geth snapshot prune-state]] | {{lc}} [[geth snapshot prune-state]] | ||
+ | |||
+ | <pre> | ||
+ | geth snapshot --help | ||
+ | NAME: | ||
+ | geth snapshot - A set of commands based on the snapshot | ||
+ | |||
+ | USAGE: | ||
+ | geth snapshot command [command options] [arguments...] | ||
+ | |||
+ | COMMANDS: | ||
+ | prune-state Prune stale ethereum state data based on the snapshot | ||
+ | verify-state Recalculate state hash based on the snapshot for verification | ||
+ | check-dangling-storage Check that there is no 'dangling' snap storage | ||
+ | inspect-account Check all snapshot layers for the specific account | ||
+ | traverse-state Traverse the state with given root hash and perform quick verification | ||
+ | traverse-rawstate Traverse the state with given root hash and perform detailed verification | ||
+ | dump Dump a specific block from storage (same as 'geth dump' but using snapshots) | ||
+ | export-preimages Export the preimage in snapshot enumeration order | ||
+ | help, h Shows a list of commands or help for one command | ||
+ | |||
+ | OPTIONS: | ||
+ | |||
+ | --help, -h (default: false) | ||
+ | show help | ||
+ | </pre> | ||
Revision as of 07:26, 11 June 2024
geth snapshot --help NAME: geth snapshot - A set of commands based on the snapshot USAGE: geth snapshot command [command options] [arguments...] COMMANDS: prune-state Prune stale ethereum state data based on the snapshot verify-state Recalculate state hash based on the snapshot for verification check-dangling-storage Check that there is no 'dangling' snap storage inspect-account Check all snapshot layers for the specific account traverse-state Traverse the state with given root hash and perform quick verification traverse-rawstate Traverse the state with given root hash and perform detailed verification dump Dump a specific block from storage (same as 'geth dump' but using snapshots) export-preimages Export the preimage in snapshot enumeration order help, h Shows a list of commands or help for one command OPTIONS: --help, -h (default: false) show help
See also
geth [ account | console | snapshot | --authrpc.addr | version | --sepolia | --goerli | --pprof | --http | --syncmode | --mine ] --rpc.evmtimeout | --ethstats | --help
, Geth logs, geth logs WARN,Log.Error
, ports:8551, 30303, 8547, ~/.ethereum/geth/,
,--verbosity, --config
,geth init
devp2p, p2psim, devp2p
, geth dumpconfig
Advertising: