Skip to content

Commit ee2dac7

Browse files
Leo Weesegitbook-bot
Leo Weese
authored andcommitted
GITBOOK-493: change request with no subject merged in GitBook
1 parent 188aca4 commit ee2dac7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lightning-network-tools/loop/get-started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ You can compile Loop from source. This requires Golang. Instructions for how to
2929
## Configuration
3030

3131
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.
32+
33+
#### External Loopd
34+
35+
You may run `loopd` on a separate machine and network as LND. You may have to first configure LND to listen on external IPs with `lnd.rpclisten=0.0.0.0:10009`, add your LND machine's IP address(es) to the TLS certificate with `tlsextraip=`, delete your existing `tls.key` and `tls.cert` and restart LND to regenerate the certificates.
36+
37+
In your `loopd.conf`, define the LND host (`lnd.host=<ip>:10009`), copy the LND admin macaroon and TLS certificate over and specify their path with `lnd.macaroonpath=/path/to/admin.macaroon` and `lnd.tlspath=/path/to/tls.cert`

0 commit comments

Comments
 (0)