diff --git a/README.md b/README.md index 1126bd381..e2ca0eea1 100644 --- a/README.md +++ b/README.md @@ -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