@ -12,19 +12,19 @@ color=#5351FB
; 0.9.X keysend functionality
; 0.9.X keysend functionality
accept-keysend=true
accept-keysend=true
; Makes routing faster but have to use images built with experimental tag
[Routing]
routing.assumechanvalid=1
; Commented TLS options as they do not seem to work as of v0.10.1-experimental
; Commented TLS options as they do not seem to work as of v0.10.1-experimental
; Extra TLS
; Extra TLS
; tlsextradomain=lnd
tlsextradomain=lnd
; tlsextraip=10.11.1.2
tlsextraip=10.11.1.2
; Unsure if this is a 0.10.0 command (make mental note to test this)
; LND 0.10.X feature so we can add in new hosts and not worry about fiddling with tls files
; tlsautorefresh=1
tlsautorefresh=1
; Add external address for TLS
; Add external address for TLS
;externalip=externaladdress
;externalip=externaladdress
; Makes routing faster but have to use images built with experimental tag
[Routing]
routing.assumechanvalid=1
; Default setting currently is neutrino
; Default setting currently is neutrino
[Bitcoind]
[Bitcoind]
bitcoind.rpchost=10.11.1.1
bitcoind.rpchost=10.11.1.1
@ -38,7 +38,6 @@ bitcoind.estimatemode=ECONOMICAL
; If the Bitcoin chain should be active. Atm, only a single chain can be
; If the Bitcoin chain should be active. Atm, only a single chain can be
; active.
; active.
bitcoin.active=1
bitcoin.active=1
; Change 'bitcoin.mainnet=1' to 'bitcoin.testnet=1' if TESTNET or bitcoin.regtest=1 if REGTEST
bitcoin.mainnet=1
bitcoin.mainnet=1
; Use neutrino for now, but maybe it could be permanent and then switch
; Use neutrino for now, but maybe it could be permanent and then switch
; to a full node if theres enough space
; to a full node if theres enough space