lightninglabs / chantools

A loose collection of tools all somehow related to lnd and Lightning Network channels.
MIT License
222 stars 32 forks source link

zombierecovery: support MuSig2 to rescue Simple Taproot channels #141

Closed guggero closed 2 months ago

guggero commented 4 months ago

Fixes https://github.com/lightninglabs/chantools/issues/133.

hsjoberg commented 3 months ago

Thank you for taking your valuable time to fix P2TR support for zombierecovery, @guggero.

When running this PR and trying to do makeoffer, it seemingly get stuck with no feedback.

Input your cipher seed passphrase (press enter if your seed doesn't have a passphrase): [enter]

Anything I could do to get us more info about what's going on?

Cheers

guggero commented 3 months ago

Hey, thanks for testing. I assume you hit "enter" a second time, just to make sure it's not just a weird console/terminal behavior? If yes, is the process actively doing anything, do you see CPU usage? The only thing that could take a while is matching the keys. But unless you have thousands and thousands of keys in both files, it shouldn't take more than a couple of minutes.

guggero commented 2 months ago

I assume this works, as I haven't gotten any feedback yet stating otherwise. Going to merge, can always address issues later on.