mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
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
1 changed files with 30 additions and 10 deletions
|
@ -187,7 +187,7 @@ bitcoin.node=btcd
|
|||
; 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
|
||||
; bitcoind instance).
|
||||
; bitcoind.zmqpath=tcp://127.0.0.1:18501
|
||||
; bitcoind.zmqpath=tcp://127.0.0.1:28332
|
||||
|
||||
|
||||
[neutrino]
|
||||
|
@ -207,18 +207,14 @@ bitcoin.node=btcd
|
|||
; active.
|
||||
; litecoin.active=1
|
||||
|
||||
; Use Bitcoin's test network.
|
||||
; Use Litecoin's test network.
|
||||
; litecoin.testnet=1
|
||||
;
|
||||
; Use Bitcoin's simulation test network
|
||||
litecoin.simnet=1
|
||||
|
||||
; Use Bitcoin's regression test network
|
||||
; litecoin.regtest=false
|
||||
; Use the ltcd back-end
|
||||
litecoin.node=ltcd
|
||||
|
||||
; Use the ltcd back-end (marked as btcd). No other back-end type is currently
|
||||
; supported for litecoin.
|
||||
litecoin.node=btcd
|
||||
; Use the litecoind back-end
|
||||
; litecoin.node=litecoind
|
||||
|
||||
|
||||
[Ltcd]
|
||||
|
@ -248,6 +244,30 @@ litecoin.node=btcd
|
|||
; 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]
|
||||
|
||||
; If the autopilot agent should be active or not. The autopilot agent will
|
||||
|
|
Loading…
Add table
Reference in a new issue