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

Can bad blocks stop synchronization from working? #29685

Open
AsadullahSoomro opened this issue Apr 30, 2024 · 4 comments
Open

Can bad blocks stop synchronization from working? #29685

AsadullahSoomro opened this issue Apr 30, 2024 · 4 comments

Comments

@AsadullahSoomro
Copy link

I encountered these errors during synchronization:

  • Warning: "Downloader queue stats"
  • Warning: "Sync Failed, Dropping Peer"
  • Error: "Retrieved hash chain is invalid: no peers available or all tried for download"
  • Error: "Peer is unknown or unhealthy"
  • Error: "Timeout"
  • Error: "Pending request exists for joining peer"
  • Error: "Expired request does not exist"

However, after some time(approximately 20 hours), the new node started working fine,

@rjl493456442
Copy link
Member

bad blocks stop synchronization from working

No, geth should be capable to identify the bad block, throw it away and follow the chain guided by the consensus client.

no peers available or all tried for download

Are you running some Non-Pos network? IIRC, this kind of error shouldn't show up after switching to Proof-of-stake

@AsadullahSoomro
Copy link
Author

AsadullahSoomro commented Apr 30, 2024 via email

@rjl493456442
Copy link
Member

Which network you are trying to sync. Keep in mind that Rinkeby and Goerli has been deprecated.

@AsadullahSoomro
Copy link
Author

@rjl493456442 I am using Clique PoA(Proof-of-Athuority) Consensus algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants