nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
10 additions and
3 deletions
-
lnd/lnd.conf
|
|
@ -1,8 +1,8 @@ |
|
|
|
[Application Options] |
|
|
|
|
|
|
|
listen=10.11.1.2:9735 |
|
|
|
rpclisten=10.11.1.2:10009 |
|
|
|
restlisten=10.11.1.2:8080 |
|
|
|
listen=0.0.0.0:9735 |
|
|
|
rpclisten=0.0.0.0:10009 |
|
|
|
restlisten=0.0.0.0:8080 |
|
|
|
maxpendingchannels=3 |
|
|
|
minchansize=10000 |
|
|
|
; This should be re-written via script |
|
|
@ -15,6 +15,13 @@ accept-keysend=true |
|
|
|
; Makes routing faster but have to use images built with experimental tag |
|
|
|
[Routing] |
|
|
|
routing.assumechanvalid=1 |
|
|
|
; Extra TLS |
|
|
|
tlsextradomain=lnd |
|
|
|
tlsextraip=10.11.1.2 |
|
|
|
; Unsure if this is a 0.10.0 command (make mental note to test this) |
|
|
|
tlsautorefresh=1 |
|
|
|
; Add external address for TLS |
|
|
|
;externalip=externaladdress |
|
|
|
|
|
|
|
; This needed to be enabled by setting bitcoin.node=bitcoind |
|
|
|
; Default setting currently is neutrino |
|
|
|