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

Problem at block 120.000 #811

Closed
simenfd opened this issue Apr 25, 2015 · 4 comments
Closed

Problem at block 120.000 #811

simenfd opened this issue Apr 25, 2015 · 4 comments

Comments

@simenfd
Copy link

simenfd commented Apr 25, 2015

Leaving it up to you to decide if this is a bug or not. This message keeps repeating over and over again:

I0425 10:23:50.570805 2253 chain_manager.go:542] uncle0 header invalid: Block's nonce is invalid (= 6cc84cffff07800d)
I0425 10:24:20.736839 2253 ethash.go:94] Making cache
I0425 10:24:21.983800 2253 ethash.go:99] Took: 1.246900321s
I0425 10:24:21.987494 2253 chain_manager.go:541] INVALID block #120000 (c1f89a6062fb57dcace0752cf1c20b01aefbdd18273942103e2a561b741a0211)
I0425 10:24:21.987539 2253 chain_manager.go:542] uncle0 header invalid: Block's nonce is invalid (= 6cc84cffff07800d)

@obscuren
Copy link
Contributor

This used to be an issue in an older version. What are you currently running (geth version)?

@danielnovy
Copy link

I'm having the same issue. My geth client is stuck on block #60.000. Geth Version: 0.9.11, Ubuntu 14.04, kernel 3.18.3-031803-generic.
INVALID block #60000 (445b060791c703cb5...)
Block's nonce is invalid (= 24a1aceff...)

@bas-vk
Copy link
Member

bas-vk commented Apr 25, 2015

If you build geth from source could you try the following and report if that solves your problem:
cd $GOPATH/src/github.com/ethereum/go-ethereum/cmd/geth
godep restore
go build && go install

@simenfd
Copy link
Author

simenfd commented Apr 25, 2015

I was running the bleeding edge. The problem was solved by the 'godep restore' it seems.... I was just building without doing the restore

maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Jun 9, 2023
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

4 participants