This project wraps LND for StartOS. The Lightning Network Daemon (lnd) - is a complete implementation of a Lightning Network node.
Before building the LND package, your build environment must be setup for building StartOS services. Instructions for setting up the proper build environment can be found in the Developer Docs.
Clone the project locally.
git clone git@github.com:Start9Labs/lnd-startos.git
cd lnd-startos
To build the project run the command: make
Alternatively the package can be built for individual architectures by specifying the architecture as follows:
make x86
or
make arm
start-cli auth login
#Enter your StartOS password
start-cli --host https://server-name.local package install lnd.s9pk
If you already have your start-cli
config file setup with a default host
, you can install simply by running:
make install
Tip: You can also install the lnd.s9pk using Sideload Service under the StartOS > SETTINGS section.
Go to your StartOS Services page, select LND, configure and start the service.
Done!