Skip to content

Auronmatrix/docker-spruned-lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker setup of Spruned node for lightning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages