From b3e9ba69c17610e3d787afa2f0cd31ffafd51491 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 7 Dec 2021 20:08:56 +0100 Subject: [PATCH] docs: bump lnd minimum version --- README.md | 3 ++- docs/README.md | 5 +++-- docs/install.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7d8d9e..42573e7 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docs/README.md b/docs/README.md index fc84988..2c3a731 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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). diff --git a/docs/install.md b/docs/install.md index 78d1d9a..1c9f637 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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**: