Skip to content
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

Checkpoint Sync doesn't work with Nimbus eth2 #683

Closed
stefa2k opened this issue Aug 19, 2022 · 2 comments · Fixed by #987
Closed

Checkpoint Sync doesn't work with Nimbus eth2 #683

stefa2k opened this issue Aug 19, 2022 · 2 comments · Fixed by #987
Assignees
Labels
bug Indicates a bug or unexpected behavior in the application.

Comments

@stefa2k
Copy link
Member

stefa2k commented Aug 19, 2022

When entering a correct and working cl node (e. g. infura) nimbus fails to start:

Unrecognized option 'trusted-node-url'
Try nimbus_beacon_node --help for more information.
@stefa2k stefa2k added the bug Indicates a bug or unexpected behavior in the application. label Aug 19, 2022
@stefa2k stefa2k added this to the beta2.0-flexible milestone Aug 19, 2022
@NeoPlays
Copy link
Member

NeoPlays commented Sep 8, 2022

I may have been to fast implementing this 😅 seems like syncing from a trusted src is an action and not a startup property: nimbus

@stefa2k
Copy link
Member Author

stefa2k commented Oct 13, 2022

solution would be to run 2 commands after each other:

  1. checkpoint sync command: finishes when checkpoint sync was successful or when beacon chain database already exists
  2. normal beacon chain command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates a bug or unexpected behavior in the application.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants