litd
from source or via the provided binary. If you are running LND as part of a software bundle like Umbrel, litd
might already be installed on your node.tar -xvf lightning-terminal-<latest release>-alpha.tar.gz
tar -xvzf C:\path\lightning-temrinal<latest-release>-alpha.tar.gz -C C:\path\litd
/bin/litd
on Linux.npm install --global yarn
lnd v0.14.1
). Have a look at this upgrade guide.make install tags="autopilotrpc chainrpc invoicesrpc routerrpc signrpc walletrpc watchtowerrpc wtclientrpc"
git clone https://github.com/lightninglabs/lightning-terminal.git
git checkout <latest release>
make install
~/go/bin/
You can navigate and check your Go path with cd $GOPATH
litd
bundles poold
, loopd
and faraday
. Installing litd
as above will install the litcli command line interface, but not pool, loop and frcli, as these might already exist on your sytem. If they do not exist and you wish to install them, you may run the below in addition:make go-install-cli
litd
, which makes it easy to include litd into your BTCPay Server. You may also refer to the official guide.export LIT_PASSWD="YOUR PASSWORD HERE"
BTCPAYGEN_ADDITIONAL_FRAGMENTS="$BTCPAYGEN_ADDITIONAL_FRAGMENTS;opt-add-lightning-terminal"
. btcpay-setup.sh -i
litd
under Server Settings > Services