mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
Remove mention of fast sync mode in Getting Started guide (#24300)
This commit is contained in:
parent
51242a49f4
commit
7a36eb855d
1 changed files with 0 additions and 3 deletions
|
|
@ -60,9 +60,6 @@ These are:
|
||||||
|
|
||||||
- **Full**: Downloads all blocks (including headers, transactions, and receipts) and
|
- **Full**: Downloads all blocks (including headers, transactions, and receipts) and
|
||||||
generates the state of the blockchain incrementally by executing every block.
|
generates the state of the blockchain incrementally by executing every block.
|
||||||
- **Fast**: Downloads all blocks (including headers, transactions and
|
|
||||||
receipts), verifies all headers, and downloads the state and verifies it against the
|
|
||||||
headers.
|
|
||||||
- **Snap** (Default): Same functionality as fast, but with a faster algorithm.
|
- **Snap** (Default): Same functionality as fast, but with a faster algorithm.
|
||||||
- **Light**: Downloads all block headers, block data, and verifies some randomly.
|
- **Light**: Downloads all block headers, block data, and verifies some randomly.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue