-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - Add community checkpoint sync endpoints to book #3558
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Niiice!
bors r+ |
## Proposed Changes Add a section on the new community checkpoint sync endpoints in the book. This should help stakers sync faster even without having to create an account.
Just a suggestion. The recommend |
|
||
The Ethereum community provides various [public endpoints](https://eth-clients.github.io/checkpoint-sync-endpoints/) for you to choose from for your initial checkpoint state. Select one for your network and use it as the url for the `--checkpoint-sync-url` flag. e.g. | ||
``` | ||
lighthouse bn --checkpoint-sync-url https://beaconstate.info/ ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like People might just end up copying this line out of laziness and all end up using this specific endpoint, which is sub-optimal from a safety perspective (no single checkpoint endpoint should be recommended). How about using a non-working domain instead, like example.com
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's a good point, I'm happy to merge that change if you or @remyroy would like to PR it (assuming no objections?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with @InvisibleSymbol suggestion. Let me do another PR.
## Proposed Changes Use a generic domain for community checkpoint sync example to meet the concern raised in #3558 (comment)
## Proposed Changes Use a generic domain for community checkpoint sync example to meet the concern raised in #3558 (comment)
## Proposed Changes Add a section on the new community checkpoint sync endpoints in the book. This should help stakers sync faster even without having to create an account.
## Proposed Changes Use a generic domain for community checkpoint sync example to meet the concern raised in sigp#3558 (comment)
Proposed Changes
Add a section on the new community checkpoint sync endpoints in the book. This should help stakers sync faster even without having to create an account.