[bug]: LND and public tracker discreprency #9916
Replies: 8 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
It looks like at least 3 of the channels in For the remaining 2 channels that aren't listed in your |
Beta Was this translation helpful? Give feedback.
-
So I did the following:
And got new closing tx: After it confirmed I saw nothing reflect in my lnd wallet and cannot find it in the closed channels list:
Yes. |
Beta Was this translation helpful? Give feedback.
-
Because that channel wasn't tracked by |
Beta Was this translation helpful? Give feedback.
-
That teaches me for skimming the output 🤦 Hazzah! Looks like we've recovered another large chunk of sats! Thanks a bunch!
I see chantools found two unspent outputs. Although suspiciously neither was from the one we just force closed. Although take that statement with a grain of salt as this could just my my lack of bitcoin knowledge talking. |
Beta Was this translation helpful? Give feedback.
-
Mmmm... I attempted to send a force-close message to the other large open channel:
|
Beta Was this translation helpful? Give feedback.
-
Moving this to discussions |
Beta Was this translation helpful? Give feedback.
-
@WalterSmuts - your last comment's panic trace shows that you potentially need to try updating your chantools version to the latest which points to lnd 0.19 (the panic output shows that the chantools version you're using uses lnd 0.18.4) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
The saga continues...
Seeing public trackers (here and here) report 5 open channels and not seeing my lnd node report the same. I'm missing around 7M sats after
channel.db
was lost and I had to do disaster recovery. The 5 open channels only appeared recently (I really think I would've noticed them being listed), and considering the capacity happens to amount to the correct size it seems suspicious.I'm not seeing any open channels reported by LND:
Seeing too little stats:
Seeing some pending channels although they don't correspond:
And then also not seeing anything in the closed channels corresponding openly listed channels - e.g. largest one:
Also nothing in logs(uploaded here):
Your environment
Steps to reproduce
Expected behaviour
Open channels appear in lnd and sats appear in wallet
Actual behaviour
Missing moolah.
Things attempted:
--reset-wallet-transactions
lnd --reset-wallet-transactions
a couple of times2.1. Using same neutrino backend as I routed with
2.2. Using a bitcoind backend
Beta Was this translation helpful? Give feedback.
All reactions