This commit is contained in:
openoms
2019-01-16 18:01:41 +00:00
parent 82802a0138
commit 117741ac0f
2 changed files with 3 additions and 2 deletions

View File

@@ -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.*`

View File

@@ -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.*`