nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
9 additions and
9 deletions
-
lnd/lnd.conf
|
|
@ -1,8 +1,8 @@ |
|
|
|
[Application Options] |
|
|
|
|
|
|
|
listen=0.0.0.0:9735 |
|
|
|
rpclisten=0.0.0.0:10009 |
|
|
|
restlisten=0.0.0.0:8080 |
|
|
|
listen=10.11.1.2:9735 |
|
|
|
rpclisten=10.11.1.2:10009 |
|
|
|
restlisten=10.11.1.2:8080 |
|
|
|
maxpendingchannels=3 |
|
|
|
minchansize=10000 |
|
|
|
; This should be re-written via script |
|
|
@ -19,11 +19,11 @@ routing.assumechanvalid=1 |
|
|
|
; This needed to be enabled by setting bitcoin.node=bitcoind |
|
|
|
; Default setting currently is neutrino |
|
|
|
[Bitcoind] |
|
|
|
bitcoind.rpchost=localhost |
|
|
|
bitcoind.rpchost=10.11.1.1 |
|
|
|
bitcoind.rpcuser=lncm |
|
|
|
bitcoind.rpcpass=RPCPASS |
|
|
|
bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332 |
|
|
|
bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333 |
|
|
|
bitcoind.zmqpubrawblock=tcp://10.11.1.1:28332 |
|
|
|
bitcoind.zmqpubrawtx=tcp://10.11.1.1:28333 |
|
|
|
|
|
|
|
|
|
|
|
[Bitcoin] |
|
|
@ -51,9 +51,9 @@ neutrino.addpeer=mainnet2-btcd.zaphq.io |
|
|
|
|
|
|
|
[tor] |
|
|
|
tor.active=1 |
|
|
|
tor.control=9051 |
|
|
|
tor.socks=9050 |
|
|
|
tor.control=10.11.0.1:9051 |
|
|
|
tor.socks=10.11.0.1:9050 |
|
|
|
; TOR Password placeholder for v0.10.0 |
|
|
|
; tor.password=umbrelftw |
|
|
|
tor.password=umbrelftw |
|
|
|
tor.v3=1 |
|
|
|
tor.dns=soa.nodes.lightning.directory:53 |
|
|
|