From 3eb28db0523c16b47415fbf780f4bad36a838bec Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sat, 13 Apr 2019 20:46:48 -0400 Subject: [PATCH] Update Multi-LND-Node-setup.md --- docs/Multi-LND-Node-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Multi-LND-Node-setup.md b/docs/Multi-LND-Node-setup.md index b9f1ac18..5a8379bd 100644 --- a/docs/Multi-LND-Node-setup.md +++ b/docs/Multi-LND-Node-setup.md @@ -3,7 +3,7 @@ Caution: This feature is for advanced users, running multiple LND nodes. A single server instance of RTL can be used to connect with multiple LND nodes on the same network. Configuring RTL for this requires the following steps: -1. Update lnd.conf of LND to enable remote connections and restart LND +1. Update lnd.conf for the LND nodes to enable remote connections and restart LND 2. Configure 'RTL-Multi-Node-Conf.json' with individual entries for each LND node 3. Restart RTL 4. Run RTL and switch LND nodes live via settings @@ -11,7 +11,7 @@ A single server instance of RTL can be used to connect with multiple LND nodes o #### 1. Update lnd.conf This step is required to configure the nodes, which will be remotely connected with RTL. 1. A static IP address must be assigned to the device running LND -2. admin.macaroon for this node must be transferred to the device on which you need to run RTL +2. `admin.macaroon` for this node must be transferred to the device on which you need to run RTL 3. Add this setting your lnd.conf file under the [Application Options] section: `restlisten=:8080` 4. Restart LND