Skip to content

Commit

Permalink
uncomment signer event-observer for sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Oct 22, 2024
1 parent beb3e63 commit 5574a17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
12 changes: 5 additions & 7 deletions testnet/stacks-node/conf/mainnet-signer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ peer_host = "127.0.0.1"
# events_keys = ["*"]
# timeout_ms = 60_000

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

# Used if running a local stacks-signer service
# [connection_options]
# auth_token = "" # fill with a unique password
[connection_options]
auth_token = "" # fill with a unique password
12 changes: 5 additions & 7 deletions testnet/stacks-node/conf/testnet-signer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ pox_reward_length = 900
# events_keys = ["*"]
# timeout_ms = 60_000

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

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

[[ustx_balance]]
address = "ST2QKZ4FKHAH1NQKYKYAYZPY440FEPK7GZ1R5HBP2"
Expand Down

0 comments on commit 5574a17

Please sign in to comment.