Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmahmood committed Dec 22, 2024
1 parent 35f557f commit 6e2eaf8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,10 @@ Logs are stored in `beaconkit.log` and `geth.log`
./node.sh
```

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

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
```bash
USE_SNAPSHOT=true ./node.sh
```
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.

## Coming Soon
- Syncing from a snapshot
- State Sync (if possible)

## FAQ / Common Issues
Expand Down

0 comments on commit 6e2eaf8

Please sign in to comment.