mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
README: fix default sync mode (#23282)
This commit is contained in:
parent
0730acc5a0
commit
56e9001a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ $ geth console
|
|||
```
|
||||
|
||||
This command will:
|
||||
* Start `geth` in fast sync mode (default, can be changed with the `--syncmode` flag),
|
||||
* Start `geth` in snap sync mode (default, can be changed with the `--syncmode` flag),
|
||||
causing it to download more data in exchange for avoiding processing the entire history
|
||||
of the Ethereum network, which is very CPU intensive.
|
||||
* Start up `geth`'s built-in interactive [JavaScript console](https://geth.ethereum.org/docs/interface/javascript-console),
|
||||
|
|
|
|||
Loading…
Reference in a new issue