You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/stacks-node-configuration.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,9 @@ The Stacks Blockchain configuration file has multiple sections under which an op
28
28
* connection\_options
29
29
* burnchain
30
30
* ustx\_balance
31
+
* miner
31
32
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).
35
34
36
35
#### node
37
36
@@ -56,7 +55,6 @@ Contains various configuration options for the stacks-node binary.
56
55
| deny\_nodes || List of ip addresses of nodes that should be ignored |
57
56
| stacker || Determines whether the node is running a stacker (`true`) that issues events for signer binary |
58
57
59
-
60
58
#### events\_observer
61
59
62
60
{% hint style="info" %}
@@ -104,11 +102,13 @@ This section contains configuration options pertaining to the blockchain the sta
0 commit comments