Skip to content

Commit 5574a17

Browse files
committed
uncomment signer event-observer for sample config
1 parent beb3e63 commit 5574a17

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

testnet/stacks-node/conf/mainnet-signer.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ peer_host = "127.0.0.1"
1414
# events_keys = ["*"]
1515
# timeout_ms = 60_000
1616

17-
# Used if running a local stacks-signer service
18-
# [[events_observer]]
19-
# endpoint = "127.0.0.1:30000"
20-
# events_keys = ["stackerdb", "block_proposal", "burn_blocks"]
17+
[[events_observer]]
18+
endpoint = "127.0.0.1:30000"
19+
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]
2120

22-
# Used if running a local stacks-signer service
23-
# [connection_options]
24-
# auth_token = "" # fill with a unique password
21+
[connection_options]
22+
auth_token = "" # fill with a unique password

testnet/stacks-node/conf/testnet-signer.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ pox_reward_length = 900
1818
# events_keys = ["*"]
1919
# timeout_ms = 60_000
2020

21-
# Used if running a local stacks-signer service
22-
# [[events_observer]]
23-
# endpoint = "127.0.0.1:30000"
24-
# events_keys = ["stackerdb", "block_proposal", "burn_blocks"]
21+
[[events_observer]]
22+
endpoint = "127.0.0.1:30000"
23+
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]
2524

26-
# Used if running a local stacks-signer service
27-
# [connection_options]
28-
# auth_token = "" # fill with a unique password
25+
[connection_options]
26+
auth_token = "" # fill with a unique password
2927

3028
[[ustx_balance]]
3129
address = "ST2QKZ4FKHAH1NQKYKYAYZPY440FEPK7GZ1R5HBP2"

0 commit comments

Comments
 (0)