lightninglabs / lightning-app

An easy-to-use cross-platform Lightning wallet
GNU General Public License v3.0
901 stars 172 forks source link

How to import seeds to other wallets? #1224

Open uccuh opened 5 years ago

uccuh commented 5 years ago

I can't import seeds to electrum. Whether selecting m/44'/0'/0' or m/49'/0'/0' or m/84'/0'/0' it doesn't display the corresponding address.

Jostein commented 5 years ago

I have the same problem... Transferred bitcoin to the app's bitcoin address. Never arrived...

molxyz commented 5 years ago

@uccuh LND doesn't use BIP39 which is what Electrum uses. LND uses aezeed cipher seed, info: https://github.com/lightningnetwork/lnd/tree/master/aezeed. None other wallets have the same cipher seed scheme so you have to create a LND instance and import the seed there to restore your wallet.

Also, this is a tech support question that you can find help if you ask on LND slack.