From 5d947b3a1fea82dcd3b72ee275eedf8a871d6300 Mon Sep 17 00:00:00 2001 From: Jeff Weiss Date: Fri, 9 Feb 2018 09:11:51 -0500 Subject: [PATCH] README - note that bitcoind node pruning is not yet supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e63602d6..e4e560f17 100644 --- a/README.md +++ b/README.md @@ -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