-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
eth: make fast sync great again #2569
Comments
I'm seeing |
@taoeffect Are you in an Amazon data center? I'm interested in the (2) that you mention |
No, residential. |
OK. I don't think Amazon are traffic shaping. Just slightly paranoid. Good to be able to discount that possibility. I wonder are there a lot of nodes out there that aren't up-to-date and it's difficult to find the correct blocks required? I don't know very much about this to be honest. Maybe I'm completely wrong about this. |
Traffic shaping can still exist on a larger scale (i.e. at mega-ISP level). |
Interesting. Well good luck with your sync. I'm doing OK now. I have my Ubuntu 16.04 EC2 instance sync'd. I'm sync'ing geth on El Capitan right now - it seems to be working fine. But I'm worried that if I turn my Mac off and try to re-sync, it won't work. This happened to me last week. It's very frustrating. |
Same problem here. Been trying to sync for days at home. Is there any workaround? First time it crapped out around 800K blocks this time ~1.1M and seems to die around block #192 every time. I'm running Mint 17.2 (Ubuntu 14.04). I0520 20:20:04.856909 core/blockchain.go:751] imported 39 receipt(s) (0 ignored) in 26.745337ms. #1105498 [36f4ec37… / ebe93933…] |
I had to delete contents of "chaindata" folder again today. I was on a 3G network and chopping/changing on to different WiFi networks all day. I was getting errors about "fast sync disabled":
Then when I fired her up this morning, I had similar issues:
Now I'm starting from scratch again. This is with |
Is the sync protocol equivalent across all Ethereum clients? i.e. do they all implement the same specification with regard to block synchronisation? I'm going to go and have a look at the syncing of other clients Note: I'm dropping in from a related issue #2587 that may not be caused by |
Why doesn't ethereum offer the whole .ethereum/chaindata folder as a torrent until this issue is fixed? |
Fixed everything that's going to be fixed for now. Lets see how the network behaves after the 1.4.6 release and reevaluate any issues afterwards. |
This is a tracking issue for fixing various things that make fast sync slow right now:
The text was updated successfully, but these errors were encountered: