mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-20 13:27:51 +02:00
docs: bump lnd minimum version
This commit is contained in:
parent
ed8dce2d45
commit
b3e9ba69c1
3 changed files with 6 additions and 4 deletions
|
|
@ -95,4 +95,5 @@ $ make install
|
|||
This will install the binaries into your `$GOPATH/bin` directory.
|
||||
|
||||
## Compatibility
|
||||
Lightning Pool requires `lnd` version `0.11.1-beta` or higher
|
||||
Lightning Pool requires `lnd` version `0.12.0-beta` or higher (`v0.13.3-beta` or
|
||||
later is recommended).
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ Download the latest binaries from the [releases](https://github.com/lightninglab
|
|||
|
||||
## LND
|
||||
|
||||
Note that Pool requires `lnd` to be built with **all of its subservers** and requires running at least `v0.11.1`. Download the latest [official release binary](https://github.com/lightningnetwork/lnd/releases/latest) or build `lnd` from source by following the [installation instructions](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md). If you choose to build `lnd` from source, use the following command to enable all the relevant subservers:
|
||||
Note that Pool requires `lnd` to be built with **all of its subservers** and requires running at least `v0.12.0-beta` (`v0.13.3-beta` or later is recommended).. Download the latest [official release binary](https://github.com/lightningnetwork/lnd/releases/latest) or build `lnd` from source by following the [installation instructions](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md). If you choose to build `lnd` from source, use the following command to enable all the relevant subservers:
|
||||
|
||||
```text
|
||||
make install tags="signrpc walletrpc chainrpc invoicesrpc"
|
||||
|
|
@ -52,5 +52,6 @@ This will install the binaries into your `$GOPATH/bin` directory.
|
|||
|
||||
## Compatibility
|
||||
|
||||
Lightning Pool requires `lnd` version `0.11.1-beta` or higher
|
||||
Lightning Pool requires `lnd` version `0.12.0-beta` or higher (`v0.13.3-beta` or
|
||||
later is recommended).
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ This will install the binaries into your `$GOPATH/bin` directory.
|
|||
|
||||
### Installing `lnd`
|
||||
|
||||
Lightning Pool needs to be connected to an `lnd` node version `v0.11.1-beta` or later to work. It is recommended to run an [official release binary of `lnd`](https://github.com/lightningnetwork/lnd/releases).
|
||||
Lightning Pool needs to be connected to an `lnd` node version `v0.12.0-beta` (`v0.13.3-beta` recommended!) or later to work. It is recommended to run an [official release binary of `lnd`](https://github.com/lightningnetwork/lnd/releases).
|
||||
|
||||
[Installing `lnd` from source](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md#installing-lnd) is also possible but needs to be done **with all sub-server build flags enabled**:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue