Difference between revisions of "Geth --syncmode"

From wikieduonline
Jump to navigation Jump to search
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
[[geth --syncmode=fast]]
+
<code>geth --syncmode</code> also requires a [[consensus client]] to [[sync]]. <ref>https://geth.ethereum.org/docs/fundamentals/sync-modes</ref>
[[geth]] --syncmode=full
 
  
 +
* <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

Advertising: