-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
Latest version fails to save last block on shutdown #1361
Comments
Please provide previous full logs. I somehow doubt you only pressed ctrl-c once. |
I got the same problem
|
is there no way to recover from this? |
Make absolute sure you're on the latest |
maoueh
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Apr 10, 2023
* add ip ratelimit * update * update * update explorer adddress * updae recapcha * remove binance * cmd/faucet: fix conn to wrapped wsconn * cmd/faucet: keystore updated to save and load one same addres once * clean: remove btcd v0.20.1-beta and avoid to ambiguous import (#1) * ci: fix truffle test (ethereum#1384) --------- Co-authored-by: fudongbai <296179868@qq.com> Co-authored-by: Nathan <galaxystroller@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A single ctrl-c to a happily running node results in the db being corrupted. Any attempt to start any version of geth again results in this:
I0629 21:09:17.132215 18805 backend.go:291] Protocol Version: 60, Network Id: 0
I0629 21:09:17.132273 18805 backend.go:301] Blockchain DB Version: 3
F0629 21:09:17.135264 18805 chain_manager.go:240] Fatal. LastBlock not found. Please run removedb and resync
Not a disk space issue at all.
The text was updated successfully, but these errors were encountered: