Skip to content

Commit

Permalink
readjust hashrate values for translator config examples
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Jan 22, 2024
1 parent f1bb900 commit db91a87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ coinbase_reward_sat = 5_000_000_000
# Difficulty params
[downstream_difficulty_config]
# hashes/s of the weakest miner that will be connecting
min_individual_miner_hashrate=5_000_000.0
min_individual_miner_hashrate=10_000_000_000_000.0
# target number of shares per minute the miner should be sending
shares_per_minute = 6.0

[upstream_difficulty_config]
# 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 = 5_000_000.0
channel_nominal_hashrate = 10_000_000_000_000.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ coinbase_reward_sat = 5_000_000_000
# Difficulty params
[downstream_difficulty_config]
# hashes/s of the weakest miner that will be connecting
min_individual_miner_hashrate=5_000_000.0
min_individual_miner_hashrate=10_000_000_000_000.0
# target number of shares per minute the miner should be sending
shares_per_minute = 6.0

[upstream_difficulty_config]
# 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 = 5_000_000.0
channel_nominal_hashrate = 10_000_000_000_000.0
4 changes: 2 additions & 2 deletions roles/translator/tproxy-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ coinbase_reward_sat = 5_000_000_000
# Difficulty params
[downstream_difficulty_config]
# hashes/s of the weakest miner that will be connecting
min_individual_miner_hashrate=500_000.0
min_individual_miner_hashrate=10_000_000_000_000.0
# minimum number of shares needed before a mining.set_difficulty is sent for updating targets
miner_num_submits_before_update=5
# target number of shares per minute the miner should be sending
Expand All @@ -36,4 +36,4 @@ shares_per_minute = 6.0
# interval in seconds to elapse before updating channel hashrate with the pool
channel_diff_update_interval = 10
# estimated accumulated hashrate of all downstream miners
channel_nominal_hashrate = 50_000.0
channel_nominal_hashrate = 10_000_000_000_000.0

0 comments on commit db91a87

Please sign in to comment.