doc: Update README for BTC min version

This commit is contained in:
ShahanaFarooqui
2024-07-12 12:08:08 -07:00
committed by neil saitug
parent 21bc89f189
commit 57814766bc

View File

@@ -35,7 +35,7 @@ Don't hesitate to reach out to us on [Build-on-L2][bol2], or on the implementati
## Getting Started
Core Lightning only works on Linux and macOS, and requires a locally (or remotely) running `bitcoind` (version 22.0 or above) that is fully caught up with the network you're running on, and relays transactions (ie with `blocksonly=0`).
Core Lightning only works on Linux and macOS, and requires a locally (or remotely) running `bitcoind` (version 25.0 or above) that is fully caught up with the network you're running on, and relays transactions (ie with `blocksonly=0`).
Pruning (`prune=n` option in `bitcoin.conf`) is partially supported, see [here](#pruning) for more details.
### Installation