Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 866 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 866 Bytes

docker-spruned-lightning

Basic compose to get started with LND and Spruned.

Compose directly uses thorie7912/docker-spruned

Getting started

$ git clone https://github.com/Auronmatrix/docker-spruned-lightning.git

$ cd docker-spruned-lightning

# Make shell scripts executable
$ chmod +x lncli-create.sh
$ chmod +x lncli-unlock.sh
$ chmod +x lncli-sh

$ docker-compose up -d

Running LND for the first time requires wallet creation.

$ ./lncli-create.sh

Whenever starting the LND node, you need to unlock the wallet

$ ./lncli-unlock.sh

Interacting with LND

You can execute lncli commands using the lncli.sh script just passing your arguments.

This will execute lncli inside the lnd container.