mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-18 12:34:20 +01:00
typos
This commit is contained in:
@@ -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.*`
|
||||
|
||||
@@ -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.*`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user