Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Beasta/DAppNodePackage-LightningNetwork

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.7%
  • Dockerfile 13.3%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.