Open openoms opened 4 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:
m/84'/0'/0'/0
m/49'/0'/0'/0
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
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:
m/84'/0'/0'/0
(p2wkh)m/49'/0'/0'/0
(np2wkh)