-
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
Can't sync testnet #15482
Comments
i have same issue . Any solution? WARN [11-18|09:52:46] Rolled back headers count=169 header=1819559->1819559 fast=2039565->2039565 block=0->0 |
Hello, Please note peculiar behaviour, is that ancestor allowance number ends with the same digits as current block. With the gap in between. In case of OP In my case: I've tried several times, it gets stuck with the same issue (a gap between ancestor allowance and current block, yet both ending equally). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
getting same issue "retrieved ancestor is invalid" any suggestions |
geth version:
Geth
Version: 1.7.3-unstable
Git Commit: ba62215
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.9.1
Operating System: linux
GOPATH=
GOROOT=/usr/lib/go-1.9
$ geth --testnet --rpc --cache=2048 console 2>> geth.log
Things seem to halt, I see this in the log:
Header broke chain ancestry peer=1061607032be098f number=1063864 hash=783f97…e1d196
WARN [11-14|14:34:24] Rolled back headers count=64 header=1063808->1063744 fast=1063587->1063587 block=0->0
WARN [11-14|14:36:29] Node data write error err="state node 342816…8bd7ba failed with all peers (2 tries, 2 peers)"
WARN [11-14|14:36:29] Synchronisation failed, dropping peer peer=1061607032be098f err="retrieved hash chain is invalid"
WARN [11-14|14:36:40] Ancestor below allowance peer=1e250be627644c2f number=973587 hash=000000…000000 allowance=973587
WARN [11-14|14:36:40] Synchronisation failed, dropping peer peer=1e250be627644c2f err="retrieved ancestor is invalid"
WARN [11-14|14:37:51] Ancestor below allowance peer=39c1806768d61f01 number=973587 hash=000000…000000 allowance=973587
WARN [11-14|14:37:51] Synchronisation failed, dropping peer peer=39c1806768d61f01 err="retrieved ancestor is invalid"
Stuck here:
eth.syncing
{
currentBlock: 1063587,
highestBlock: 1063863,
knownStates: 2923,
pulledStates: 2922,
startingBlock: 1061696
}
System information
Ubuntu 7.10
Expected behaviour
sync
Actual behaviour
stuck
Steps to reproduce the behaviour
installed everything fresh, new ubuntu install, nothing else
I've been trying for two weeks to start Eth dev, but I can't get a testnet. Are their correct instructions posted somewhere?
The text was updated successfully, but these errors were encountered: