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

Block downloader pauses after receiving block with invalid receipt root hash #868

Closed
tgerring opened this issue May 6, 2015 · 1 comment

Comments

@tgerring
Copy link
Contributor

tgerring commented May 6, 2015

I0506 16:25:54.227641   48108 chain_manager.go:628] imported 256 block(s) (0 queued 0 ignored) in 1.636254984s. #259398 [54c0d27e / 77611659]
I0506 16:25:56.003242   48108 chain_manager.go:628] imported 256 block(s) (0 queued 0 ignored) in 1.775513075s. #259654 [9eb14fa9 / 128f5c0d]
I0506 16:25:57.386260   48108 chain_manager.go:628] imported 256 block(s) (0 queued 0 ignored) in 1.382791386s. #259910 [ba377144 / f93d0500]
I0506 16:25:58.370706   48108 chain_manager.go:558] INVALID block #260096 (4954cf2a8bfce8a975518394e6874d0f259369e44b2a295dc52d44ca56b69fdf)
I0506 16:25:58.370737   48108 chain_manager.go:559] invalid receipt root hash. received=bec50e5c1070dcd755ad3d5e512690a260d478f285e2e1c0ebf1cf4d1b19aa2f calculated=1d1623ca8af69df1f21b23a93619edb133d09bddd3bdbeb2af5689a98cde3d10

Restarting the client seems to help resume downloading, perhaps form a different peer?

@obscuren
Copy link
Contributor

obscuren commented May 6, 2015

Must be an old node that gave you a shit chain. We, unfortunately, don't penalise peers yet (only for downloading which does compensate slightly)

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