From 45e9f35988bfe827584d0d8a90546ce86b417fac Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 4 Dec 2017 16:20:39 +1030 Subject: [PATCH] docs: Note that we need 0.15 (for estimatesmartfee with CONSERVATIVE/ECONOMCIAL flags) Closes: #392 Signed-off-by: Rusty Russell --- README.md | 2 +- doc/INSTALL.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 494e816f1..fed52b35f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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` 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. ### Installation diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 6e3224eda..61cec15ec 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -10,8 +10,7 @@ For actually doing development and running the tests, you will also need: * asciidoc: for formatting the man pages (if you change them) * valgrind: for extra debugging checks -You will also need a version of bitcoind with segregated witness support, -such as the 0.13 or above. +You will also need a version of bitcoind with segregated witness and estimatesmartfee economical node, such as the 0.15 or above. To Build on Ubuntu 15.10 or above ---------------------