From 5b8915132ee424ae4f0936ea7c4aaa9219518a71 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Fri, 30 Nov 2018 10:00:06 -0800 Subject: [PATCH] docs/Configuration: SPV is command-line only Addresses confusion similar to https://github.com/bcoin-org/bcoin-docker/issues/8 --- docs/Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Configuration.md b/docs/Configuration.md index b03d9595..d1caa6aa 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -54,6 +54,8 @@ Will create a datadir of `~/.bcoin_spv`, containing a chain database, wallet dat - `cache-size`: Size (in MB) of leveldb cache and write buffer (default: 32mb). - `spv`: Enable Simplified Payments Verification (SPV) mode +*Note: The `spv` option can not be entered in `bcoin.conf`. It will only work when passed as a launch argument: `bcoin --spv`* + ## Logger Options - `log-level`: `error`, `warning`, `info`, `debug`, or `spam` (default: debug).