@ -1,4 +1,6 @@
; Imported from https://github.com/lightningnetwork/lnd/blob/v0.4.2-beta/sample-lnd.conf
; Imported from https://github.com/lightningnetwork/lnd/blob/v0.4.2-beta/sample-lnd.conf
; updated to include default Zap settings
[Application Options]
[Application Options]
; The directory that lnd stores all wallet, chain, and channel related data
; The directory that lnd stores all wallet, chain, and channel related data
@ -85,7 +87,7 @@
; You may also specify <subsystem>=<level>,<subsystem2>=<level>,... to set
; You may also specify <subsystem>=<level>,<subsystem2>=<level>,... to set
; log level for individual subsystems. Use btcd --debuglevel=show to list
; log level for individual subsystems. Use btcd --debuglevel=show to list
; available subsystems.
; available subsystems.
; debuglevel=info
debuglevel=debug
; Write CPU profile to the specified file.
; Write CPU profile to the specified file.
; cpuprofile=
; cpuprofile=
@ -123,22 +125,22 @@
bitcoin.active=1
bitcoin.active=1
; Use Bitcoin's test network.
; Use Bitcoin's test network.
; bitcoin.testnet=1
bitcoin.testnet=1
;
; Use Bitcoin's simulation test network
; Use Bitcoin's simulation test network
bitcoin.simnet=1
; bitcoin.simnet=1
; Use Bitcoin's regression test network
; Use Bitcoin's regression test network
; bitcoin.regtest=false
; bitcoin.regtest=false
; Use the btcd back-end
; Use the btcd back-end
bitcoin.node=btcd
; bitcoin.node=btcd
; Use the bitcoind back-end
; Use the bitcoind back-end
; bitcoin.node=bitcoind
; bitcoin.node=bitcoind
; Use the neutrino (light client) back-end
; Use the neutrino (light client) back-end
; bitcoin.node=neutrino
bitcoin.node=neutrino
; The default number of confirmations a channel must have before it's considered
; The default number of confirmations a channel must have before it's considered
; open. We'll require any incoming channel requests to wait this many
; open. We'll require any incoming channel requests to wait this many
@ -207,6 +209,8 @@ bitcoin.node=btcd
; Add a peer to connect with at startup.
; Add a peer to connect with at startup.
; neutrino.addpeer=
; neutrino.addpeer=
neutrino.connect=188.166.148.62
neutrino.connect=127.0.0.1:18333
[Litecoin]
[Litecoin]