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
So I am doing testing on lightning and trying different things to see if they work. I was testing the closing of channels and found that my balance did not update but I can see the transactions on-chain and mine are unspent.
So I decided to restore my LND node from scratch (kept a backup) and see if it could find the transactions and as I was reading the log low and behold it did find the transactions BUT my balance did not change.
version of btcd, bitcoind, or other backend
"version": 190001,
any other relevant environment details
Steps to reproduce
Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.
Expected behaviour
After closing the channel I expected Lncli to show me the pending balance that is not confirmed and the correct balance once confirmed.
./lncli walletbalance
Background
So I am doing testing on lightning and trying different things to see if they work. I was testing the closing of channels and found that my balance did not update but I can see the transactions on-chain and mine are unspent.
./lncli closeallchannels --sat_per_byte 4and here is the list of my closed channels
So I decided to restore my LND node from scratch (kept a backup) and see if it could find the transactions and as I was reading the log low and behold it did find the transactions BUT my balance did not change.
2020-06-04 23:24:51.735 [DBG] LNWL: Marking transaction 0f43732ad15ad84bea92b2b2b6290140ad8ed3cbd057878c2d0bfdb36cf90458 output 0 (0.0009118 BTC) spendable
2020-06-04 23:24:51.735 [DBG] LNWL: Marked address bc1qvlrqrg6k3c3rmjjc5x4f2gefnr5l7prnpr5250 used
2020-06-04 23:24:52.106 [DBG] LNWL: Marking transaction e18447232300e53a26d75a17c1c1d42e904d5ae5c01c6e0d8d1cfdc7c9b80b07 output 0 (0.00007646 BTC) spendable
2020-06-04 23:24:52.106 [DBG] LNWL: Marked address bc1qcwpqzkf0tsf9q4eultk5hljqnr5e6esjucay2z used
So clearly the money exists and I have the keys to them BUT!! I have no access to the bitcoin the system says I have.
Also before I did this I turned off autopilot before doing the close all channels.
I bet I am just not looking in the right spot for the money
I check the bitcoin node as well but that has always been empty.
Your environment
lndVersion: 0.10.99-beta
uname -aon *Nix)Linux cs00 5.4.0-33-generic Light-152 multihop routing #37-Ubuntu
btcd,bitcoind, or other backend"version": 190001,
Steps to reproduce
Tell us how to reproduce this issue. Please provide stacktraces and links to code in question.
Expected behaviour
After closing the channel I expected Lncli to show me the pending balance that is not confirmed and the correct balance once confirmed.
./lncli walletbalance
Thanks
Davinci Jeremie
Davincij15