Get Started
Install Loopd from source or the binaries
Last updated
Was this helpful?
Install Loopd from source or the binaries
Last updated
Was this helpful?
Loop comes bundled with (litd
). If you are already running litd
, you can access Loop through the command line or the and may skip the steps below.
To run Loop you need to be running LND from the, or compile from source with the command make install tags="signrpc walletrpc chainrpc invoicesrpc"
You can run Loop directly from the binary releases, .
You can compile Loop from source. This requires Golang. Instructions for how to install Go can be found in the .
git clone https://github.com/lightninglabs/loop.git
cd loop
make && make install
By default, the loopd.conf
is placed in ~/.loop/mainnet/
If you are starting loopd
on another network (e.g. loopd --network=signet
), the configuration file is expected in the relevant directory (e.g. ~/.loop/signet
). You may also pass a custom directory with the --configfile=
flag.