nimbus-eth2/docs/the_nimbus_book/src/start-syncing.md

21 lines
522 B
Markdown
Raw Normal View History

2020-11-05 16:35:41 +01:00
2020-11-02 17:30:25 +01:00
# Start syncing
2020-11-05 16:35:41 +01:00
> **Note:** If you're planning on making a mainnet [deposit](./deposit.md) you can safely skip this step.
If you're joining a network that has already launched, you need to ensure that your beacon node is [completely synced](./keep-an-eye.md#keep-track-of-your-syncing-progress) before submitting your deposit.
2020-11-02 17:30:25 +01:00
This is particularly important if you are joining a network that's been running for a while.
2020-11-05 16:35:41 +01:00
2020-11-02 17:30:25 +01:00
To start syncing `medalla` , from the `nimbus-eth2` repository, run:
```
make medalla
```