From 4f2fcbe66ce0b8ac99ff59f58e88797dc27e2712 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Fri, 22 Mar 2019 16:52:03 -0400 Subject: [PATCH] Update RTL_setups.md --- RTL_setups.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/RTL_setups.md b/RTL_setups.md index d1a92646..61786f96 100644 --- a/RTL_setups.md +++ b/RTL_setups.md @@ -2,4 +2,19 @@ #### RTL+LND running on the same device -#### RTL and LND running on different devices +#### RTL and LND running on different devices (Local LAN) +If your running RTL and LND on different devices on your local LAN, certain config changes need to be made in LND and RTL conf files. +1. A static IP address must be assigned to the device running LND +2. `admin.macaroon` file must be transferred to the device on which you need to run RTL +3. Add to your lnd.conf file under the [Application Options] section: `restlisten=:8080` +4. Restart LND +5. Make the following changes to the RTL.conf file +``` +[Authentication] +macaroonPath= +nodeAuthType=CUSTOM +rtlPass= +[Settings] +lndServerUrl=https://ip-address-of-your-rpi:8080/v1 +``` +6. Restart RTL