Skip to content

Commit

Permalink
fix: cleanup unsupported config fields
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Oct 11, 2024
1 parent fdb340a commit c4ebc68
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions stacks-krypton-miner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ microblock_frequency = 1000
# max_microblocks = 10

[miner]
min_tx_fee = 1
first_attempt_time_ms = 180_000
subsequent_attempt_time_ms = 360_000
wait_for_block_download = false
microblock_attempt_time_ms = 10
#self_signing_seed = 1
mining_key = "19ec1c3e31d139c989a23a27eac60d1abfad5277d3ae9604242514c738258efa01"
Expand All @@ -42,27 +40,19 @@ auth_token = "12345"
# Add stacks-api as an event observer
[[events_observer]]
endpoint = "stacks-api:3700"
retry_count = 255
include_data_events = false
events_keys = ["*"]

# Add stacks-signer as an event observer
[[events_observer]]
endpoint = "stacks-signer-1:30001"
retry_count = 255
include_data_events = false
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]

[[events_observer]]
endpoint = "stacks-signer-2:30002"
retry_count = 255
include_data_events = false
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]

[[events_observer]]
endpoint = "stacks-signer-3:30003"
retry_count = 255
include_data_events = false
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]

[burnchain]
Expand Down

0 comments on commit c4ebc68

Please sign in to comment.