-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
Synchronisation failed, dropping peer peer=b1710c8648aa839a err="retrieved hash chain is invalid" #14381
Comments
i have the same, but on win 10 |
I'm trying to repro this. Are you also seeing it between Windows and Android @GoldMiner817 ? |
I'm also having this issue with version 1.6.1 on Ubuntu 14.04 |
i deleted the blockchain and started over, also clock sync seeme to help.
it looks good now, gl m8!
2017-05-05 16:39 GMT+02:00 tcaaen <[email protected]>:
… I'm also having this issue with version 1.6.1 on Ubuntu 14.04
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14381 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbFaoupzzdmuV70LzQRc4Q_3Pukq8Yc7ks5r2zS-gaJpZM4NICwO>
.
--
Vriendelijke Groeten,
Tomas Teunis
|
did you fix it?
i started a new issue, but its soo slow;
#14433
2017-05-05 16:39 GMT+02:00 tcaaen <[email protected]>:
… I'm also having this issue with version 1.6.1 on Ubuntu 14.04
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14381 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbFaoupzzdmuV70LzQRc4Q_3Pukq8Yc7ks5r2zS-gaJpZM4NICwO>
.
--
Vriendelijke Groeten,
Tomas Teunis
|
I'm having this issue as well. Yesterday it was syncing OK. Uname -a: Linux adria-pc 4.4.63-1-MANJARO #1 SMP PREEMPT Fri Apr 21 08:43:38 UTC 2017 x86_64 GNU/Linux |
glad i'm not alone :)
update on my personal quest;
i notised that my hard drive was under constant load while syncing.
So i cloned my OS to another harddrive(non-SSD, but newer, bigger and
faster.
the sync(non-fast) was getting me no where, so with pain in my heart i
removerdb again and re-started
fast sync. HDD load is not constant under full load, and seems pretty
smooth.
after 10 min;
INFO [05-06|14:24:06] Imported new state entries count=384
elapsed=28.075ms processed=619407 pending=74833
INFO [05-06|14:24:06] Imported new block headers count=192
elapsed=114.304ms number=306112 hash=e1cfad…87e4ab ignored=0
so i'll check back in an hour or 2, see where i'm at
2017-05-06 13:57 GMT+02:00 Rocavall <[email protected]>:
… I'm having this issue as well. Yesterday it was syncing OK.
Uname -a: Linux adria-pc 4.4.63-1-MANJARO #1
<#1> SMP PREEMPT Fri Apr 21
08:43:38 UTC 2017 x86_64 GNU/Linux
Console log: https://pastebin.com/3CPDnSpA
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14381 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbFaos-WNURqMZO6p-c5-Qma3JNhFwO9ks5r3GAngaJpZM4NICwO>
.
--
Vriendelijke Groeten,
Tomas Teunis
|
I got this when trying to close: |
not sure... it would be handy if we could download the blockchain somewhere and import it..this takes way to long. i think my hdd swap didnt change much..still importing headers etc, after 2.5 hours. man, i just wanne get started! :/ errors i get are; WARN [05-06|15:49:35] Rolled back headers count=2048 header=1494991->1492943 fast=1457578->1457578 block=0->0 INFO [05-06|16:01:51] Imported new state entries count=384 elapsed=4.010ms processed=3974226 pending=113129 INFO [05-06|16:05:12] Imported new state entries count=63 elapsed=15.712s processed=3977768 pending=28556 INFO [05-06|16:07:21] Imported new state entries count=384 elapsed=9.772s processed=3983719 pending=53745 WARN [05-06|16:08:14] Synchronisation failed, retrying err="state data download canceled (requested)" WARN [05-06|16:09:15] Synchronisation failed, retrying err="receipt download canceled (requested)" WARN [05-06|16:23:56] Rolled back headers count=2048 header=1610668->1608620 fast=1574014->1574014 block=0->0 |
i guess its weekend, support is probably out i've used another client, for those in troulbe; i like to share Parity http://127.0.0.1:8180 less than 10 min sync time! I am finally mining! 💃 i would like to use Geth tho, so a solution woudl be nice, cheers |
Parity warp sync just trusts its peers for the right data, and "validates it whenever" in the background. You'll still need the same time to make sure your chain is valid, but apparently people don't really care about it nowadays. |
my main goal was to get the mining started, check
i would like to get Geth going, but at the rate it was going, it took me at
least a couple of weeks...if at all
2017-05-06 18:46 GMT+02:00 Péter Szilágyi <[email protected]>:
… Parity warp sync just trusts its peers for the right data, and "validates
it whenever" in the background. You'll still need the same time to make
sure your chain is valid, but apparently people don't really care about it
nowadays.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14381 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbFaos_M78pvqqNDBXftDlugiObYD7Y_ks5r3KPsgaJpZM4NICwO>
.
--
Vriendelijke Groeten,
Tomas Teunis
|
I have the same issue on windows 10. Deleting the blockchain and starting over does not help. I'm just trying to start mining! |
Yes, we've found a bug im the sync code that was amplified by a recentish
regression. Working on a fix already. It only affects HDD users btw so if
you can sync up to an ssd and copy over that will be an immediate solution.
Maybe we'll have an hdd fix already today to try out but no promises yet.
…On May 11, 2017 12:17, "Viacheslav Shalamov" ***@***.***> wrote:
I have the same issue on windows 10.
geth -rpc and geth --fast --cache=1024 repeatedly produce err="retrieved
hash chain is invalid"
Deleting the blockchain and starting over does not help.
I'm just trying to start mining!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14381 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAH6GQKrwdGVQ87dnj9vzqTcTofbXbCLks5r4tImgaJpZM4NICwO>
.
|
@karalabe I have only SSD in my laptop, but it affects me too. |
In my case I was using an HDD but the sync never ended (stuck in the last 130 blocks regardless of highest block number), so I copied the files to my SSD and then I cound finish syncing. The problem mentioned here appeared afterwards, so I guess it had something to do with the sync part done on the HDD? |
Have on Ubuntu 16.0x server with geth "binaries/keystore" etc on SSD and "chaindata" of HDD and it seems to be working fine but on Macbook which has two SSDs ("binaries/keystore" in one SSD and "chaindata" in another SSD) seems to failing every other day. |
I have the same issue, on SSD, 16GB RAM, 2.6 Quad core. Haven't been able to sync. |
Having similar issue: |
Hi, |
win 10 32 bit Running this (eventually) causes out of memory error (as well as above message): geth --testnet --fast --rpc --rpcapi db,eth,net,web3,personal --cache=1024 --rpcport 8545 --rpcaddr 127.0.0.1 --rpccorsdomain "*" --bootnodes "enode://20c9ad97c081d63397d7b685a412227a40e23c8bdc6688c6f37e97cfbc22d2b4d1db1510d8f61e6a8866ad7f0e17c02b14182d37ea7c3c8b9c2683aeb6b733a1@52.169.14.227:30303,enode://6ce05930c72abc632c58e2e4324f7c7ea478cec0ed4fa2528982cf34483094e9cbc9216e7aa349691242576d552a2a56aaeae426c5303ded677ce455ba1acd9d@13.84.180.240:30303" Is there a flag setting I need or is this not possible on a 2GB machine? Or should I be using another version of Geth? |
There's a PR open to fix the sync issues. It will be in the next week's release. |
Hello @karalabe , was this fix included in 1.6.2? |
No, we had to pull that fix because it wasn't stable enough. It's mostly working and that's our top priority now. We'll do a release immediately when the fix is deemed stable enough to roll out to everyone. |
Ok, great. thanks for the quick reply! |
Not in 1.6.3 through 1.6.5 either? I see no recent activity on #3780 if that's the PR we're waiting for. |
I'm also getting this error using SSD with 1.6.5 stable version. |
Same issue here with 1.6.6-unstable-80f7c6c2 with an HDD
|
update: solved this error, for me the reason was overflow of HDD space. |
Having same problem on macOS Sierra. |
Same problem, and sync from the app never worked well for me, always get stuck at some point or fail to connect to peers. The only method that worked for me is to run geth to sync in command prompt. Now I'm getting this bad block problem in geth. Latest build has fail to connect to node problem so it won't even start up. This wallet has been nothing but nightmare for me. |
this error just started for me after ethereum wallet update to 0.9.0 |
this issue was found a lot on this repo but i cant finde one answer to fix it... |
@BoBBer446 after trying 100 different things, I found a workaround. i.e for the error message:
delete |
i want to start new, but if i delete the chaindata folder i loose my coins if i delete one .lbd im not sure if that corrupt my eth balance :/ The developer does not talk with us about that issue :( |
My issue is retrieved hash chain is invalid
So i cant find the corrupt .ldb :/ Maybe i cant try this: but im not sure with my eth balance |
@BoBBer446 By doing |
Hi All Blockchain experts, |
this issue reproduces randomly. How to fix it? running version 1.8.13 |
It's still open in August 2018 after creation April 2017. |
Same error in Version: 1.8.14-stable |
While trying to sync up with Rinkeby, I am facing the same issue mentioned in this thread. My geth Version: 1.8.14-stable. WARN [08-26|16:18:55.657] Synchronisation failed, dropping peer peer=6867526b2f5d623c err="retrieved hash chain is invalid" -------- After few minutes -------- WARN [08-26|16:29:23.568] Node data write error err="state node 7bc787…c4b1bd failed with all peers (1 tries, 1 peers)" |
Issue is still open. Using windows 7 and getting constant "retrieved hash chain is invalid" error. Even when trying on both rinkeby and ropsten. Especially with the rinkeby network. |
I am experiencing the same issue. |
is #18072 related to this issue? |
Having the same problem, started getting noticed of the issue searching for this #16406 Im using 6 clique signers on geth 1.8.17 on different versions of ubuntu, 16.04 and 18.04 |
The original issue is really really old and we've probably fixed many issues related to it. Please open a new issue with as much detail as you have if this still persists. |
I solved this problem by upgrad my go-ethereum version |
@ProDog To which version did upgrade ? |
I'm sorry I can't remember, is about 1.9 later. |
@ProDog I'm using Ubuntu 20.0.4 . My old geth version is 1.8.13-stable . I got same error in this issue. Do you think i need to upgrade geth to resolve the error ? And to which version should i need to upgrade then ? Thanks. |
@revskill10 1.8.13 is too old, yaybe you can upgrade to the latest version. |
System information
Geth version: 1.6
OS & Version: Linux and Android
Expected behaviour
Mined Blocks should be retrieved by android node and displayed accordingly.
Actual behaviour
I have started a lightserver on ubuntu machine. I am able to connect android node with lightserver node but when I start mining in ubuntu, I got following errors in Log of android:
04-25 22:32:02.789 5831-5925/com.example.sahil.myapp7 E/GoLog: INFO [04-25|17:02:02] Block synchronisation started
04-25 22:32:02.898 5831-5925/com.example.sahil.myapp7 E/GoLog: WARN [04-25|17:02:02] Synchronisation failed, dropping peer peer=b1710c8648aa839a err="retrieved hash chain is invalid"
04-25 22:32:43.976 5831-5925/com.example.sahil.myapp7 E/GoLog: WARN [04-25|17:02:43] Synchronisation failed, dropping peer peer=b1710c8648aa839a err="retrieved hash chain is invalid"
04-25 22:33:11.181 5831-5925/com.example.sahil.myapp7 E/GoLog: WARN [04-25|17:03:11] Synchronisation failed, dropping peer peer=b1710c8648aa839a err="retrieved hash chain is invalid"
04-25 22:33:46.752 5831-5925/com.example.sahil.myapp7 E/GoLog: WARN [04-25|17:03:46] Synchronisation failed, dropping peer peer=b1710c8648aa839a err="retrieved hash chain is invalid"
04-25 22:34:19.160 5831-5925/com.example.sahil.myapp7 E/GoLog: WARN [04-25|17:04:19] Synchronisation failed, dropping peer peer=b1710c8648aa839a err="retrieved hash chain is invalid"
04-25 22:34:49.911 5831-5925/com.example.sahil.myapp7 E/GoLog: WARN [04-25|17:04:49] Synchronisation failed, dropping peer peer=b1710c8648aa839a err="retrieved hash chain is invalid"
04-25 22:35:21.757 5831-5925/com.example.sahil.myapp7 E/GoLog: WARN [04-25|17:05:21] Synchronisation failed, dropping peer peer=b1710c8648aa839a err="retrieved hash chain is invalid"
Steps to reproduce the behaviour
I used following commands to start a lightserver -
-geth --datadir op1 --networkid 381 init rinkeby.json
-geth --datadir op1 --networkid 381 --lightserv 25 --lightpeers 20 console
Backtrace
Synchronisation failed, dropping peer peer=b1710c8648aa839a err="retrieved hash chain is invalid"
The text was updated successfully, but these errors were encountered: