-
Notifications
You must be signed in to change notification settings - Fork 122
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
Beacon client online, but no consensus updates received #2141
Comments
We might need more information here. is that a fresh install? Is that a node using a snapshot? What's the beacond version? But first, can you compare your beacon config with the toml files listed here: https://github.com/berachain/beacon-kit/tree/main/testing/networks/80084 |
This is not a fresh install, but it has also happened before when we were running
Also noticed that sections like "API Configuration" and "gRPC Configuration" are no longer present, so I can try using a new copy of FYI, we're also running with a patched binary: #2029 |
This is a known issue: |
And you issue was linked to the rpc-timeout, no need to run a patched version. |
The default timeout (on code) was 2s, and by patching the binary we increased it to 3s. If I set it to 900ms like in In any case, that was a different issue where |
We're now using a fresh copy of the |
Hi team!
Every now and then, the node stops syncing with the following message in
geth
logs:And I don't see anything unusual in the
beacon
logs. The solution is to simply restart thebeacond
service. It starts working fine after that.Were you aware of this?
Perhaps there's a beacon config setting that can help in these cases?
The text was updated successfully, but these errors were encountered: