Sync of bitcoin main-net does not finished yet. Are there any ways to speed up it?

0

I'm downloading bitcoin main-net node to AWS instance. However it doesn't finished yet even though it has already passed four days. My node's latest block is 321,744, and the latest block of Bitcoin main-net is 385,707. Could you tell me how to hasten the speed of downloading?

lalala

Posted 2015-11-28T08:33:42.940

Reputation: 251

Answers

1

It's probably using 100% CPU? Maybe you can add some CPU temporarily? Which version are you running? 0.12 is currently in beta and is about 5x faster with signature checking, which is the biggest CPU user. https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes.md

Jannes

Posted 2015-11-28T08:33:42.940

Reputation: 5 823

Does it mean I need to add some CPU temporarily to AWS EC2? Now I am using t2.micro.lalala 2015-11-30T01:03:53.087