papampi

nv0019-1bash-1070-102

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