mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-23 14:40:42 +01:00
1.1 KiB
1.1 KiB
Directions for setting up RTL to connect with and manage multiple LND nodes
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:
- Update lnd.conf of LND to enable remote connections and restart LND
- Configure 'RTL-Multi-Node-Conf.json' with individual entries for each LND node
- Restart RTL
- Run RTL and switch LND nodes live via settings
1. Update lnd.conf
This step is required to configure the nodes, which will be remotely connected with RTL.
- A static IP address must be assigned to the device running LND
- admin.macaroon for this node must be transferred to the device on which you need to run RTL
- Add this setting your lnd.conf file under the [Application Options] section:
restlisten=<ip address of the device running LND>:8080
- Restart LND