From cb4848026cdd87228e246a6e613ea40886663f0e Mon Sep 17 00:00:00 2001 From: CapDog <34176400+capitalistdog@users.noreply.github.com> Date: Tue, 21 Jul 2020 15:16:24 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d3379c1..54a4ede0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ For easy setup on your Laptop/Desktop, [a wizard is available here.](https://git * Requires [Node.js](https://nodejs.org) 12 #### Steps: -1) Run [LND](https://github.com/lightningnetwork/lnd/releases) - *Example mainnet startup*: +1) Run [LND](https://github.com/shocknet/lnd/releases) - *Example mainnet startup*: +(Neutrino example requires builds with experimental flags, our binaries include them.) ```./lnd --bitcoin.active --bitcoin.mainnet --bitcoin.node=neutrino --neutrino.connect=neutrino.shock.network --routing.assumechanvalid=1 --allow-circular-route=1```