Difference between revisions of "Geth --syncmode"
Jump to navigation
Jump to search
↑ https://geth.ethereum.org/docs/fundamentals/sync-modes
(23 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | + | <code>geth --syncmode</code> also requires a [[consensus client]] to [[sync]]. <ref>https://geth.ethereum.org/docs/fundamentals/sync-modes</ref> | |
− | |||
+ | * <code>[[geth --syncmode snap]]</code> (default) | ||
+ | * <code>[[geth]] --syncmode full</code> | ||
+ | * <code>[[geth --syncmode light]]</code> | ||
+ | * <code>[[geth --syncmode fast]]</code> (Deprecated) | ||
+ | |||
+ | |||
+ | * <code>invalid value "fast" for flag -syncmode: unknown sync mode "fast", want "full", "snap" or "light"</code> | ||
+ | |||
+ | == Related == | ||
+ | * [[Ethereum nodes]] | ||
+ | * [[Ethereum execution layer synchronization nodes]] | ||
+ | * [[Ethereum consensus layer sync modes]] | ||
+ | * <code>[[geth --gcmode]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{geth --syncmode}} | ||
* {{geth}} | * {{geth}} | ||
+ | |||
+ | [[Category:Geth]] |
Latest revision as of 07:36, 27 August 2024
geth --syncmode
also requires a consensus client to sync. [1]
geth --syncmode snap
(default)geth --syncmode full
geth --syncmode light
geth --syncmode fast
(Deprecated)
invalid value "fast" for flag -syncmode: unknown sync mode "fast", want "full", "snap" or "light"
Related[edit]
- Ethereum nodes
- Ethereum execution layer synchronization nodes
- Ethereum consensus layer sync modes
geth --gcmode
See also[edit]
geth --syncmode [ snap (default) | --syncmode full | --syncmode light | --syncnode fast (Deprecated) ]
,op-node --syncmode
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: