good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2514fca7 authored by Nathan (Blaise) Bruer's avatar Nathan (Blaise) Bruer Committed by GitHub
Browse files

Fix documentation of deprecated --syncmode -> --snapshots (#4376)

parent ed1140e7
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ make erigon
./build/bin/erigon
```
Default `--syncmode=snap` for `mainnet`, `goerli`, `bsc`. Other networks now have default `--syncmode=full`. Increase download speed by flag `--torrent.download.rate=20mb`. <code>🔬 See [Downloader docs](./cmd/downloader/readme.md)</code>
Default `--snapshots=true` for `mainnet`, `goerli`, `bsc`. Other networks now have default `--snapshots=false`. Increase download speed by flag `--torrent.download.rate=20mb`. <code>🔬 See [Downloader docs](./cmd/downloader/readme.md)</code>
Use `--datadir` to choose where to store data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment