Difference between revisions of "Geth --syncmode"

From wikieduonline
Jump to navigation Jump to search
 
(15 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 full</code>
* <code>[[geth]] --syncmode [[light]]</code>
+
* <code>[[geth --syncmode light]]</code>
* <code>[[geth --syncmode snap]]</code>
+
* <code>[[geth --syncmode fast]]</code> (Deprecated)
 
+
  
 +
* <code>invalid value "fast" for flag -syncmode: unknown sync mode "fast", want "full", "snap" or "light"</code>
  
* <code>[[geth --syncmode fast]]</code> (Deprecated)
+
== Related ==
invalid value "fast" for flag -syncmode: unknown sync mode "fast", want "full", "snap" or "light"
+
* [[Ethereum nodes]]
 +
* [[Ethereum execution layer synchronization nodes]]
 +
* [[Ethereum consensus layer sync modes]]
 +
* <code>[[geth --gcmode]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{geth --syncmode}}
 
* {{geth}}
 
* {{geth}}
  
 
[[Category:Geth]]
 
[[Category:Geth]]

Latest revision as of 07:36, 27 August 2024

Advertising: