-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
geth 1.9.9 not syncing #20496
Comments
Hello, any update on this? |
We've been looking into it. One question however, does your node have UDP connectivity? From the logs it seems as if you're completely firewalled off |
No it doesn't have |
|
We have a fallback in place so if discovery doesn't work for whatever reason, the node still tried to latch itself to the bootnodes. A refactor of the discovery (we're prepping for DNS discovery) broke this fallback mechanism in 1.9.9, so UDP was a must. We've fixed it (and released) in 1.9.10 just now. Please check again. That said, this is really a very unhealthy fallback, since the bootnodes may or may not have enough slots open. You should really sort out UDP connectivity (at least make sure DNS will work as that will be shipped soon and may solve your problems too). |
Hi,
After I reported the issue #20435 and muir glacier upgrade I updated my geth to 1.9.9 and using the same dataset collected using 1.9.8
System information
Geth version: 1.9.9
OS & Version: Linux
Expected behaviour
It should start to sync
Actual behaviour
Steps to reproduce the behaviour
install geth 1.9.9 and start to sync
Please suggest. I need my geth to sync completely as soon as possible
@fjl @ligi @karalabe
The text was updated successfully, but these errors were encountered: