Hi guys,
It’s been a few weeks that my LN node is not working well.
Can’t connect anymore from my phone nor from the browser.
I noticed the Bitcon app hasn’t synced blocks since a few weeks ago, what can I try?
Thanks in advance for you help.
Hi guys,
It’s been a few weeks that my LN node is not working well.
Can’t connect anymore from my phone nor from the browser.
I noticed the Bitcon app hasn’t synced blocks since a few weeks ago, what can I try?
Thanks in advance for you help.
if you lost power or shutdown incorrectly you can delete your peers.dat file and reboot.
its in the bitcoin directory
Thanks for the reply. Where can I find that?
Ssh into your umbrel
Run the umbrel stop script.
sudo ./umbrel/scripts/stop
Then back up your peers.dat
sudo mv umbrel/app-data/bitcoin/data/bitcoin/peers.dat umbrel/app-data/bitcoin/data/bitcoin/peers.dat.bak
Lastly restart umbrel
sudo ./umbrel/scripts/start
It worked! Thanks so much for your help