diff --git a/src/pages/references/stacks-node-configuration.md b/src/pages/references/stacks-node-configuration.md index f7ba9bc3..f3e0ff91 100644 --- a/src/pages/references/stacks-node-configuration.md +++ b/src/pages/references/stacks-node-configuration.md @@ -223,6 +223,12 @@ Example: mine_microblocks = true ``` +#### microblock_frequency (optional) + +#### max_microblocks (optional) + +#### pox_sync_sample_secs (optional) + #### prometheus_bind (optional) Address and port stacks-node should open for Prometheus metrics collection. @@ -233,6 +239,26 @@ Example: prometheus_bind = "0.0.0.0:9153" ``` +#### deny_nodes (optional) + +List of nodes that must not be added to neighbors + +Example: + +```toml +deny_nodes = ??? +``` + +#### use_test_genesis_chainstate (optional) +Boolean flag to indicate to use a small genesis block, e.g for testing purposes or on mocknet + +Example: + +```toml +use_test_genesis_chainstate = true +``` + + ### Section: events_observer (optional) Contains options for watching events emitted by a local [stacks-blockchain-api](https://github.com/blockstack/stacks-blockchain-api) service.