From fab742141fd82b73c12ab31128224ed75c0c461f Mon Sep 17 00:00:00 2001 From: Thomas Braunberger <43646864+BrownBurger@users.noreply.github.com> Date: Wed, 27 Feb 2019 10:01:34 +0100 Subject: [PATCH] fix links to BIP 157 and 158 --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 8ed09ce2..51463723 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -277,8 +277,8 @@ lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --btcd.rpcuser=kek --b In order to run `lnd` in its light client mode, you'll need to locate a full-node which is capable of serving this new light client mode. `lnd` uses -[BIP 157](https://github.com/bitcoin/bips/tree/master/bip-0157) and [BIP -158](https://github.com/bitcoin/bips/tree/master/bip-0158) for its light client +[BIP 157](https://github.com/bitcoin/bips/blob/master/bip-0157.mediawiki) and [BIP +158](https://github.com/bitcoin/bips/blob/master/bip-0158.mediawiki) for its light client mode. A public instance of such a node can be found at `faucet.lightning.community`.