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

geth --mine stuck at "24160 chain_manager.go:628] imported 256 block(s)" #939

Closed
ghost opened this issue May 12, 2015 · 1 comment
Closed

Comments

@ghost
Copy link

ghost commented May 12, 2015

On Ubuntu, my geth first mining run seems to be in a loop below. Does anyone see the same issue?

I0512 15:45:40.163188 24160 worker.go:226] 🔨 Mined block #52
I0512 15:45:41.159289 24160 chain_manager.go:628] imported 1 block(s) (0 queued 0 ignored) in 5.273625ms. #52 [a7a8e808 / a7a8e808]
I0512 15:45:41.159572 24160 worker.go:226] 🔨 Mined block #52
I0512 15:46:29.422794 24160 chain_manager.go:580] Split detected. New head #52 (85310f80) TD=7029145, was #52 (1e4a1e64) TD=7028067
I0512 15:46:30.405401 24160 chain_manager.go:628] imported 256 block(s) (0 queued 0 ignored) in 1.214784311s. #256 [110bd75c / 5eda8721]
I0512 15:46:31.582860 24160 chain_manager.go:628] imported 256 block(s) (0 queued 0 ignored) in 1.177348029s. #512 [db
...
I0512 15:52:30.204008 24160 chain_manager.go:628] imported 256 block(s) (0 queued 0 ignored) in 4.782888666s. #55040 [daa4dbf9 / dbf78148]
I0512 15:52:37.929488 24160 chain_manager.go:628] imported 256 block(s) (0 queued 0 ignored) in 7.725356824s. #55296 [1f47476b / 007085c6]
I0512 15:52:43.983869 24160 chain_manager.go:628] imported 256 block(s) (0 queued 0 ignored) in 6.054251641s. #55552 [f9a0ccb1 / 51b641d1]

@obscuren
Copy link
Contributor

I'm not seeing a loop. If you're referring to the two blocks (#52) having the same number, that's possible due to multithreaded mining. They are different blocks though

tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
* cancel istanbul gas changes

* fixes

* added comment
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
The original geth implementation of EIP-2200 assumed EIP-1884 was also enabled.  It didn't cause problems since both were part of the Istanbul hard fork.  But a later commit to geth made EIP-2200's implementation correct apart from EIP-1884.  This commit comments out the change to SLOAD's gas cost, which is needed for backwards compatibility, since Celo didn't adopt the corresponding change in EIP-1884 (also commented out in the code), see PR ethereum#939.
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

1 participant