Node down, can't recover funds, have seed phrase, SCB and wallet passphrase #7764
-
My LND node ran out of HDD space and I can't add more space as my ESX server is full. I was able to mount my nodes HDD to another VM and I have full access to the lnd and bitcoin directories. I have everything that is needed to recover my funds:
I tried the following to recover my funds but I keep getting the error "invalid passphrase"
Here are the detailed logs from my fresh lnd / bitcoind install:
What am I doing wrong? I'm pretty tech savvy but for some reason I can't figure this one out! Hopefully someone can help, I have 14m sats to recover! Cheers in advance! EDIT (lnd.conf and bitcoin.conf) LND
Bitcoin
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
The recovery process is described here: https://github.com/lightningnetwork/lnd/blob/master/docs/recovery.md. A prerequisite to restore the funds is to restore the wallet. It seems like you entered a correct seed, but the passphrase is wrong. Try to think about whether the passphrase indeed belongs to the seed and check each character carefully, perhaps you made a mistake confusing any letters. |
Beta Was this translation helpful? Give feedback.
-
interesting |
Beta Was this translation helpful? Give feedback.
-
FYI the selected answer isn't right. The recovery process never worked even if I had the correct passphrase (this is something I wrote down). The only way I recovered my funds was to migrate the VM to another server which had spare HDD space and spin it back up. I then closed my channels and sent my UTXOs to my cold wallet. I'll be honest, this experience scared me, because I had all the information to recover the funds, but it didn't work. Just thought I'd chime in a year later to explain what happened. Stay safe out there folks! |
Beta Was this translation helpful? Give feedback.
The recovery process is described here: https://github.com/lightningnetwork/lnd/blob/master/docs/recovery.md. A prerequisite to restore the funds is to restore the wallet. It seems like you entered a correct seed, but the passphrase is wrong. Try to think about whether the passphrase indeed belongs to the seed and check each character carefully, perhaps you made a mistake confusing any letters.