Hello Community!
Hope you can help me with the following: the on-chain balance on my Lightning Node App is incorrect. Balance is higher than what it should be. When checking with Zeus or RTL, it shows four UTXO and one of them with a bit more than 1 M sats. However, if I check it this UTXO on Mempool, I can see its balance is zero (which is right)
Even more, if I try to make any transaction using that UTXO, the transaction fails (obviously). In fact, when that happens, the on-chain balance gets corrected and that UTXO dissapears. But only for some time; after a few minutes, the balance displays incorrect again…
After reading some troubleshooting guides (mainly: Official umbrelOS Troubleshooting Guide and FAQ) and other blog posts, I tried to rescan my UTXOs with the following command:
sed -i “s/[Application Options]/[Application Options]\nreset-wallet-transactions=true/g;” ~/umbrel/app-data/lightning/data/lnd/umbrel-lnd.conf && sudo reboot
Waited more than 24 h and nothing. Still that wrong balance.
I’d highly appreciate any clue on how it could get fixed. Thanks!