Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.23 KB

LND-BTCD: Easy Deployment Scripts

Scripts to quickly deploy a local LND-BTCD simnet with an open Lightning channel

Related works

The scripts were based or depend upon:

Dependencies

Setup

./setup.sh

This will download the latest LND docker files and unpack them into the current folder. If you have problems running the script, first change its permissions with chmod +x setup.sh

Deploy

./start-simnet.sh

This will take around 2min to start the all three container, to connect the two LND container, and to setup a Lightning Payment channel between the two. Again, if you have problems running the script, change its permissions with chmod +x start-simnet.sh

Stop

./stop-simnet.sh

This will stop and delete all Docker container. Watch out if you have any other Docker container running!