make install tags="signrpc walletrpc chainrpc invoicesrpc"
git clone https://github.com/lightninglabs/loop.git
cd loop
make && make install
loopd
/dev/null
by amending &>/dev/null &
to the above command.--rpcserver=localhost:8443 --tlscertpath=~/.lit/tls.cert
, for example ./loop --rpcserver=localhost:8443 --tlscertpath=~/.lit/tls.certquote in 500000
tls.cert
from ~/.lit
into ~/.loop/mainnet
--rpcserver
command every time or navigate to the location of the loop binary, you may also add an entry to your aliases file (e.g. ~/.bash_aliases
):alias loop=’~/path/to/loop --rpcserver=localhost:8443’