1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00

Clarify Bitcoin Core supported versions (#1960)

Installation instructions make it clear that only the versions of Bitcoin Core
listed are actively tested with eclair.
This commit is contained in:
Dave Scotese 2021-09-28 23:49:03 -07:00 committed by GitHub
parent 467a0bc829
commit d5c0c73921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ You will find detailed guides and frequently asked questions there.
### Prerequisite: Bitcoin Core
:warning: Eclair requires Bitcoin Core 0.20.1 or 0.21.1. If you are upgrading an existing wallet, you may need to create a new address and send all your funds to that address.
:warning: Eclair requires Bitcoin Core 0.20.1 or 0.21.1. (other versions of Bitcoin Core are *not* actively tested - use at your own risk). If you are upgrading an existing wallet, you may need to create a new address and send all your funds to that address.
Eclair needs a _synchronized_, _segwit-ready_, **_zeromq-enabled_**, _wallet-enabled_, _non-pruning_, _tx-indexing_ [Bitcoin Core](https://github.com/bitcoin/bitcoin) node.