cryptoadvance / specter-diy

DIY airgapped hardware wallet that uses QR codes for communication with the host
MIT License
441 stars 73 forks source link

[Feature request] Import aezeed format to control the onchain part of the LND wallet #81

Open openoms opened 3 years ago

openoms commented 3 years ago

LND uses the aezeed seed format for it's wallet: https://github.com/lightningnetwork/lnd/tree/master/aezeed The wallet holds two balances:

Currently the conversion is best done with: https://guggero.github.io/cryptography-toolkit/#!/aezeed or https://github.com/guggero/chantools

Request:

openoms commented 3 years ago

Related issue in LND: https://github.com/lightningnetwork/lnd/issues/4678

And about extracting xpub from C-lighning underway: https://github.com/ElementsProject/lightning/issues/4110