mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update docs/_getting-started/index.md
This commit is contained in:
parent
d831258017
commit
0ecbc734cc
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ Running Geth starts an Ethereum node that can join any existing network, or crea
|
|||
|
||||
These are:
|
||||
|
||||
- **Full**: Downloads all block headers, block data, and validates all transactions
|
||||
- **Full**: Downloads all blocks (including headers, transactions and receipts) and generates the state of the blockchain incrementally by executing every block.
|
||||
- **Fast** (Default): Downloads all blocks (including headers, transactions and receipts), verifies all headers, and downloads the state and verifies it against the headers.
|
||||
- **Light**: Downloads all block headers, block data, and verifies some randomly.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue