Skip to content

Commit

Permalink
fix: add mining_key for epoch3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Jan 26, 2024
1 parent 269b140 commit 4a8c53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ services:
context: .
dockerfile: Dockerfile.stacks-api
args:
GIT_COMMIT: db859ae980368db22b9d1c4c7096918d5f7f4c4b
GIT_COMMIT: 7521dc3a7cb146109f0277364acad2e48bb51594
depends_on:
- postgres
ports:
Expand Down
1 change: 1 addition & 0 deletions stacks-krypton-miner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ second_attempt_time_ms = 360_000
wait_for_block_download = false
microblock_attempt_time_ms = 10
self_signing_seed = 1
mining_key = "19ec1c3e31d139c989a23a27eac60d1abfad5277d3ae9604242514c738258efa01"
$REWARD_RECIPIENT_CONF

[connection_options]
Expand Down

0 comments on commit 4a8c53f

Please sign in to comment.