-
Notifications
You must be signed in to change notification settings - Fork 764
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
Remote BN does not support EIP-4881 fast deposit sync, error: Error fetching deposit snapshot from remote #4559
Comments
Btw, here it says lighthouse will ignore the warning and try syncing from scratch: https://rustrepo.com/repo/sigp-lighthouse-rust-concurrency But in my case it does not, it just shuts down. Have to remove checkpoint-sync-url flag to start syncing from scratch
|
This seems to be a checkpoint sync server issue, also reported by a few other Discord users. This log line suggested that the checkpoint server returned a server error:
|
Perhaps try another gnosis checkpoint server or reach out to them on Discord? |
I deleted the Consensus data and restarted the node
could you verify the logs please? |
Hi @dharmendrakariya I'm not sure what chain you're syncing to but the above logs look ok, looks like it's syncing from genesis and not via checkpoint sync, so it seems unrelated to this issue. |
@jimmygchen thanks buddy! btw I am working on Gnosis! |
Looks like this was a checkpoint sync server issue (see discussions in #2915 ) and should be fixed now, closing this one now. Thanks for reporting! |
Description
Version
Nethermind 1.20.1, lighthouse 4.3.0, gnosis mainnet
Present Behaviour
Unable to checkpoint sync
Expected Behaviour
Beacon should sync properly
Steps to resolve
Have tried multiple urls, all result in same error.
The text was updated successfully, but these errors were encountered: