Hi,
So my node was offline for some time, but now it has been online for 8 days, fully synced.
Seems like lnd does not work, and all my channels are offline.
Any tips what I can try?
Hardware:
RPI4
Ethernet
SSD
umbrel-1648739893896-debug.log (46.0 KB)
Looks OK at first sight.
Try to run from SSH the logs for lnd only:
cd umbrel
docker-compose logs lnd
Thanks, I did so and it run a lot of lines.
What should I look for?
see if there’s some error or something strange in syncing, usually is telling what is doing.
I cant find anything thats stands out, but I found this:
“panic: unable to synchronize wallet to chain: failed to fetch block hash for height 709648: block not found”
I think this issue is similar:
@DarthCoin
Do you think the “failed to fetch block hash problem” could have been solved with a rescan of the wallet UTXOs?
Like you described in the troubleshooting guide:
Step 1 - Enter using SSH into your node:
Step 2 - execute the following command to rescan wallet’s UTXOs:
sed -i “s/[Application Options]/[Application Options]\nreset-wallet-transactions=true/g;” ~/umbrel/lnd/lnd.conf && sudo reboot
Step 3 - Wait some time so LND can rescan all wallet’s UTXOs. If it solve the issue, run …
Will try to do a re-scan.
Hmm, get error:
“sed: -e expression #1 , char 1: unknown command: `?’
-bash: ”: command not found”
I made a copy/paste fault. Use the original command from the troubleshooting guide
Ok, I managed to rescan, now my Onchain wallet shows 0 and my channels are offline…
Cant get a wallet adress…
have some more patience, the process is not instant.
You were correct sir. It took about 10 hours for it to complete, and now my channels are back online again!
Thanks for all the help!