mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-14 05:38:37 +00:00
clarify CL client is needed at top of sync-mode pg
This commit is contained in:
parent
5f9632236d
commit
0630c430f9
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ title: Sync modes
|
|||
description: Introduction to Geth's sync modes
|
||||
---
|
||||
|
||||
Syncing is the process by which Geth catches up to the latest Ethereum block and current global state. There are several ways to sync a Geth node that differ in their speed, storage requirements and trust assumptions.
|
||||
Syncing is the process by which Geth catches up to the latest Ethereum block and current global state. There are several ways to sync a Geth node that differ in their speed, storage requirements and trust assumptions. Now that Ethereum uses proof-of-stake based consensus,. a consensus client is required for Geth to sync.
|
||||
|
||||
## Full nodes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue