Unable to restore wallet/LN channels #6684
-
I have an umbrel install and I failed to update, so I start a fresh new install with the latest version. I can ssh into the server and run commands there. LND runs in a docker so I created some alias so I can call When I try to
After that, cli returns the seed, tells me to write down and fails with this message:
Not sure how to proceed from here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @Falci, For what I understand installing a new umbrel version allows you to use the previously backup 24 words seed. Didn't umbrel ask for it during the set up of the new version? That should already help you recovering the on chain funds. For the channels, do you still have the However, remember to do that AFTER importing the right on chain wallet. What LND version where you using before? it is not advice to run recoveries using a new binary with old data. It would be better if you were able to
DarthCoin has a good post on this https://community.getumbrel.com/t/how-to-restore-your-node-wallet/3602 |
Beta Was this translation helpful? Give feedback.
Hello @Falci,
For what I understand installing a new umbrel version allows you to use the previously backup 24 words seed. Didn't umbrel ask for it during the set up of the new version? That should already help you recovering the on chain funds. For the channels, do you still have the
channel.backup
file from your old installation? if so you can uselncli restorechanbackup --multi_file ~/path/to/channel.backup
However, remember to do that AFTER importing the right on chain wallet.
What LND version where you using before? it is not advice to run recoveries using a new binary with old data. It would be better if you were able to