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

Cannot do trusted sync from Prysm #3631

Closed
anonqoder opened this issue May 13, 2022 · 1 comment
Closed

Cannot do trusted sync from Prysm #3631

anonqoder opened this issue May 13, 2022 · 1 comment

Comments

@anonqoder
Copy link

Prysm beacon is running:

$ curl http://127.0.0.1:4500/eth/v1/beacon/blocks/head/root | jq

{
  "data": {
    "root": "0x42e28e33fb9665dc1a0da1b0bac8a141463a37aa5e8db6662c75f2488f9d73b1"
  },
  "execution_optimistic": false
}

But Nimbus is unable to sync from it:

$ ./nimbus_beacon_node trustedNodeSync --network:prater --data-dir=/data/nimbus --trusted-node-url=http://localhost:4500

NOT 2022-05-13 16:08:25.984+01:00 Starting trusted node sync                 databaseDir=/data/nimbus/db restUrl=http://localhost:4500 blockId=finalized backfill=true reindex=false
ERR 2022-05-13 16:08:27.021+01:00 Unable to download genesis block root      error="Unable to decode REST response, error [Serialization error]" restUrl=http://localhost:4500
@anonqoder anonqoder changed the title Cannot trusted sync from prysm Cannot do trusted sync from Prysm May 13, 2022
@zah
Copy link
Member

zah commented May 26, 2022

This should be fixed by #3647

@zah zah closed this as completed May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants