LND is locked. Lightning Wallet don`t run

Lounès K:
Hey there

Can you try to unlock it manually?

You need first to ssh into your Pi. Open a terminal (Powershell on Windows, Terminal app on macOS) and execute:

ssh -t umbrel@umbrel.local

The prompted password is your dashboard password.

Then execute:

cd ~/umbrel && docker-compose exec lnd /bin/bash

Then:

lncli unlock

When prompted, enter the password “moneyprintergobrrr” (without quotes)

1 Like