mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
docs+README: update docs to no longer imply that only btcd is support
In this commit, we modify the docs in order to clarify that both btcd and bitcoind are supported as chain backends. Many users expressed confusion as the old set of docs stated that we "require" my btcd fork, rather than clarifying that *if* you want to use btcd, then you must use my fork.
This commit is contained in:
@@ -79,9 +79,10 @@ make check
|
||||
|
||||
### Installing btcd
|
||||
|
||||
`lnd` currently requires the [roasbeef](https://github.com/roasbeef/btcd) fork
|
||||
of `btcd` due to neutrino additions that are not yet available in the master
|
||||
branch. To install, run the following commands:
|
||||
When using the `btcd` backend, `lnd` currently requires the
|
||||
[roasbeef](https://github.com/roasbeef/btcd) fork of `btcd` due to neutrino
|
||||
additions that are not yet available in the master branch. To install, run the
|
||||
following commands:
|
||||
|
||||
Install **btcd**: (must be from roasbeef fork, not from btcsuite)
|
||||
```
|
||||
|
Reference in New Issue
Block a user