Skip to content

Commit ac23b2e

Browse files
authored
Merge pull request #493 from lukeroberts/patch-1
Add rpcmiddleware config for remote lnd instance
2 parents 3ddd65d + cdb4c6e commit ac23b2e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/config-lnd-remote.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ file contains the following additional configuration settings:
1111
```text
1212
tlsextraip=<externally-reachable-ip-address>
1313
rpclisten=0.0.0.0:10009
14+
rpcmiddleware.enable=true
1415
```
1516

1617
Copy the following files that are located in your `~/.lnd/data/chain/bitcoin/mainnet`

doc/remote.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ To connect Lightning Terminal to a remote LND instance first make sure your `lnd
33
```text
44
tlsextraip=<externally-reachable-ip-address>
55
rpclisten=0.0.0.0:10009
6+
rpcmiddleware.enable=true
67
```
78

89
Copy the following files that are located in your `~/.lnd/data/chain/bitcoin/mainnet` directory on your remote machine to `/some/folder/with/lnd/data/` on your local machine (where you’ll be running LiT):

0 commit comments

Comments
 (0)