You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been syncing the mainnet blockchain to a hard-drive that apparently didn't have enough space to hold the whole blockchain.
At a certain point I saw this log:
2018-03-26 11:08:38.107 [ERR] SYNC: Failed to process block 00000000000005159e0de79c2a877a994d9a74509b2019a2051aa727b0fc44be: failed to write block to file 4 at offset 238509918: write /home/mike/.btcd/data/mainnet/blocks_ffldb/000000004.fdb: no space left on device: write /home/mike/.btcd/data/mainnet/blocks_ffldb/000000004.fdb: no space left on device
Which is good.
However, after that btcd started spamming the following logs very quickly:
Which isn't that good. Making it very hard to understand what the core problem was (I had to restart a couple of times and stop the moment spamming starts to find the first (real) error message).
I would expect btcd to stop sync until some hard disk space is free, or alternatively stop altogether.
I can try solving this myself if you could tell me which approach is preferred.
The text was updated successfully, but these errors were encountered:
I've been syncing the mainnet blockchain to a hard-drive that apparently didn't have enough space to hold the whole blockchain.
At a certain point I saw this log:
Which is good.
However, after that btcd started spamming the following logs very quickly:
Which isn't that good. Making it very hard to understand what the core problem was (I had to restart a couple of times and stop the moment spamming starts to find the first (real) error message).
I would expect btcd to stop sync until some hard disk space is free, or alternatively stop altogether.
I can try solving this myself if you could tell me which approach is preferred.
The text was updated successfully, but these errors were encountered: