lightning-node icon indicating copy to clipboard operation
lightning-node copied to clipboard

Bitcoind stops processing downloading blocks

Open webworker01 opened this issue 7 years ago • 2 comments

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.

webworker01 avatar Jan 29 '18 15:01 webworker01

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 .

dougvk avatar Jan 31 '18 14:01 dougvk

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

webworker01 avatar Feb 02 '18 00:02 webworker01