raspiblitz: Progress freezes at "Lightning Filtering Blockchain"

During setup, after the blockchain sync is complete progress seems to freeze at “Lightning Filtering Blockchain”.

image

I’ve tried turning it off and on again, it re-syncs but gets stuck again at the same point.

I also noticed an error when trying to run the getinfo command, not sure if that’s expected at this stage of setup?

admin@RaspiBlitz:~ $ lncli getinfo
[lncli] open /home/admin/.lnd/tls.cert: no such file or directory

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 34 (9 by maintainers)

Most upvoted comments

I will start to work on a fix release tomorrow and hopefully have it ready before the weekend.

I also tried running ./70initLND.sh and all is looking good 😃

BTW, upgrading to lnd 0.6-beta did lower the memory and cpu usage. So my little rpi is still pulling it off with BTCPay Server onboard

@rootzoll this problem is hitting enough people, and breaking their nodes, that it would prob be good to push out this one fix for the logrotate problem rather than defer it for the v1.1 release.

Out of no where, I checked on the disk space. Came out it was full of logs, that’s why it was unable to sync the chain.

until v1.1 comes out the fix for this is change the logrotate config documented here: https://github.com/rootzoll/raspiblitz/issues/394#issuecomment-471760212

Out of no where, I checked on the disk space. Came out it was full of logs, that’s why it was unable to sync the chain.