Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/Configuration: SPV is command-line only #643

Merged
merged 3 commits into from
Dec 5, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` option can not be entered in `bcoin.conf`. It will only work when passed as a launch argument:*
pinheadmz marked this conversation as resolved.
Show resolved Hide resolved
```
bcoin --spv
```

## Logger Options

- `log-level`: `error`, `warning`, `info`, `debug`, or `spam` (default: debug).
Expand Down