Can't sync blocks, stuck at some point even if I deleted blockchain.db and resync.
The latest block I got is shown as following:
ID Date & Time Amount Fee Generator Transactions
17415580680249400536 2014/08/27 22:05:33 0 0 17780339119334819005C Click to see
15319095398417241012 2014/08/27 22:04:32 0 0 12367053614894923706C Click to see
14353203395130157977 2014/08/27 22:03:31 0 0 7254382432523367351C Click to see
16270468270931118454 2014/08/27 22:02:30 76144.196501 76.23017475 12770310940464364131C Click to see
Ok I know this sounds like a little pain.. but it shouldn't be to bad... first delete your blockchain.db file... then re-install the wallet... this will first uninstall and then download the blockchain.db and then install the wallet... it is important you delete your blockchain.db file before clicking the installer a second time... bc if it see a blockchain file already there is will not DL the blockchain file... I hope this makes sense I will be home in a few hours to hammer out these little issues you may be seeing...
I am using a linux server, so I just kill the node process, delete the blockchain db, and then start the node again.
Still the same result.
Oh hey I run 2 linux servers and I had to take the downloaded blockchain from the windows install, copy it over, then start it. I had same issue as you on my linux nodes. They would stop only after downloading like 23mb. All good now after I copied the downloaded blockchain from my win box.
Can you share me a copy of the blockchain?
http://downloads.crypti.me/blockchains/blockchain.db.zipThanks, it works!
But.....the process will be killed when loading around 6000-8000 of total 33950 blocks.
it consume too much memory in my 512MB RAM virtual machine.
root@me:~/crypti# free
total used free shared buffers cached
Mem: 508948 503892 5056 12636 48 13616
-/+ buffers/cache: 490228 18720
Swap: 0 0 0
root@me:~/crypti# free <---------------------here got killed automatically
total used free shared buffers cached
Mem: 508948 189096 319852 12636 196 20644
-/+ buffers/cache: 168256 340692
Swap: 0 0 0
~/crypti# node app.js
connect.multipart() will be removed in connect 3.0
visit
https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Forging enabled...
Crypti started: 0.0.0.0:6040
Killed