Difference between revisions of "Geth snapshot"

From wikieduonline
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 prune-state

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

Advertising: