Browse Source

docs: add mine_microblocks config option

build/deps-updates
CharlieC3 4 years ago
committed by Charlie
parent
commit
e6f1cdb962
  1. 12
      src/pages/references/node-configuration.md

12
src/pages/references/node-configuration.md

@ -227,6 +227,18 @@ Example:
miner = true
```
#### mine_microblocks (optional)
Determines whether the stacks-node will mine microblocks. Will only take effect if `miner` is set to `true`.
[See this page for information on how to run a miner.](https://docs.blockstack.org/mining)
Example:
```toml
mine_microblocks = true
```
#### prometheus_bind (optional)
Address and port stacks-node should open for Prometheus metrics collection.

Loading…
Cancel
Save