sample-lnd.conf: Litecoin fixes
Fixes litecoin related configurations. Changes bitcoind.zmqpath to be consistent with recent changes.
This commit is contained in:
parent
18e6705d97
commit
35fc4f48f7
@ -187,7 +187,7 @@ bitcoin.node=btcd
|
|||||||
; bitcoind. By default, lnd will attempt to automatically obtain this
|
; bitcoind. By default, lnd will attempt to automatically obtain this
|
||||||
; information, so this likely won't need to be set (other than for a remote
|
; information, so this likely won't need to be set (other than for a remote
|
||||||
; bitcoind instance).
|
; bitcoind instance).
|
||||||
; bitcoind.zmqpath=tcp://127.0.0.1:18501
|
; bitcoind.zmqpath=tcp://127.0.0.1:28332
|
||||||
|
|
||||||
|
|
||||||
[neutrino]
|
[neutrino]
|
||||||
@ -207,18 +207,14 @@ bitcoin.node=btcd
|
|||||||
; active.
|
; active.
|
||||||
; litecoin.active=1
|
; litecoin.active=1
|
||||||
|
|
||||||
; Use Bitcoin's test network.
|
; Use Litecoin's test network.
|
||||||
; litecoin.testnet=1
|
; litecoin.testnet=1
|
||||||
;
|
|
||||||
; Use Bitcoin's simulation test network
|
|
||||||
litecoin.simnet=1
|
|
||||||
|
|
||||||
; Use Bitcoin's regression test network
|
; Use the ltcd back-end
|
||||||
; litecoin.regtest=false
|
litecoin.node=ltcd
|
||||||
|
|
||||||
; Use the ltcd back-end (marked as btcd). No other back-end type is currently
|
; Use the litecoind back-end
|
||||||
; supported for litecoin.
|
; litecoin.node=litecoind
|
||||||
litecoin.node=btcd
|
|
||||||
|
|
||||||
|
|
||||||
[Ltcd]
|
[Ltcd]
|
||||||
@ -248,6 +244,30 @@ litecoin.node=btcd
|
|||||||
; ltcd.rawrpccert=
|
; ltcd.rawrpccert=
|
||||||
|
|
||||||
|
|
||||||
|
[Litecoind]
|
||||||
|
|
||||||
|
; The host that your local litecoind daemon is listening on. By default, this
|
||||||
|
; setting is assumed to be localhost with the default port for the current
|
||||||
|
; network.
|
||||||
|
; litecoind.rpchost=localhost
|
||||||
|
|
||||||
|
; Username for RPC connections to litecoind. By default, lnd will attempt to
|
||||||
|
; automatically obtain the credentials, so this likely won't need to be set
|
||||||
|
; (other than for a remote litecoind instance).
|
||||||
|
; litecoind.rpcuser=kek
|
||||||
|
|
||||||
|
; Password for RPC connections to litecoind. By default, lnd will attempt to
|
||||||
|
; automatically obtain the credentials, so this likely won't need to be set
|
||||||
|
; (other than for a remote litecoind instance).
|
||||||
|
; litecoind.rpcpass=kek
|
||||||
|
|
||||||
|
; ZMQ socket which sends rawblock and (optionally) rawtx notifications from
|
||||||
|
; litecoind. By default, lnd will attempt to automatically obtain this
|
||||||
|
; information, so this likely won't need to be set (other than for a remote
|
||||||
|
; litecoind instance).
|
||||||
|
; litecoind.zmqpath=tcp://127.0.0.1:28332
|
||||||
|
|
||||||
|
|
||||||
[autopilot]
|
[autopilot]
|
||||||
|
|
||||||
; If the autopilot agent should be active or not. The autopilot agent will
|
; If the autopilot agent should be active or not. The autopilot agent will
|
||||||
|
Loading…
Reference in New Issue
Block a user