Skip to content

Commit

Permalink
explaing hashrate values on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Jan 23, 2024
1 parent efbd99f commit 8af1f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ coinbase_reward_sat = 5_000_000_000

# Difficulty params
[downstream_difficulty_config]
# hashes/s of the weakest miner that will be connecting
# hashes/s of the weakest miner that will be connecting (e.g.: 10 Th/s = 10_000_000_000_000)
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
# estimated accumulated hashrate of all downstream miners (e.g.: 10 Th/s = 10_000_000_000_000)
channel_nominal_hashrate = 10_000_000_000_000.0
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ coinbase_reward_sat = 5_000_000_000

# Difficulty params
[downstream_difficulty_config]
# hashes/s of the weakest miner that will be connecting
# hashes/s of the weakest miner that will be connecting (e.g.: 10 Th/s = 10_000_000_000_000)
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
# estimated accumulated hashrate of all downstream miners (e.g.: 10 Th/s = 10_000_000_000_000)
channel_nominal_hashrate = 10_000_000_000_000.0

0 comments on commit 8af1f5f

Please sign in to comment.