Skip to content

Commit

Permalink
Merge pull request #643 from pinheadmz/patch-7
Browse files Browse the repository at this point in the history
docs/Configuration: SPV is command-line only
  • Loading branch information
tuxcanfly authored Dec 5, 2018
2 parents 46f2917 + c4d2539 commit f35790a
Showing 1 changed file with 5 additions and 0 deletions.
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` 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).
Expand Down

0 comments on commit f35790a

Please sign in to comment.