Merge pull request #643 from pinheadmz/patch-7

docs/Configuration: SPV is command-line only
This commit is contained in:
Javed Khan 2018-12-05 22:41:04 +05:30 committed by GitHub
commit f35790a069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,11 @@ 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` and `daemon` options can not be entered in `bcoin.conf`. They will only work when passed as a launch argument:*
```
bcoin --spv --daemon
```
## Logger Options
- `log-level`: `error`, `warning`, `info`, `debug`, or `spam` (default: debug).