lightning-node
lightning-node copied to clipboard
Bitcoind stops processing downloading blocks
Hello, I am following your article on medium and trying to get things setup on a vps with the docker image. When downloading the blockchain with bitcoind_mainnet, the download just stops without error message.
The last item I see in the logs this time after running it again is:
2018-01-29 15:17:56 UpdateTip: new best=00000000000001a8f5d064729e3ea4370fa93dc174e77d6653f955729aae85bb height=173770 version=0x00000001 log2_work=67.926403 tx=2730207 date='2012-03-31 19:25:24' progress=0.009362 cache=221.9MiB(1651915txo)
I'm using a cheapish vps with only 512mb of ram, is this possibly the culprit? Or have any other ideas? It does seem to stop at different blocks each time I restart so not sure if it's the memory or not.
I think it's your low ram, or low HDD space...can you try with a bigger computer?
On Mon, Jan 29, 2018 at 7:54 AM, Web Worker [email protected] wrote:
Hello, I am following your article on medium and trying to get things setup on a vps with the docker image. When downloading the blockchain with bitcoind_mainnet, the download just stops without error message.
The last item I see in the logs this time after running it again is: 2018-01-29 15:17:56 UpdateTip: new best=00000000000001a8f5d064729e3ea4 370fa93dc174e77d6653f955729aae85bb height=173770 version=0x00000001 log2_work=67.926403 tx=2730207 date='2012-03-31 19:25:24' progress=0.009362 cache=221.9MiB(1651915txo)
I'm using a cheapish vps with only 512mb of ram, is this possibly the culprit? Or have any other ideas? It does seem to stop at different blocks each time I restart so not sure if it's the memory or not.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dougvk/lightning-node/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYg_H3Ls-p33WkVmyiZFIgktuQj-Uraks5tPemxgaJpZM4Rw2ae .
Hmm, i'd really like to get this working with a lower cheap vps. Toying with a bigger swap file to see if I can get it to finish syncing.. slow :D