You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran command geth --rinkeby --datadir /mnt/hdd/blockchain/rinkeby-archive/ --http --http.port 5545 --http.addr "0.0.0.0" --syncmode "full" --gcmode=archive --cache 16384 --port 60606
and waited for several days (I use hdd).
Thanks for reporting this. This has been fixed on master now. If you don't mind using an "unstable" build, please rebuild Geth from master or wait a bit (1h?) for the builders to crunch through and publish in the usual locations. Alternatively we'll push the fix out in the next stable release.
Hello.
I am syncing full historical node with rinkeby testnet. During processing 4M-5M blocks I've got an error:
Geth version: 1.9.16-stable
OS & Version: Ubuntu 20.04
Commit hash : ea3b00a
Expected behaviour
Blockchain is synced
Actual behaviour
crash with
index out of range
errorSteps to reproduce the behaviour
I ran command
geth --rinkeby --datadir /mnt/hdd/blockchain/rinkeby-archive/ --http --http.port 5545 --http.addr "0.0.0.0" --syncmode "full" --gcmode=archive --cache 16384 --port 60606
and waited for several days (I use hdd).
Backtrace
The text was updated successfully, but these errors were encountered: