Skip to content

Commit e3f0bac

Browse files
config parameters not used for anything( reopened ) (#838)
1 parent 8092742 commit e3f0bac

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

roles/mining-proxy/config-examples/proxy-config-example.toml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ listen_mining_port = 34255
66
max_supported_version = 2
77
min_supported_version = 2
88
downstream_share_per_minute = 1
9-
coinbase_reward_sat = 5_000_000_000
109
# This value is used by the proxy to communicate to the pool the expected hash rate when we open an
1110
# extended channel, based on it the pool will set a target for the channel
1211
expected_total_downstream_hr = 10_000

roles/pool/config-examples/pool-config-local-tp-example.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SRI Pool config
22
authority_public_key = "9auqWEzQDVyd2oe1JVGFLMLHZtCo2FFqZwtKA5gd9xbuEu7PH72"
33
authority_secret_key = "mkDLTBBRxdBv998612qipDYoTK3YUrqLe8uWw7gu3iXbSrn2n"
4-
#authority_secret_key = "7qbpUjScc865jyX2kiB4NVJANoC7GA7TAJupdzXWkc62"
54
cert_validity_sec = 3600
65
test_only_listen_adress_plain = "0.0.0.0:34250"
76
listen_address = "0.0.0.0:34254"

roles/translator/config-examples/tproxy-config-local-jdc-example.toml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ min_supported_version = 2
2121
# Max value for CGminer: 8
2222
# Min value: 2
2323
min_extranonce2_size = 8
24-
coinbase_reward_sat = 5_000_000_000
2524

2625
# Difficulty params
2726
[downstream_difficulty_config]

roles/translator/config-examples/tproxy-config-local-pool-example.toml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ min_supported_version = 2
2121
# Max value for CGminer: 8
2222
# Min value: 2
2323
min_extranonce2_size = 8
24-
coinbase_reward_sat = 5_000_000_000
2524

2625
# Difficulty params
2726
[downstream_difficulty_config]

0 commit comments

Comments
 (0)