From 35fc4f48f78db59fbaab69e80945ebd13942d7e0 Mon Sep 17 00:00:00 2001 From: Nalin Bhardwaj Date: Thu, 22 Mar 2018 00:42:46 +0530 Subject: [PATCH] sample-lnd.conf: Litecoin fixes Fixes litecoin related configurations. Changes bitcoind.zmqpath to be consistent with recent changes. --- sample-lnd.conf | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index 59fe1f8a..569e1050 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -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