From 1ef61c042c420f6a8533fef103d02efd116b9194 Mon Sep 17 00:00:00 2001 From: bluecell296 <43343391+openoms@users.noreply.github.com> Date: Sat, 2 Feb 2019 18:20:22 +0000 Subject: [PATCH] improve explanation about IP address --- ZAPtoRaspiBolt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZAPtoRaspiBolt/README.md b/ZAPtoRaspiBolt/README.md index 04ca1e1..6bd2831 100644 --- a/ZAPtoRaspiBolt/README.md +++ b/ZAPtoRaspiBolt/README.md @@ -12,7 +12,7 @@ Install instructions: https://github.com/LN-Zap/zap-desktop#install ### Preparation on the Pi -* Allow connections to the RaspiBolt from your LAN. Check what your LAN IP address is starting with eg. 192.168.0 or 192.168.1 and use the address accordingly. Ending with .0/24 will allow all IP addresses from that network. +* Allow connections to the RaspiBolt from your LAN. Check what your LAN IP address is starting with eg. 192.168.0.xxx or 192.168.1.xxx and use the address accordingly. Changing the last number (xxx) with .0/24 will allow all IP addresses from your local network. `$ sudo nano /home/bitcoin/.lnd/lnd.conf` Add the following line to the section `[Application Options]`: