Bitcoind blockchain download loop

1

I downloaded and setup the bitcoind and by using the command to check the progress of the download it shows like it gets to 25k~ and then starts over back from 0 and so it continues in a handless loop. Here it is a screenshot that show what im talking about http://prntscr.com/eoeuhe Thanks for helping :)

Demon Slayer

Posted 2017-03-25T20:05:18.883

Reputation: 11

By the way, you can omit -rpcuser and -rpcpassword if it's in your bitcoin.conf. bitcoin-cli knows how to read bitcoin.conf for that.Nick ODell 2017-03-25T20:08:37.027

I have tried to omit them but even if those are in my bitcoin.conf it says like I have to put themDemon Slayer 2017-03-25T20:19:28.893

Huh, that's odd.Nick ODell 2017-03-25T20:19:56.680

Have you looked in the debug.log file? What version of bitcoind is this?Nate Eldredge 2017-03-25T21:41:55.667

How much free memory does the system have? It may be running out of memory at flush time, and then needing to start over.Pieter Wuille 2017-03-26T04:03:52.073

it starts going then it says "couldn't connect to server uknown (code -1) make sure server is running and you are connecting to the correct rpc port and starts over. Im looking to the debug.log but can't find anything.. will try to kill all the processes and wait for the client to finish downloadingDemon Slayer 2017-03-26T15:41:18.650

freeing some memory it let me get to 150k~ then it crashes again even if it uses only 50~% Mem and 18~% cpu kib mem 499056 total, 5796 free, 266392 used 226868 buff/memDemon Slayer 2017-03-26T16:03:43.197

For everybody that wants to run bitcoind on a server, be assured you need 150 GB of disk space. That's absurd. Also 300-500~ gb od bandwith monthly.Demon Slayer 2017-03-28T04:16:14.800

Neither of these two blanket statements is correct. :) Please look into pruning and blocksonly.

Murch 2017-04-07T09:42:49.970

No answers