error combining partial signature: final signature is invalid #9152
Replies: 3 comments
-
Thanks for the report! We're tracking this here: lightninglabs/taproot-assets#1138 |
Beta Was this translation helpful? Give feedback.
-
This is very interesting. It points to some disk corruption that occurred, when then may have also affected lnd's database. |
Beta Was this translation helpful? Give feedback.
-
Oh, looks like that this taproot assets issue lightninglabs/taproot-assets#1138 -- is my exact problem, my guess is that the |
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.
-
I am making this a discussion instead of an issue as I'm not sure if this is a problem with LND or it's just some kind of data corruption on my end.
The final endpoint of this error are these logs:
However, I want to describe as fully as I can how I got here.
---> HERE ARE THE COMPLETE LOGS YOU CAN DOWNLOAD:
lnd.log
This is an LND node, run in
lighting-terminal
integrated mode:This node is running on Testnet. It was working well until a few hours ago, corresponding to line
15888
in the attachedlnd.log
....As you can see, my testnet bitcoind node failed... it failed in an unusual way -- the testnet bitcoind, running a docker container, suddenly failed with this error:
corrupt data of some kind... right? So LND quit when it decided that the back end was down.....
.... So, I then deleted the
testnet3
installation, restarted bitcoind, and allowed bitcoind to sync for a few hours.Once bitcoind was ready, I restarted
litd
... starting from line16161
in the logs......LND does quite a lot of stuff, until, at line
23423
, LND shuts down:I think the most important error message here might be:
You can then see that I restart
litd
again at line 23535....And then
litd
shuts down again, for the same reason, at the end of the logs, at line27035
.My (vague, probably wrong) theory is that I was running for a time with
bitcoind
with data in a corrupted state, and that may have "infected" LND... so even when I restored bitcoind's data, LND's database was still corrupted.....?thanks!
Beta Was this translation helpful? Give feedback.
All reactions