Skip to content

Commit ae58fa1

Browse files
kenrogersgitbook-bot
authored andcommitted
GITBOOK-288: Document new config fields
1 parent acc89ea commit ae58fa1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

reference/stacks-node-configuration.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ The Stacks Blockchain configuration file has multiple sections under which an op
2828
* connection\_options
2929
* burnchain
3030
* ustx\_balance
31+
* miner
3132

32-
For reference, several configuration file examples are [available here](https://github.com/stacks-network/stacks-blockchain/tree/master/testnet/stacks-node/conf)
33-
34-
* Example mainnet follower configuration
33+
For reference, several configuration file examples are [available here](https://github.com/stacks-network/stacks-core/tree/master/sample/conf).
3534

3635
#### node
3736

@@ -56,7 +55,6 @@ Contains various configuration options for the stacks-node binary.
5655
| deny\_nodes | | List of ip addresses of nodes that should be ignored |
5756
| stacker | | Determines whether the node is running a stacker (`true`) that issues events for signer binary |
5857

59-
6058
#### events\_observer
6159

6260
{% hint style="info" %}
@@ -104,11 +102,13 @@ This section contains configuration options pertaining to the blockchain the sta
104102

105103
**Mining**
106104

107-
| Name | Required | Description |
108-
| ----------------------------- | -------- | -------------------------------------------------------------------------------------------------- |
109-
| burn\_fee\_cap || Maximum amount (in sats) of "burn commitment" to broadcast for the next block's leader election |
110-
| satoshis\_per\_byte || [Amount (in sats) per byte](https://bitcoinfees.net/) - Used to calculate the transaction fees |
111-
| commit\_anchor\_block\_within | | Sets the time period (in milliseconds) for commitments. Only used when `mode` is set to `mocknet`. |
105+
| Name | Required | Description |
106+
| -------------------------------- | -------- | -------------------------------------------------------------------------------------------------- |
107+
| burn\_fee\_cap || Maximum amount (in sats) of "burn commitment" to broadcast for the next block's leader election |
108+
| satoshis\_per\_byte || [Amount (in sats) per byte](https://bitcoinfees.net/) - Used to calculate the transaction fees |
109+
| commit\_anchor\_block\_within | | Sets the time period (in milliseconds) for commitments. Only used when `mode` is set to `mocknet`. |
110+
| tenure\_extend\_cost\_threshold | | Percentage of block budget that must be used before attempting a time-based tenure extend |
111+
| block\_rejection\_timeout\_steps | | Define the timeout to apply while waiting for signers responses, based on the amount of rejections |
112112

113113
#### ustx\_balance
114114

0 commit comments

Comments
 (0)