From 3786c82daf6bf6392ccd04662547b66f4de94576 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Mon, 16 Nov 2020 10:28:46 -0800 Subject: [PATCH] docs: Add mention of support for Neutrino Neutrino will now work out of the box in LND --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 784834c8..d565a5e0 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -179,7 +179,7 @@ in the system's `$PATH` variable. Otherwise some of the tests will fail. In order to run, `lnd` requires, that the user specify a chain backend. At the time of writing of this document, there are three available chain backends: -`btcd`, `neutrino`, `bitcoind`. All but neutrino (atm) can run on mainnet with +`btcd`, `neutrino`, `bitcoind`. All including neutrino can run on mainnet with an out of the box `lnd` instance. We don't require `--txindex` when running with `bitcoind` or `btcd` but activating the `txindex` will generally make `lnd` run faster.