docs/Configuration: SPV is command-line only
Addresses confusion similar to https://github.com/bcoin-org/bcoin-docker/issues/8
This commit is contained in:
parent
b4173235e1
commit
5b8915132e
@ -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).
|
- `cache-size`: Size (in MB) of leveldb cache and write buffer (default: 32mb).
|
||||||
- `spv`: Enable Simplified Payments Verification (SPV) mode
|
- `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
|
## Logger Options
|
||||||
|
|
||||||
- `log-level`: `error`, `warning`, `info`, `debug`, or `spam` (default: debug).
|
- `log-level`: `error`, `warning`, `info`, `debug`, or `spam` (default: debug).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user