This is a helper container for unlocking LND for unattended installs.
For best results use this within docker-compose.
This is deprecated because there is a feature in LND v0.13.0-beta which allows for unlocking
To use simply just add your desired password in the config file.
wallet-unlock-password-file=/path/to/passwordfile
wallet-unlock-allow-create=true
docker pull lncm/lnd-unlock
docker run -d --rm \
lncm/lnd-unlock:1.0.3 \
--name=lnd-unlock \
-v $HOME/lnd:/lnd \
-v $HOME/secrets:/secrets \
-e HOSTIPPORT=10.254.2.3:8080 \
-e NETWORK=mainnet \
-e SLEEPTIME=30 \
-e LNDHOSTNAME=10.254.2.3
Content type
Image
Digest
Size
77.9 MB
Last updated
over 4 years ago
docker pull lncm/lnd-unlock