View difference between Paste ID: 0KUW3Cpn and urx0q9if
SHOW: | | - or go back to the newest paste.
1
#!/bin/bash
2-
# Date 12:00 - 4-sep
2+
COIN="ZEN"
3
#OC
4
        POWERLIMIT_WATTS=135
5
__CORE_OVERCLOCK=100
6
MEMORY_OVERCLOCK=200
7
8
9
# Date 16:00 - 14-sep
10
# nvOC v0019 by fullzero
11
12
# + contributors:
13
14
# BaliMiner: BaliMiner_TELEGRAM_ALERTS
15
# BaliMiner BTC address:  1HbzxQ6AVeWYvFm322KtxZcJJLAqfJHpN8
16
17
# IAmNotAJeep: IAmNotAJeep_and_Maxximus007_WATCHDOG
18
#              Methods for improved system stability
19-
# Maxximus007: Maxximus007_AUTO_TEMPERATURE_CONTROL 
19+
20-
#              Expectless 1bash 
20+
21-
#	       IAmNotAJeep_and_Maxximus007_WATCHDOG
21+
22
#            Methods for separating settings and implementation
23
#            Methods for AUTO_UPDATE
24
# lost_post BTC address:  1GFTEtLLvvwoa4ogDntD5oaXBgJLYokzTC
25
26-
#              Methods for logging and system enhancements (with next version)     
26+
# Maxximus007: Maxximus007_AUTO_TEMPERATURE_CONTROL
27
#              Expectless 1bash
28
#              IAmNotAJeep_and_Maxximus007_WATCHDOG
29
# Maxximus007 BTC address:  1JAFefdPVAs3WQiTqnYWbsjifJAEjQcjQ8
30
31
# _Parallax_:  _Parallax_ Mode ( wget + pastebin oneBash updating )
32
#              Methods for image size reduction
33
#              Methods for logging and system enhancements (with next version)
34
# _Parallax_ BTC address:  329k8rDgxHHcHAEXfwznqv25Go5LERGWLp
35
36
# salfter: SALFTER_NICEHASH_PROFIT_SWITCHING
37
#          SALFTER_MPH_PROFIT_SWITCHING
38
# salfter BTC address:  1TipsGocnz2N5qgAm9f7JLrsMqkb3oXe2
39
40
# xleejohnx: SRR support
41
# xleejohnx BTC address:  1EY5WbiW3YkWanSKEGcjCETpQfCR81wc56
42
43
# Open a terminal to launch miner; will auto launch on boot
44
45
# firefox has an OP bookmark; look at the OP for more information
46
47-
# MPH_EQUIHASH
47+
48
49
# CHOOSE COIN FROM:
50
51
# XMR  SIGT   UBQ   ONION DMD  GRS
52
# ZPOOL_SKUNK ZPOOL_LYRA2V2  ZPOOL_BLAKE2S  ZPOOL_EQUIHASH ZPOOL_NEOSCRYPT
53
# ZPOOL_LBC
54
# MPH_EQUIHASH  MPH_ETHASH
55
# ZEC  ZCOIN  HUSH  ZEN  ZCL  KMD
56
# NICE_ETHASH  ETH    MUSIC  ETC  EXP  DCR  PASC
57
# MONA  VTC    DGB    SIA  FTC  LBC
58-
COIN="ZPOOL_NEOSCRYPT"
58+
59
# DUAL_EXP_DCR    DUAL_EXP_PASC    DUAL_EXP_LBC    DUAL_EXP_SC
60
# DUAL_ETH_DCR    DUAL_ETH_PASC    DUAL_ETH_LBC    DUAL_ETH_SC
61
# DUAL_MUSIC_DCR  DUAL_MUSIC_PASC  DUAL_MUSIC_LBC  DUAL_MUSIC_SC
62
# SALFTER_NICEHASH_PROFIT_SWITCHING
63
# SALFTER_MPH_PROFIT_SWITCHING
64
65-
# REMOTE will leave it unattached / ready for SSH 
65+
66
Maxximus007_AUTO_TEMPERATURE_CONTROL="YES"
67
68
IAmNotAJeep_and_Maxximus007_WATCHDOG="YES"
69
70
# LOCAL will attach the mining process to the gnome or guake terminal
71
# REMOTE will leave it unattached / ready for SSH
72-
POWERLIMIT="YES"              	# YES NO
72+
73
74
TEAMVIEWER="NO"                 # YES NO
75-
#OC_ZEC
75+
76-
#	POWERLIMIT_WATTS=140
76+
77-
#__CORE_OVERCLOCK=150
77+
78-
#MEMORY_OVERCLOCK=800
78+
POWERLIMIT="YES"                # YES NO
79
80
81-
	POWERLIMIT_WATTS=130
81+
82-
__CORE_OVERCLOCK=150
82+
83-
MEMORY_OVERCLOCK=100
83+
#OC-lbc
84
#       POWERLIMIT_WATTS=140
85-
MANUAL_FAN="NO"             	# YES NO
85+
#__CORE_OVERCLOCK=100
86
#MEMORY_OVERCLOCK=100
87-
	FAN_SPEED=75                    # Set fan speed if MANUAL_FAN="YES"
87+
88
MANUAL_FAN="NO"                 # YES NO
89
90
        FAN_SPEED=75                    # Set fan speed if MANUAL_FAN="YES"
91
92-
	# HOST will use the rigs host address
92+
93-
	# MAC will use the rigs NIC's MAC address
93+
94-
	# CUSTOM will use your own
94+
95-
	AUTO_WORKERNAME="HOST"         # HOST  or  MAC  or  CUSTOM
95+
        # HOST will use the rigs host address
96
        # MAC will use the rigs NIC's MAC address
97-
	# if AUTO_WORKERNAME="CUSTOM" 
97+
        # CUSTOM will use your own
98-
	CUSTOM_WORKERNAME="nvOC_v0019"
98+
        AUTO_WORKERNAME="HOST"         # HOST  or  MAC  or  CUSTOM
99
100
        # if AUTO_WORKERNAME="CUSTOM"
101
        CUSTOM_WORKERNAME="nvOC_v0019"
102
103-
	# BETA will pull the newest unverified updates
103+
104-
	# STABLE will only pull verified updates
104+
105-
	AUTO_UPDATE="STABLE"         # STABLE  or  BETA
105+
106
        # BETA will pull the newest unverified updates
107-
	AUTO_UPDATE_TIMEOUT_IN_MINUTES=1440
107+
        # STABLE will only pull verified updates
108
        AUTO_UPDATE="STABLE"         # STABLE  or  BETA
109
110
        AUTO_UPDATE_TIMEOUT_IN_MINUTES=1440
111-
	pasteBASH="0KUW3Cpn"  #change for v0019
111+
112
_Parallax_MODE="YES"             # YES NO
113-
	upPASTE_TIMEOUT_IN_MINUTES=30
113+
114
        pasteBASH="0KUW3Cpn"  #change for v0019
115
116
        upPASTE_TIMEOUT_IN_MINUTES=30
117
118
CLEAR_LOGS_ON_BOOT="YES"        # YES NO
119
120
BaliMiner_TELEGRAM_ALERTS="YES"           # YES NO
121
# ensure IAmNotAJeep_and_Maxximus007_WATCHDOG is set to "YES" if using TELEGRAM_ALERTS to ensure reboot telegrams
122-
	TELEGRAM_TIMEOUT_IN_MINUTES=30
122+
123
# BaliMiner is going to make a Guide (+ hopefully a video demonstrating how to set this up; it is not as straightforward as I expected it to be; but it is worth the time to have Telegram Alerts)
124-
	TELEGRAM_CHATID="97994046"
124+
125
        TELEGRAM_TIMEOUT_IN_MINUTES=30
126-
	TELEGRAM_APIKEY="408504581:AAHen-E4peZrlVhJx-GlnADyiVDgGiR4O8g"
126+
127
        TELEGRAM_CHATID="97994046"
128
129
        TELEGRAM_APIKEY="408504581:AAHen-E4peZrlVhJx-GlnADyiVDgGiR4O8g"
130
131
    TELEGRAM_ALERT_APIKEY="439775621:AAGVlXtdkaD8B-TQmsSo6N4oQME6qHPO3t4"
132
133-
plusCPU="NO"		        # YES NO
133+
134
135-
	threadCOUNT="1"                 # Number of threads for plusCPU: varies per CPU
135+
136
plusCPU="NO"                    # YES NO
137
138
        threadCOUNT="1"                 # Number of threads for plusCPU: varies per CPU
139
140
P106_100_FULL_HEADLESS_MODE="NO"
141-
	REBOOT_TIMEOUT_IN_MINUTES=1440  # once every 24 hours
141+
142
AUTO_REBOOT="NO"
143
144-
SLOW_USB_KEY_MODE="NO"        	# YES NO
144+
        REBOOT_TIMEOUT_IN_MINUTES=1440  # once every 24 hours
145
146
# If you are using a slow USB Key
147
SLOW_USB_KEY_MODE="NO"          # YES NO
148-
	# Set PowerMizerMode
148+
149-
	GPUPowerMizerMode=2
149+
150
151
        # Set PowerMizerMode
152-
	SRR_SERIAL="000055"
152+
        GPUPowerMizerMode=2
153-
	__SRR_SLOT="1"
153+
154
SRR="NO"                        # YES NO
155
        SRR_SERIAL="000055"
156
        __SRR_SLOT="1"
157
158
159
#######################################################################################
160
161
# Maxximus007_AUTO_TEMPERATURE_CONTROL
162
163
# Set the target temperature; Recommended ranges: 55 - 75.  Don't set it too low, if the temperature can't be reached with fan adjustments it will decrease power.  If the actual temp is above the target temp this script will up the fan speed.  If actual temp is above value set above and fan speed is 100, the script will lower the power limit.
164
165
TARGET_TEMP=70
166
167
__FAN_ADJUST=5      # Adjustment size in percent
168
169
POWER_ADJUST=5      # Adjustment size in watts
170
171
# Difference in actual temperature allowed before action:  Works only if current is BELOW target temp
172
173
ALLOWED_TEMP_DIFF=3
174
175
# Restore original power limit if fan speed is lower than this percentage
176
177
RESTORE_POWER_LIMIT=90
178-
MINIMAL_FAN_SPEED=70
178+
179
# lowest fan speed that will be used
180
181
MINIMAL_FAN_SPEED=65
182
183
########################################################################################
184
#GLOBAL_WORKERNAME implementation
185
IPW=$(ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p')
186
IP_AS_WORKER=$(echo -n $IPW | tail -c -3 | sed 'y/./0/')
187
MAC=$(ifconfig -a | grep -Po 'HWaddr \K.*$')
188
MAC_AS_WORKER=$(echo -n $MAC | sed 'y/:/_/')
189
if [ $GLOBAL_WORKERNAME == "YES" ]
190
then
191
if [ $AUTO_WORKERNAME == "HOST" ]
192
then
193
WORKERNAME=nv$IP_AS_WORKER
194
fi
195
if [ $AUTO_WORKERNAME == "MAC" ]
196
then
197
WORKERNAME=$MAC_AS_WORKER
198
fi
199
if [ $AUTO_WORKERNAME == "CUSTOM" ]
200
then
201
WORKERNAME=$CUSTOM_WORKERNAME
202
fi
203
fi
204
########################################################################################
205-
ZEC_WORKER="$WORKERNAME/[email protected]"
205+
206
# set YOUR ADDRESSES, WORKERS, POOL and PORT:
207-
ZEC_POOL="zec-eu1.nanopool.org"
207+
208-
ZEC_PORT="6666"
208+
#ZEC_WORKER="$WORKERNAME/[email protected]"
209
#ZEC_POOL="zec-eu1.nanopool.org"
210
#ZEC_PORT="6666"
211
ZEC_WORKER="$WORKERNAME"
212
ZEC_POOL="us1-zcash.flypool.org"
213
ZEC_PORT="3333"
214
215
ZEC_ADDRESS="t1JP85rFPJ3qnpJQTe6AjPqkuLS9yQy3H7y"
216
EWBF_VERSION="3_4"  # choose 3_3  or  3_4
217
218
219
# change EWBF_PERCENT to alter donation percent for EWBF Miner
220
EWBF_PERCENT=0
221
222
ZCL_WORKER="$WORKERNAME"
223
ZCL_ADDRESS="papampi"
224
ZCL_POOL="zcl.suprnova.cc"
225
ZCL_PORT="4042"
226
227
ZEN_WORKER="$WORKERNAME"
228
ZEN_ADDRESS="papampi"
229
ZEN_POOL="zen.suprnova.cc"
230
ZEN_PORT="3618"
231
232
#ZEN_WORKER="$WORKERNAME"
233
#ZEN_ADDRESS="znS4vTMmNvh8ZvH6MTmGD1kptx44YBZ4WXZ"
234
#ZEN_POOL="eu.zenmine.pro"
235
#ZEN_PORT="9009"
236
237
HUSH_WORKER="$WORKERNAME"
238
HUSH_ADDRESS="papampi"
239
HUSH_POOL="zdash.suprnova.cc"
240
HUSH_PORT="4048"
241
242
KMD_WORKER="$WORKERNAME"
243
KMD_ADDRESS="papampi"
244
KMD_POOL="kmd.suprnova.cc"
245
KMD_PORT="6250"
246
247
MPH_WORKER="$WORKERNAME"
248
MPH_ADDRESS="papampi"
249
MPH_EQUIHASH_POOL="us-east.equihash-hub.miningpoolhub.com"
250
MPH_EQUIHASH_PORT="17023"
251
252
MPH_WORKER="$WORKERNAME"
253
MPH_ADDRESS="papampi"
254
MPH_ETHASH_POOL="us-east.ethash-hub.miningpoolhub.com:17020"
255
256
ZCOIN_WORKER="$WORKERNAME"
257
ZCOIN_ADDRESS="papampi"
258
ZCOIN_POOL="stratum+tcp://xzc.suprnova.cc:1569"
259
260
SIGT_WORKER="$WORKERNAME"
261
SIGT_ADDRESS="papampi"
262
SIGT_POOL="stratum+tcp://sigt.suprnova.cc:7106"
263
SIGT_INTENSITY=25
264
265
UBQ_WORKER="$WORKERNAME"
266
UBQ_ADDRESS="0xfdf3f92948d68a7d2854559497fe398b6cc709d4"
267
UBQ_POOL="stratum+tcp://eu.ubiqpool.io:8008"
268
UBQ_EXTENSION_ARGUMENTS=""
269
270
# ZPOOL uses your BTC_ADDRESS
271
ZPOOL_LYRA2V2_POOL="stratum+tcp://lyra2v2.mine.zpool.ca:4533"
272
273
# ZPOOL uses your BTC_ADDRESS
274
ZPOOL_BLAKE2S_POOL="stratum+tcp://blake2s.mine.zpool.ca:5766"
275
276
# ZPOOL uses your BTC_ADDRESS
277
ZPOOL_LBC_POOL="stratum+tcp://lbc.mine.zpool.ca:3334"
278
279
# ZPOOL uses your BTC_ADDRESS
280
ZPOOL_EQUIHASH_POOL="equihash.mine.zpool.ca"
281
ZPOOL_EQUIHASH_PORT="2142"
282
283
# ZPOOL uses your BTC_ADDRESS
284
ZPOOL_NEOSCRYPT_POOL="stratum+tcp://neoscrypt.mine.zpool.ca:4233"
285
286
DMD_WORKER="$WORKERNAME"
287
DMD_ADDRESS="papampi"
288
DMD_POOL="stratum+tcp://us.miningfield.com:3377"
289
290
GRS_WORKER="$WORKERNAME"
291
GRS_ADDRESS="xxxxxxxxxxxxxxxxxxxxxx"
292
GRS_POOL="stratum+tcp://erebor.dwarfpool.com:3345"
293
294
MONA_WORKER="$WORKERNAME"
295
MONA_ADDRESS="papampi"
296
MONA_POOL="stratum+tcp://mona.suprnova.cc:2995"
297
298
# if YES ensure you update BTC_ADDRESS
299
VTC_AUTOCONVERT_TO_BTC="YES"        #YES  NO
300
VTC_WORKER="$WORKERNAME"
301
VTC_ADDRESS="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
302
VTC_POOL="stratum+tcp://lyra2v2.mine.zpool.ca:4533"
303
304
# if YES ensure you update BTC_ADDRESS
305
# ZPOOL_SKUNK HERE
306
SKUNK_AUTOCONVERT_TO_BTC="YES"        #YES  NO
307
SKUNK_WORKER="$WORKERNAME"
308
SKUNK_ADDRESS="VsvtYL2mz3YFM3fpt5pb28zHodTbnJodRc"
309
SKUNK_POOL="stratum+tcp://skunk.mine.zpool.ca:8433"
310-
DGB_INTENSITY=26
310+
311
312
BTC_ADDRESS="1Hh8HeXgezTGAqusSHT1APPN3NaDSPnVDg"
313
314
315
# NICE_ETHASH autoconverts to BTC: ensure you update BTC_ADDRESS if you use NICE_ETHASH
316
NICE_ETHASH_WORKER="$WORKERNAME"
317
NICE_ETHASH_POOL="stratum+tcp://daggerhashimoto.usa.nicehash.com:3353"
318
GENOIL_NICE_ETHASH_POOL="daggerhashimoto.usa.nicehash.com:3353"
319
NICE_ETHASH_EXTENSION_ARGUMENTS=""   # add any additional claymore arguments desired here
320-
FTC_POOL="stratum+tcp://coinotron.com:3337"
320+
321
# if YES ensure you update BTC_ADDRESS
322
DGB_AUTOCONVERT_TO_BTC="YES"        #YES  NO
323
DGB_INTENSITY=23
324
DGB_ADDRESS="DKhCswL8Ff5UyZWdVEbyUVvDhLYMmfVLP7"
325
DGB_POOL="stratum+tcp://skein.mine.zpool.ca:4933"
326
327
LBC_WORKER="$WORKERNAME"
328
LBC_ADDRESS="papampi"
329
LBC_POOL="stratum+tcp://lbry.suprnova.cc:6256"
330
331
FTC_WORKER="$WORKERNAME"
332
FTC_ADDRESS="papampi"
333
FTC_POOL="stratum+tcp://hub.miningpoolhub.com:20510"
334
335
ONION_ADDRESS="DijjrA5hMtFxuqt2U3BiF5gZ1sejxVQBFi"
336
ONION_POOL="stratum+tcp://kawaiipool.party:3633"
337
338
339
USE_ENVIRONMENTAL_VARIBLES="NO"   #YES  NO
340
341
DOT_POOL_FORMAT_or_FORWARD_SLASH_POOL_FORMAT="DOT"    # DOT  or  SLASH         # formerly ETHERMINEdotORG
342
343
CLAYMORE_VERSION="9_8"    # choose 9_8  or  9_7  or  9_5  or  9_4  or  8_0
344
345
ETHMINER_or_GENOIL_or_CLAYMORE="ETHMINER"  # choose  ETHMINER  or  GENOIL  or  CLAYMORE
346
347
348
ETH_WORKER="$WORKERNAME/[email protected]"
349
ETH_ADDRESS="0xCd5A01dF2AEb625672940850F5d08c49CdCE2E93"
350
ETH_POOL="eth-us-east1.nanopool.org:9999"
351
ETH_EXTENSION_ARGUMENTS=""    # add any additional claymore arguments desired here
352
353
ETC_WORKER="$WORKERNAME/[email protected]"
354
ETC_ADDRESS="0xa9aec2e736feefab291ce0aa796b1959a5b1d137"
355
ETC_POOL="etc-us-east1.nanopool.org:19999"
356
ETC_EXTENSION_ARGUMENTS=""    # add any additional claymore arguments desired here
357
358
EXP_WORKER="$WORKERNAME"
359
EXP_ADDRESS="0xa7108c64e6fec3193091f2cae2a5c62a36d4396a"
360
EXP_POOL="exp-us.dwarfpool.com:8018"
361
EXP_EXTENSION_ARGUMENTS=""    # add any additional claymore arguments desired here
362
363
MUSIC_WORKER="$WORKERNAME"
364
MUSIC_ADDRESS="0x48919b296f648bd2edfeb6f336d2b3f66a741ea5"
365
MUSIC_POOL="stratum+tcp://213.154.202.174:3334"
366
MUSIC_EXTENSION_ARGUMENTS=""    # add any additional claymore arguments desired here
367
368
SC_WORKER="$WORKERNAME"
369
SC_ADDRESS="1569a3353bb3353aedc6e0b79e796787ffcbe45d6caaa28f678ba74a5c50fdb02e735244e706"
370
SC_POOL="sia-us-east1.nanopool.org:7777"
371
SC_GW_POOL="sia-us-east1.nanopool.org:9980"
372
373
DCR_WORKER="$WORKERNAME"
374
DCR_ADDRESS="papampi"
375
DCR_POOL="stratum+tcp://dcr.suprnova.cc:3252"
376
377
PASC_WORKER="$WORKERNAME"
378
PASC_ADDRESS="86646-64.b12a9833f216b5a8"
379-
POWER_COST=0.10
379+
380
381-
MINIMUM_PROFIT=0.0
381+
382
XMR_WORKER="$WORKERNAME"
383
XMR_ADDRESS="47sghzufGhJJDQEbScMCwVBimTuq6L5JiRixD8VeGbpjCTA12noXmi4ZyBZLc99e66NtnKff34fHsGRoyZk3ES1s1V4QVcB.23d5f83d0021a50d8f809f4727c8622d3ea25798942bcb1ba0eee40cc157f65c"
384
XMR_POOL="xmr-us-east1.nanopool.org:14444"
385
386
######################################################################################
387
388
# SALFTER_NICEHASH_PROFIT_SWITCHING & SALFTER_MPH_PROFIT_SWITCHING Settings
389
390
CURRENCY=USD
391-
PROFIT_CHECK_TIMEOUT=900
391+
392
POWER_COST=0.1
393
394
MINIMUM_PROFIT=0
395
396-
daggerhashimoto_POWERLIMIT_WATTS=125
396+
397-
__daggerhashimoto_CORE_OVERCLOCK=100
397+
398-
daggerhashimoto_MEMORY_OVERCLOCK=100
398+
399-
 
399+
400-
equihash_POWERLIMIT_WATTS=125
400+
401-
__equihash_CORE_OVERCLOCK=100
401+
402-
equihash_MEMORY_OVERCLOCK=100
402+
403-
 
403+
404-
neoscrypt_POWERLIMIT_WATTS=125
404+
PROFIT_CHECK_TIMEOUT=300
405
406
# ENSURE YOU USE Maxximus007_AUTO_TEMPERATURE_CONTROL for fanspeed
407-
 
407+
408-
lyra2rev2_POWERLIMIT_WATTS=125
408+
409
daggerhashimoto_POWERLIMIT_WATTS=135
410
__daggerhashimoto_CORE_OVERCLOCK=-100
411-
 
411+
daggerhashimoto_MEMORY_OVERCLOCK=800
412-
lbry_POWERLIMIT_WATTS=125
412+
413
equihash_POWERLIMIT_WATTS=135
414
__equihash_CORE_OVERCLOCK=125
415-
 
415+
equihash_MEMORY_OVERCLOCK=700
416-
Blake_Vanilla_POWERLIMIT_WATTS=125
416+
417
neoscrypt_POWERLIMIT_WATTS=130
418
__neoscrypt_CORE_OVERCLOCK=100
419-
 
419+
420-
Cryptonight_POWERLIMIT_WATTS=125
420+
421
lyra2rev2_POWERLIMIT_WATTS=130
422
__lyra2rev2_CORE_OVERCLOCK=100
423-
 
423+
424-
Groestl_POWERLIMIT_WATTS=125
424+
425
lbry_POWERLIMIT_WATTS=130
426
__lbry_CORE_OVERCLOCK=100
427-
 
427+
428-
Keccak_POWERLIMIT_WATTS=125
428+
429
Blake_Vanilla_POWERLIMIT_WATTS=130
430
__Blake_Vanilla_CORE_OVERCLOCK=100
431-
 
431+
432
433
Cryptonight_POWERLIMIT_WATTS=130
434
__Cryptonight_CORE_OVERCLOCK=100
435-
 
435+
436-
Qubit_POWERLIMIT_WATTS=125
436+
437
Groestl_POWERLIMIT_WATTS=130
438
__Groestl_CORE_OVERCLOCK=100
439-
 
439+
440-
Scrypt_POWERLIMIT_WATTS=125
440+
441
Keccak_POWERLIMIT_WATTS=130
442
__Keccak_CORE_OVERCLOCK=100
443-
 
443+
444-
Sia_POWERLIMIT_WATTS=125
444+
445
Myriad_Groestl_POWERLIMIT_WATTS=125
446
__Myriad_Groestl_CORE_OVERCLOCK=100
447-
 
447+
448-
Skein_POWERLIMIT_WATTS=125
448+
449
Qubit_POWERLIMIT_WATTS=130
450
__Qubit_CORE_OVERCLOCK=100
451-
 
451+
452-
X11_POWERLIMIT_WATTS=125
452+
453
Scrypt_POWERLIMIT_WATTS=130
454
__Scrypt_CORE_OVERCLOCK=100
455
Scrypt_MEMORY_OVERCLOCK=100
456
457
Sia_POWERLIMIT_WATTS=130
458
__Sia_CORE_OVERCLOCK=100
459
Sia_MEMORY_OVERCLOCK=100
460
461
Skein_POWERLIMIT_WATTS=130
462
__Skein_CORE_OVERCLOCK=100
463
Skein_MEMORY_OVERCLOCK=100
464
465
X11_POWERLIMIT_WATTS=130
466
__X11_CORE_OVERCLOCK=100
467
X11_MEMORY_OVERCLOCK=100
468-
INDIVIDUAL_POWERLIMIT="NO"   	# YES NO
468+
469
470
# settings below are for rigs using individual powerlimit / target temps / clocks only
471
472
###########################################################################
473
###########################################################################
474
###########################################################################
475
###########################################################################
476
###########################################################################
477
###########################################################################
478
###########################################################################
479
###########################################################################
480
481
INDIVIDUAL_POWERLIMIT="NO"      # YES NO
482
483
# Set individual powerlimits here if INDIVIDUAL_POWERLIMIT="YES"
484
INDIVIDUAL_POWERLIMIT_0=53
485
INDIVIDUAL_POWERLIMIT_1=53
486
INDIVIDUAL_POWERLIMIT_2=53
487-
INDIVIDUAL_TARGET_TEMPS="NO"   	# YES NO
487+
488
INDIVIDUAL_POWERLIMIT_4=53
489
INDIVIDUAL_POWERLIMIT_5=53
490
INDIVIDUAL_POWERLIMIT_6=53
491
INDIVIDUAL_POWERLIMIT_7=53
492
INDIVIDUAL_POWERLIMIT_8=53
493
INDIVIDUAL_POWERLIMIT_9=53
494
INDIVIDUAL_POWERLIMIT_10=53
495
INDIVIDUAL_POWERLIMIT_11=53
496
INDIVIDUAL_POWERLIMIT_12=53
497
INDIVIDUAL_POWERLIMIT_13=53
498
499
500
INDIVIDUAL_TARGET_TEMPS="NO"    # YES NO
501
502
# Set individual target temps here if INDIVIDUAL_TARGET_TEMPS="YES"
503
TARGET_TEMP_0=75
504
TARGET_TEMP_1=70
505
TARGET_TEMP_2=70
506-
INDIVIDUAL_CLOCKS="NO"      	# YES NO
506+
507
TARGET_TEMP_4=70
508
TARGET_TEMP_5=70
509
TARGET_TEMP_6=70
510
TARGET_TEMP_7=70
511
TARGET_TEMP_8=70
512
TARGET_TEMP_9=70
513
TARGET_TEMP_10=70
514
TARGET_TEMP_11=70
515
TARGET_TEMP_12=70
516
TARGET_TEMP_13=70
517
518
519
INDIVIDUAL_CLOCKS="NO"          # YES NO
520
521
# Set individual clocks here if INDIVIDUAL_CLOCKS="YES"
522
__CORE_OVERCLOCK_0=100
523
MEMORY_OVERCLOCK_0=100
524
525
__CORE_OVERCLOCK_1=100
526
MEMORY_OVERCLOCK_1=100
527
528
__CORE_OVERCLOCK_2=100
529
MEMORY_OVERCLOCK_2=100
530
531
__CORE_OVERCLOCK_3=100
532
MEMORY_OVERCLOCK_3=100
533
534
__CORE_OVERCLOCK_4=100
535
MEMORY_OVERCLOCK_4=100
536
537
__CORE_OVERCLOCK_5=100
538
MEMORY_OVERCLOCK_5=100
539
540
__CORE_OVERCLOCK_6=100
541
MEMORY_OVERCLOCK_6=100
542
543
__CORE_OVERCLOCK_7=100
544
MEMORY_OVERCLOCK_7=100
545
546
__CORE_OVERCLOCK_8=100
547
MEMORY_OVERCLOCK_8=100
548
549
__CORE_OVERCLOCK_9=100
550
MEMORY_OVERCLOCK_9=100
551
552
__CORE_OVERCLOCK_10=100
553
MEMORY_OVERCLOCK_10=100
554
555
__CORE_OVERCLOCK_11=100
556
MEMORY_OVERCLOCK_11=100
557
558
__CORE_OVERCLOCK_12=100
559
MEMORY_OVERCLOCK_12=100
560
561
__CORE_OVERCLOCK_13=100
562
MEMORY_OVERCLOCK_13=100