From 117741ac0fbfbfb5d4666e33e2322fe3f78b1007 Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 16 Jan 2019 18:01:41 +0000 Subject: [PATCH] typos --- JouleToRaspiBlitz.md | 2 +- ZAPtoRaspiBolt/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/JouleToRaspiBlitz.md b/JouleToRaspiBlitz.md index 4bb67a7..74f5f1c 100644 --- a/JouleToRaspiBlitz.md +++ b/JouleToRaspiBlitz.md @@ -11,7 +11,7 @@ For Joule to work you will need to allow connection to your RaspiBolt from any I * Open the LND configuration file: `$ sudo nano /home/bitcoin/.lnd/lnd.conf` - Add the following line in the section to `[Application Options]`: + Add the following line to the section `[Application Options]`: ```tlsextraip=0.0.0.0``` * Delete tls.cert (restarting LND will recreate it): `$ sudo rm /home/bitcoin/.lnd/tls.*` diff --git a/ZAPtoRaspiBolt/README.md b/ZAPtoRaspiBolt/README.md index 8c490b8..509204e 100644 --- a/ZAPtoRaspiBolt/README.md +++ b/ZAPtoRaspiBolt/README.md @@ -15,8 +15,9 @@ Install instructions: https://github.com/LN-Zap/zap-desktop#install * 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. `$ sudo nano /home/bitcoin/.lnd/lnd.conf` - Add the following line to your lnd configuration file in the section to `[Application Options]`: + Add the following line to the section `[Application Options]`: ```tlsextraip=192.168.0.0/24``` + * Delete tls.cert (restarting LND will recreate it): `$ sudo rm /home/bitcoin/.lnd/tls.*`