From c9eb5a12ed71fcf6adae746eca864618f9dc4c86 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Thu, 21 Apr 2022 14:35:30 +0700 Subject: [PATCH] Readme update: built-in rpc daemon and syncmode=snap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 798592f69..231949183 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ make erigon ./build/bin/erigon ``` -Default `--syncmode=snap` for `mainnet`, `goerli`, `bsc`. Other networks now have default `--syncmode=fast`. Increase download speed by flag `--torrent.download.rate=20mb` +Default `--syncmode=snap` for `mainnet`, `goerli`, `bsc`. Other networks now have default `--syncmode=fast`. Increase download speed by flag `--torrent.download.rate=20mb`. 🔬 See [Downloader docs](./cmd/downloader/README.md) Use `--datadir` to choose where to store data.