diff --git a/src/pages/references/node-configuration.md b/src/pages/references/node-configuration.md index c15e6d31..ec08c1a7 100644 --- a/src/pages/references/node-configuration.md +++ b/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.