Difference between revisions of "Geth --syncmode light"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== See also == | == See also == | ||
+ | * {{geth --syncmode}} | ||
* {{geth}} | * {{geth}} | ||
[[Category:Geth]] | [[Category:Geth]] |
Latest revision as of 10:48, 12 July 2023
geth --syncmode light
What is wrong with my light client? Light sync relies on full nodes that serve data to light clients. Historically, this has been hampered by the fact that serving light clients was turned off by default in geth full nodes and few nodes chose to turn it on. Therefore, light nodes often struggled to find peers. Since Ethereum switched to proof-of-stake, Geth light clients have stopped working altogether. Light clients for proof-of-stake Ethereum are expected to be implemented soon!
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: