raspiblitz / raspiblitz

Get your own Bitcoin & Lightning Node running - on a RaspberryPi with a nice LCD
MIT License
2.45k stars 520 forks source link

state(error) message(lnd-wallet-seed) #4183

Closed chuegel closed 1 year ago

chuegel commented 1 year ago

Hi,

was trying to setup a new raspiblitz v1.9.0 but was unable to recover a old LND wallet from SEED+SCB Words Seed & channel.backup The menu exits to the shell with the error

---snip
# OK - password A changed for user pi, root, admin & bitcoin
error=''
Calling _provision.setup.sh for basic setup tasks ..
Follow in a new terminal with: 'tail -f raspiblitz.provision-setup.log'
***********************************************************
ERROR - please report to development team
***********************************************************
state(error) message(lnd-wallet-seed)
https://github.com/rootzoll/raspiblitz#support
command to shutdown --> off

The seed phrase is correct. What does this error message mean?

rootzoll commented 1 year ago

so the error happens at this part of the code: https://github.com/raspiblitz/raspiblitz/blob/a3c2ef9b6e49f0a1da8a0d16c2a88f9d7e340feb/home.admin/_provision.setup.sh#L271

more info you should find in the following file - can you post those last lines?: cat /home/admin/raspiblitz.provision-setup.log

chuegel commented 1 year ago

Not much, here are the last lines:

---snip
**************************************************
OK --> THE VERIFIED LND BINARY CHECKSUM IS CORRECT
**************************************************

- install LND binary
- OK install of LND done
Creating new LND config ...
*** Init LND Service & Start ***
Starting LND Service ...
Starting LND Service ... executed
WALLET --> SEED
chuegel commented 1 year ago

I have to mention that the seed words are encrypted. While choosing so in the menu, it never asks for a passphrase. I guess thats why it crashes

rootzoll commented 1 year ago

That sounds like the reason. At the moment the recovery of password encrypted seedwords is not supported by raspiblitz. You could maybe try with https://zaphq.io

chuegel commented 1 year ago

Thanks for confirming

P.S. maybe a hint in the README/Features would be helpful for people using a passphrase on their seed ;)