Browse Source

Update lnd.conf

patch-1
nolim1t 5 years ago
parent
commit
8b381bc080
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 18
      lnd/lnd.conf

18
lnd/lnd.conf

@ -1,8 +1,8 @@
[Application Options] [Application Options]
listen=0.0.0.0:9735 listen=10.11.1.2:9735
rpclisten=0.0.0.0:10009 rpclisten=10.11.1.2:10009
restlisten=0.0.0.0:8080 restlisten=10.11.1.2:8080
maxpendingchannels=3 maxpendingchannels=3
minchansize=10000 minchansize=10000
; This should be re-written via script ; This should be re-written via script
@ -19,11 +19,11 @@ routing.assumechanvalid=1
; This needed to be enabled by setting bitcoin.node=bitcoind ; This needed to be enabled by setting bitcoin.node=bitcoind
; Default setting currently is neutrino ; Default setting currently is neutrino
[Bitcoind] [Bitcoind]
bitcoind.rpchost=localhost bitcoind.rpchost=10.11.1.1
bitcoind.rpcuser=lncm bitcoind.rpcuser=lncm
bitcoind.rpcpass=RPCPASS bitcoind.rpcpass=RPCPASS
bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332 bitcoind.zmqpubrawblock=tcp://10.11.1.1:28332
bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333 bitcoind.zmqpubrawtx=tcp://10.11.1.1:28333
[Bitcoin] [Bitcoin]
@ -51,9 +51,9 @@ neutrino.addpeer=mainnet2-btcd.zaphq.io
[tor] [tor]
tor.active=1 tor.active=1
tor.control=9051 tor.control=10.11.0.1:9051
tor.socks=9050 tor.socks=10.11.0.1:9050
; TOR Password placeholder for v0.10.0 ; TOR Password placeholder for v0.10.0
; tor.password=umbrelftw tor.password=umbrelftw
tor.v3=1 tor.v3=1
tor.dns=soa.nodes.lightning.directory:53 tor.dns=soa.nodes.lightning.directory:53

Loading…
Cancel
Save