Skip to content

Commit 6e2eaf8

Browse files
committed
Update README.md
1 parent 35f557f commit 6e2eaf8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,10 @@ Logs are stored in `beaconkit.log` and `geth.log`
3838
./node.sh
3939
```
4040

41-
By default, this will start a sync from genesis without bootstrapping from a snapshot. For long running networks, this can take a long time depending on your network latency and geography
42-
43-
To run with a snapshot - note that will involve downloading large snapshot files from third party sites which will take several hours to download. It also introduces a trust assumption on the snapshot provider
44-
```bash
45-
USE_SNAPSHOT=true ./node.sh
46-
```
41+
By default, this will start a sync from genesis without bootstrapping from a snapshot. For long running networks, this can take a long time depending on your network latency and geography. Syncing from a snapshot support will come soon.
4742

4843
## Coming Soon
44+
- Syncing from a snapshot
4945
- State Sync (if possible)
5046

5147
## FAQ / Common Issues

0 commit comments

Comments
 (0)