Skip to content

Commit

Permalink
config parameters not used for anything( reopened ) (stratum-mining#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
star-gazer111 authored and fi3 committed May 3, 2024
1 parent b556240 commit a263239
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ listen_mining_port = 34255
max_supported_version = 2
min_supported_version = 2
downstream_share_per_minute = 1
coinbase_reward_sat = 5_000_000_000
# This value is used by the proxy to communicate to the pool the expected hash rate when we open an
# extended channel, based on it the pool will set a target for the channel
expected_total_downstream_hr = 10_000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SRI Pool config
authority_public_key = "9auqWEzQDVyd2oe1JVGFLMLHZtCo2FFqZwtKA5gd9xbuEu7PH72"
authority_secret_key = "mkDLTBBRxdBv998612qipDYoTK3YUrqLe8uWw7gu3iXbSrn2n"
#authority_secret_key = "7qbpUjScc865jyX2kiB4NVJANoC7GA7TAJupdzXWkc62"
cert_validity_sec = 3600
test_only_listen_adress_plain = "0.0.0.0:34250"
listen_address = "0.0.0.0:34254"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ min_supported_version = 2
# Max value for CGminer: 8
# Min value: 2
min_extranonce2_size = 8
coinbase_reward_sat = 5_000_000_000

# Difficulty params
[downstream_difficulty_config]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ min_supported_version = 2
# Max value for CGminer: 8
# Min value: 2
min_extranonce2_size = 8
coinbase_reward_sat = 5_000_000_000

# Difficulty params
[downstream_difficulty_config]
Expand Down

0 comments on commit a263239

Please sign in to comment.