Skip to content

Commit

Permalink
Update extranonce size for sv1 devices in translato config
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3 committed Nov 16, 2024
1 parent 87f3234 commit 9ffb8c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ min_supported_version = 2
# Max value: 16 (leaves 0 bytes for search space splitting of downstreams)
# Max value for CGminer: 8
# Min value: 2
min_extranonce2_size = 8
min_extranonce2_size = 5

# Difficulty params
[downstream_difficulty_config]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ min_supported_version = 2
# Max value: 16 (leaves 0 bytes for search space splitting of downstreams)
# Max value for CGminer: 8
# Min value: 2
min_extranonce2_size = 8
min_extranonce2_size = 5

# Difficulty params
[downstream_difficulty_config]
Expand Down
4 changes: 2 additions & 2 deletions test/config/tproxy-config-no-jd-sv1-cpu-md.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ min_supported_version = 2
# Max value: 16 (leaves 0 bytes for search space splitting of downstreams)
# Max value for CGminer: 8
# Min value: 2
min_extranonce2_size = 8
min_extranonce2_size = 5
coinbase_reward_sat = 5_000_000_000

# optional jn config, if set the tproxy start on JN mode
Expand All @@ -45,4 +45,4 @@ shares_per_minute = 100.0
# interval in seconds to elapse before updating channel hashrate with the pool
channel_diff_update_interval = 60
# estimated accumulated hashrate of all downstream miners
channel_nominal_hashrate = 500.0
channel_nominal_hashrate = 500.0

0 comments on commit 9ffb8c2

Please sign in to comment.