Skip to content

Commit

Permalink
Merge pull request #726 from plebhash/rename-config-examples
Browse files Browse the repository at this point in the history
rename config examples + remove `roles/*/*-config.toml`
  • Loading branch information
Fi3 committed Jan 23, 2024
2 parents 55a25fe + 8346e17 commit 2f034b3
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 205 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ lcov.info
*.py
**/conf/**
cobertura.xml
/roles/*/*-config.toml
63 changes: 0 additions & 63 deletions roles/jd-client/jdc-config.toml

This file was deleted.

20 changes: 0 additions & 20 deletions roles/jd-server/jds-config.toml

This file was deleted.

15 changes: 0 additions & 15 deletions roles/mining-proxy/proxy-config.toml

This file was deleted.

30 changes: 0 additions & 30 deletions roles/pool/config.toml

This file was deleted.

30 changes: 0 additions & 30 deletions roles/pool/pool-config.toml

This file was deleted.

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
min_individual_miner_hashrate=5_000_000.0
# hashes/s of the weakest miner that will be connecting (e.g.: 10 Th/s = 10_000_000_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
# estimated accumulated hashrate of all downstream miners (e.g.: 10 Th/s = 10_000_000_000_000.0)
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
min_individual_miner_hashrate=5_000_000.0
# hashes/s of the weakest miner that will be connecting (e.g.: 10 Th/s = 10_000_000_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
# estimated accumulated hashrate of all downstream miners (e.g.: 10 Th/s = 10_000_000_000_000.0)
channel_nominal_hashrate = 10_000_000_000_000.0
39 changes: 0 additions & 39 deletions roles/translator/proxy-config.toml

This file was deleted.

0 comments on commit 2f034b3

Please sign in to comment.