Skip to content
 
 

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning Network DAppNode Package

DAppNodeStore Available

This package makes it easy to deploy a Lightning Network Daemon in a DAppNode. It also includes a web interface lncli-web to manage the node.

lightning-network-summary The Bitcoin Lightning Network: Paper (PDF)

Prerequisites

  • git

    Install git commandline tool.

  • docker

    Install docker. The community edition (docker-ce) will work. In Linux make sure you grant permissions to the current user to use docker by adding current user to docker group, sudo usermod -aG docker $USER. Once you update the users group, exit from the current terminal and open a new one to make effect.

  • docker-compose

    Install docker-compose

Note: Make sure you can run git, docker ps, docker-compose without any issue and without sudo command.

Building

docker-compose build

Running

Start

docker-compose up -d

View logs

docker-compose logs -f

Stop

docker-compose down

Environment variables

You can edit the docker-compose.yml and add extra options, such a:

name default
RPCUSER dappnode
RPCPASS dappnode
BITCOIND_HOST my.bitcoin.dnp.dappnode.eth
NETWORK mainnet
SET_SERVERHOST 0.0.0.0
ALIAS
EXT_IP

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

Note

This is early stage software

About

Lightning Network Daemon package for DAppNode

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages