README - note that bitcoind node pruning is not yet supported

This commit is contained in:
Jeff Weiss
2018-02-09 09:11:51 -05:00
committed by Christian Decker
parent 73022d91c6
commit 5d947b3a1f

View File

@@ -19,7 +19,7 @@ Don't hesitate to reach out to us on IRC at [#lightning-dev @ freenode.net](http
## Getting Started
c-lightning currently only works on Linux (and possibly Mac OS with some tweaking), and requires a locally running `bitcoind` (version 0.15 or above) that is fully caught up with the network you're testing on.
c-lightning currently only works on Linux (and possibly Mac OS with some tweaking), and requires a locally running `bitcoind` (version 0.15 or above) that is fully caught up with the network you're testing on. Pruning (prune=n option in bitcoin.conf) is not currently supported.
### Installation