-
[lncli] rpc error: code = Unknown desc = invalid passphrase for master public key |
Beta Was this translation helpful? Give feedback.
Answered by
guggero
Oct 25, 2023
Replies: 1 comment 7 replies
-
You can't, otherwise the password wouldn't be secure after all. What you can do is re-create the wallet from the seed:
|
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
Gugg-Z
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't, otherwise the password wouldn't be secure after all. What you can do is re-create the wallet from the seed:
lnd
. Rename~/.lnd/data/chain/bitcoin/mainnet/wallet.db
towallet.db.backup
(or something like that).~/.lnd/data/chain/bitcoin/mainnet/macaroons.db
and all*.macaroon
files in~/.lnd/data/chain/bitcoin/mainnet/
.lnd
.lncli wallet create
and enter the mnemonic phrase.