Skip to content

Commit

Permalink
mainnet cdvn (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
xenowits authored Nov 27, 2023
1 parent a7fe7fe commit 8cd1de0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/int/quickstart/quickstart-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,9 @@ cd charon-distributed-validator-node

3. Copy the `.env.sample` file to `.env`
```
cp -n .env.sample .env
cp -n .env.sample.mainnet .env
```

4. In your `.env` file, uncomment and set values for `NETWORK` & `LIGHTHOUSE_CHECKPOINT_SYNC_URL`
```
...
# Overrides network for all the relevant services.
NETWORK=mainnet
...
# Checkpoint sync url used by lighthouse to fast sync.
LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://mainnet.checkpoint.sigp.io/https://eth-clients.github.io/checkpoint-sync-endpoints/#mainnet
...
```
Note that you can choose any checkpoint sync url from https://eth-clients.github.io/checkpoint-sync-endpoints/#mainnet.

Your DV stack is now mainnet ready 🎉

#### Remote mainnet beacon node
Expand Down

0 comments on commit 8cd1de0

Please sign in to comment.