· 6 years ago · Oct 22, 2019, 10:50 AM
1#!/bin/bash
2
3##########################################################################
4##########################################################################
5#################### nvOC 3.2 - Community Release ####################
6########## Based on the original nvOC v0019-1.4 by fullzero ##########
7##########################################################################
8##########################################################################
9
10# fullzero: nvOC Creator
11
12# papampi: nvOC Community Release Creator
13# ( BTC address: 1NsnsnqkkVuopTGvUSGrkMhhug8kg6zgP9 )
14
15# nvOC Community Release contributors (in alphabetical order):
16
17# brightskye: DISABLED_GPUS
18# Allow turning off gpu by utilizing each miner's -device options
19
20# leenoox: nvOC ver 0019-2.0 (community release)
21# The new 0019-2.0 TEMP_CONTROL
22# Methods for color output throughout nvOC scripts
23# multiple bug fixes and enhacements for ver 0019-2.0
24
25# LukePicci: nvOC Community Release Main Developer
26
27# obm_dan: Foreman monitoring integration
28# ( BTC address: 1MGxnFDozG1UTKjxryNaiAAU7XkqWpEqK2 )
29
30# SizzlePizzle: Algo mining unification
31# ( BTC address: bc1qq42xn9zea933j88kv7u8xqeae84rr8f8lmlx55 )
32
33# Stubo: ver 0019-2.0 (community release) main developer
34# nvOC function script
35# minerinfo script
36# multiple bug fixes and enhacements for ver 0019-2.0
37
38# Original nvOC contributors (in alphabetical order):
39
40# BaliMiner: TELEGRAM_MESSAGES
41# ( BTC address: 1HbzxQ6AVeWYvFm322KtxZcJJLAqfJHpN8 )
42
43# damNmad: damNmad_ALGO_SPECIFIC_OC
44# nvOC discord channel https://discordapp.com/invite/8YDFEvY
45# Added Lots of COIN selections
46# Alternative telegram alert
47# ( BTC address: 1Mtf6K7c3ZhBDcPz91c4wcQ95DxLn88zC )
48
49# IAmNotAJeep: IAmNotAJeep_and_Maxximus007_WATCHDOG
50# Methods for improved system stability
51# ( BTC address: 13PnEKpfVzNseWkrm6LoueKcCMPj74zPv7 )
52
53# kk003: Alternative telegram alert ( very extensive )
54# Telegram Setup Video
55# ( BTC address: 196pMZnByg5UaPvJPK67ErAHgDPeSyu8QV )
56
57# lost_post: upPASTE (timeout based _Parallax_ Mode auto-updating)
58# Methods for separating settings and implementation
59# Methods for AUTO_UPDATE
60# ( BTC address: 1GFTEtLLvvwoa4ogDntD5oaXBgJLYokzTC )
61
62# Maxximus007: Maxximus007_AUTO_TEMPERATURE_CONTROL
63# Expectless 1bash
64# IAmNotAJeep_and_Maxximus007_WATCHDOG
65# ( BTC address: 1JAFefdPVAs3WQiTqnYWbsjifJAEjQcjQ8 )
66
67# meligo: FAQ website nvoc-mining-os.com
68# ( BTC address: 1AwUJMztX2ARZp8ULqR5UsK3b27om8j3vq )
69
70# papampi: nvOC Community Release main developer
71# WTM_AUTO_SWITCH
72# WTM_PROFIT_CHECK
73# Alternative telegram alert and guide
74# Web info http://rig_ip/index.html
75# multiple bug fixes and enhacements for ver 0019-2.0
76# ( BTC address: 1NsnsnqkkVuopTGvUSGrkMhhug8kg6zgP9 )
77
78# _Parallax_: _Parallax_ Mode ( wget + pastebin oneBash updating )
79# Methods for image size reduction
80# Methods for logging and system enhancements (with next version)
81# ( BTC address: 329k8rDgxHHcHAEXfwznqv25Go5LERGWLp )
82
83# salfter: SALFTER_NICEHASH_PROFIT_SWITCHING
84# SALFTER_MPH_PROFIT_SWITCHING
85# ( BTC address: 1TipsGocnz2N5qgAm9f7JLrsMqkb3oXe2 )
86
87# xleejohnx: SRR support
88# ( BTC address: 1EY5WbiW3YkWanSKEGcjCETpQfCR81wc56 )
89
90v0001="papampi;Community Release"
91v0002="Papampi;Telegram changes"
92v0003="Papampi;WTM_MINIMUM_MINING_TIME"
93v0004="Papampi;More NiceHash mining algos"
94v0005="damNmad;New Coins LUX, SUMO, DSR"
95v0006="Papampi;New Coins ELLA, XVG, GBX, CRC"
96v0007="Papampi;EQUIHASH_MINER, ETHASH_MINER, bminer"
97v0008="Papampi;Nicehash bug fixes"
98v0009="papampi;Added P104 and changed P106 to P10X"
99v0010="papampi;WTM minimum mining time and force switch"
100v0011="papampi;Pool Wallet Address Format"
101v0012="papampi;New claymore dual mining "
102v0013="damNmad;Added BTCP & notes for $WALLET_ADDRESS_FORMAT variable"
103v0014="Falcon;Added RavenCoin (RVN)"
104v0015="papampi;Temp Control Maximum fan speed"
105v0016="papampi;Some fix in claymore_dual"
106v0017="papampi;NEOSCRYPT_MINER, LYRA2V2_MINER, SKUNK_MINER, SKEIN_MINER"
107v0018="papampi;Alternate Pool Switch"
108v0019="papampi;WTM 2nd lower minimum difference to switch"
109v0020="LukePicci;Relocate nvOC to arbitrary install directory"
110v0021="papampi;More miner optional arguments"
111v0022="papampi;OhGodAnETHlargementPill"
112v0023="LukePicci;Simplified ALGO specific settings"
113v0024="papampi;HEADLEASS_MODE"
114v0025="LuKePicci;AUTO_SWITCH generalized implementetion"
115v0026="papampi,sizzlephizzle; Algo mining unification"
116v0027="LuKePicci;Separate algo_id"
117v0028="LuKePicci;More tempcontrol alert color and verbosity options"
118v0029="papampi;Nice Algo extension arguments"
119v0030="papampi;CryptoNightHeavy"
120v0031="papampi;New EWBF v0.3"
121v0032="papampi;Version numbering"
122v0033="papampi;ZHASH, PHI1612, PHI2 Algos, Z_EWBF Miner and NICE_X16R"
123v0034="LuKePicci;Rearrange settings and explaination comments"
124v0035="LuKePicci;Uniform plusCPU handling"
125v0036="papampi;Ethminer new arguments, Coin Pool Protocol"
126v0037="papampi;Added bminer scheme info for zhash & tensority based coins"
127v0038="Spiral;Added max temperature shutdown option & resolution option for teamviewer"
128v0039="papampi;CryptoDredge miner, Suported Algos: Allium, Blake2s, Lyra2v2, Lyra2z, NeoScrypt, PHI1612, Phi2, Skein, Skunkhash, Tribus"
129v0040="papampi;BMiner Dual mining"
130v0041="papampi;XDNA COIN, HEX ALGO"
131v0042="papampi;lolMiner"
132v0043="papampi;PhoenixMiner"
133v0044="papampi;Auto restart miner,T_Rex miner"
134v0045="brightskye;DISABLED_GPUS"
135v0046="LuKePicci;Address settings for nicehash, zpool and mph moved from 0miner to 1bash"
136v0047="papampi;Add Foreman monitoring"
137v0048="LuKePicci;Changes for brightskye's extended miner options handling"
138v0049="papampi;CryptoNightV8, X22I, SUQA, Energi Algo, ENERGIMINER, NRG COIN"
139v0050="papampi;Miner Schedule"
140v0051="papampi;MTP Algo"
141v0052="papampi;cuckaroo29, CuckooCycle, cuckatoo31 Algo"
142v0053="papampi;load average check"
143v0054="papampi;tempcontrol cycle"
144v0055="papampi;x21s algo, RITO Coin"
145v0056="papampi;NICE_MTP, Nice_Cuckatoo31 and Nice_Cuckaroo29"
146v0057="papampi;Lyra2REv3"
147v0058="papampi;Allowed fan difference"
148
149
150# Do not edit these lines
151nvOC_Ver="v0019-3.2"
152nvOC_1bash_ver="0058"
153nvOC_1bash_least_compatible="0058"
154nvOC_1bash_last_compatible="0058"
155
156# Open the terminal to launch miner; will auto launch on boot
157
158# firefox has an OP bookmark; look at the OP for more information
159
160# Supported Algorithms:
161# BITCORE CRYPTONIGHT CRYPTONIGHTHEAVY CRYPTONIGHTV7 CRYPTONIGHTV8
162# CUCKAROO29 CUCKATOO31 CUCKOOCYCLE DECRED ENERGI EQUIHASH ETHASH GRS
163# LBRY LYRA2V2 LYRA2RE3 LYRA2Z MYR_GR NEOSCRYPT PASCAL PHI1612 PHI2 SIA
164# SIB SKEIN SKUNK X13 X16R X21S X22I XEVAN ZHASH
165
166# ALGO Mining with NiceHash (Auto converts to BTC)
167######### NICE-ETHASH,NICE-EQUIHASH, NICE-LYRA2REV2, NICE-NEOSCRYPT, NICE-CRYPTONIGHT, NICE-X11GOST, NICE-SKUNKHASH
168
169# ALGO Miningh with Zpool (Auto converts to BTC)
170######### ZPOOL_LYRA2V2 ZPOOL_BLAKE2S ZPOOL_EQUIHASH ZPOOL_LBC ZPOOL_NEOSCRYPT ZPOOL_LBRY ZPOOL_SKEIN
171
172# ALGO Miningh with Miningpoolhub (Auto convert to any coins in MPH settings web page)
173#########MPH_EQUIHASH, MPH_ETHASH, MPH_SKEIN, MPH_LYRA2Z, MPH_NEOSCRYPT, MPH_LYRA2V2, MPH_CRYPTONIGHTV7, MPH_KECCAK
174
175# CLAYMORE_DUAL (ETHASH + Decred/Siacoin/Lbry/Pascal/Blake2s/Keccak)
176## All supported coins can be added in CLAYMORE_DUAL section
177
178# BMINER_DUAL (ETHASH + Decred/Siacoin/Lbry/Pascal/Blake2s/Keccak)
179## All supported coins can be added in BMINER_Dual section
180
181# Profit Switchers
182######### WTM_SWITCHING - Auto Switch based on WhatToMine.com API
183######### SALFTER_NICEHASH_PROFIT_SWITCHING - NiceHash Profit Switching based on Nicehash API
184######### SALFTER_MPH_PROFIT_SWITCHING - MiningPoolHub Profit Switching based on MPH API
185######### SALFTER_PROGRAMATIC_SWITCHING # - change what coin/algo you mine through an external JSON configuration file
186
187# Choose any coins listed in coin section or add yours (Ask devs if you dont know how)
188
189###############################################################################
190# #
191# IMPORTANT: USE ALL CAPS when editing below except for addresses and pools #
192# #
193###############################################################################
194
195########################################################
196# #
197# General settings #
198# #
199########################################################
200
201COIN="NICE_X16R" # Manual mining, choose the coin to mine (like "ETH", "ZEC", ...)
202 # Dual mining: "DUAL_CLAYMORE" or "DUAL_BMINER"
203 # Automatic profit-based switchers below
204
205AUTO_START_MINER="YES" # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig
206
207AUTO_SWITCH="NO" # NO, WTM_SWITCHING, SALFTER_NICEHASH_SWITCHING,
208 # SALFTER_MPH_SWITCHING, SALFTER_PROGRAMATIC_SWITCHING
209
210# Notes: - NO disables auto switching, mine previously selected COIN
211# - WTM_SWTICHING switch coin over your preferred pools following
212# whattomine.com profitability charts
213# - SALFTER_NICEHASH_SWITCHING switch algo over nicehash pools following
214# nicehash profitabiliy charts
215# - SALFTER_MPH_SWITCHING switch algo over miningpoolhub pools following
216# miningpoolhub profitability charts
217# - SALFTER_PROGRAMATIC_SWITCHING switch algo over pools provided by any
218# custom api URL following its own profitability logic
219
220NUMBER_GPUS_INSTALLED="4" # Number or "" # Set number of GPUs installed. Watchdog will check installed vs detected. Leave empty to not check
221
222DISABLED_GPUS="" # space seperated list of devices to be ignore by the miner, start from 0, e.g. 0 1 2 3 4 ...
223
224LOCALorREMOTE="LOCAL" # LOCAL or REMOTE # Set to LOCAL if you have local access to the rig. Set to REMOTE if logging remotely to the rig
225# LOCAL will attach the mining process to the gnome or guake terminal
226# REMOTE will leave it unattached, miner will be launched using "screen", ready for SSH
227
228
229TEAMVIEWER="YES" # YES or NO # If you use Team Viewer to remotely connect to this rig set this to YES
230
231RESOLUTION="1024x768" # Default system resolution used when connecting through TeamViewer
232
233
234SSH="YES" # YES or NO # If you use SSH to remotely connect to this rig set this to YES
235
236
237AUTO_REBOOT="NO" # YES or NO # If you want this rig to periodically reboot set this to YES
238
239REBOOT_TIMEOUT_IN_MINUTES=2880 # If AUTO_REBOOT is set to YES, use this to set how often to reboot, 1440 = 24 hours, 2880 = 48 hours, minimum 60.
240
241
242MINER_RESTART="NO" # YES or NO # If you want to periodically restart miner set this to YES
243
244MINER_RESTART_TIMEOUT_IN_MINUTES=720 # If MINER_RESTART is set to YES, use this to set how often to restart miner, 720 = 12 hours, minimum 60.
245
246
247MINER_SCHEDULE="NO" # Schedule mining to stop and start between given times
248
249SCHEDULE_START="07:00" # Mining start at this time
250
251SCHEDULE_END="19:00" # Mining stop at this time
252
253
254GLOBAL_WORKERNAME="YES" # YES or NO # Use same workername for all coins
255
256AUTO_WORKERNAME="CUSTOM" # HOST or MAC or CUSTOM # Use HOST IP address or network card MAC address or CUSTOM name workername
257
258CUSTOM_WORKERNAME="PRODMINER00" # If AUTO_WORKERNAME="CUSTOM" enter your desired workername here
259
260
261_Parallax_MODE="YES" # YES or NO # To deploy 1bash remotely from pastebin.com . You will need to create account
262
263pasteBASH="https://pastebin.com/raw/7A32XuAX" # pastebin.com setting - enter paste link here
264
265upPASTE_TIMEOUT_IN_MINUTES=10 # pastebin.com setting - timeout
266
267
268CLEAR_LOGS_ON_BOOT="NO" # YES or NO # Clear all logs when rig boots up
269
270LOG_ROTATE="YES" # Rotate (clean) all logs every x hours. Highly recommended to set this to yes!
271
272LOG_ROTATE_INTERVAL="3" # Time between log rotations in hours. Default is: 3
273
274
275SRR="NO" # YES or NO # Remote SRR control using Raspberry Pi device with SRR board
276
277SRR_SERIAL="000055" # Remote SRR control setting
278
279__SRR_SLOT="1" # Remote SRR control setting
280
281
282CONTROL_GPU_LED="NO" # YES or NO # Control GPU LED light. NOTE: It only works on some models
283
284LED_BRIGHTNESS=100 # 0 - 100 # Set the LED brightness intensity. 0 = OFF, 100 = full brightness
285
286
287SLOW_USB_KEY_MODE="NO" # YES or NO # If you are using a slow USB flash drive (eg. USB 1.0 or USB 2.0) set this to YES
288
289########################################################
290# #
291# MINER_WATCHDOG settings #
292# #
293########################################################
294
295MINER_WATCHDOG="YES" # YES or NO # Monitors the rig and automatically corrects the detected problems. Highly recommended to use this!
296
297LOAD_CHECK="YES" # YES or NO, Check system load average and reboot if HIGH_LOAD_REBOOT="YES", not works if using plusCPU
298
299HIGH_LOAD_REBOOT="YES" # YES or NO, Set to YES if you want LOAD_CHECK reboot the rig when all load averages (1 min, 5 min and 15 min) are too much higher than normal.
300 # Works only if not using plusCPU.
301SYSRQ_REBOOT="YES" # YES or NO # Use sys request reboot or normal reboot.
302 # Set "YES", watchdog, tempcontrol and load_check use sysrq reboot to prevent kernel panic and freeze if GPU drops off the bus
303WATCHDOG_CYCLE="20" # Time between watchdog cycle loops to check GPU utilization
304
305WATCHDOG_USE_COLOR="YES" # Watchdog log beautifier, use bold text and colors
306
307GPU_UTIL_THRESHOLD="70" # GPU utilization threshold, If utilization bellow this value watchdog takes action (Recommended values 70-90)
308
309ALT_POOL="NO" # YES or NO, Set to YES if you want to enable poolswitch.
310 # Switch to alternate pool if main pool goes down.
311 # Dual mining and salfter auto switch not supported.
312 # If pool goes down, poolswitch will stop/disable wtm auto switch and will enable/start it after pool comes up to prevent coin data mixed up.
313 # If main pool use username, alternate pool should use same username and workername.
314 # If anonymous mining with coin address alternate pool should use same.
315 # If ALT_POOL="YES" add as follow to your coins data (order should be the same).
316
317###alternate pool setup example:
318#ZCL_POOL_1="europe.equihash-hub.miningpoolhub.com"
319#ZCL_PORT_1="20575"
320#ZCL_POOL_2="zcl.suprnova.cc"
321#ZCL_PORT_2="4042"
322#ZCL_POOL=$ZCL_POOL_1 #Dont edit this
323#ZCL_PORT=$ZCL_PORT_1 #Dont edit this
324
325
326########################################################
327# #
328# General OC (overclock) and Power Limit settings #
329# #
330########################################################
331
332POWERLIMIT_MODE="GLOBAL" # GLOBAL, GPU_SPECIFIC, ALGO_SPECIFIC (Pro Settings: GLOBAL_with_GPU_OFFSET, ALGO_SPECIFIC_with_GPU_OFFSET)
333
334OVERCLOCK_MODE="GLOBAL" # NO, GLOBAL, GPU_SPECIFIC, ALGO_SPECIFIC (Pro Settings: GLOBAL_with_GPU_OFFSET, ALGO_SPECIFIC_with_GPU_OFFSET)
335
336# Modes: - NO disables overclock
337# - GLOBAL mode means no individual gpu- or algo-specific settings are used
338# - GPU_SPECIFIC let global setting be overridden by individual gpu-specific setting
339# - ALGO_SPECIFIC let global setting be dynamically overridden by algo-specific setting
340# - Pro Settings are not for the faint-hearted. Dont use if you dont know what they are.
341# For optimal use of any mining switcher use ALGO_SPECIFIC modes !!
342# Default values set later on in 1bash are for 1060, remember to set yours accordingly.
343
344_POWERLIMIT_WATTS=106 # Global base Power Limit in watts for each GPU
345
346_CORE_OVERCLOCK=150 # Global base Core overclock offset
347
348_MEMORY_OVERCLOCK=500 # Global base Memory overclock offset
349
350# Notes: - the above global settings are for all GPU's and algos, may be subject to
351# overrides or variations according to selected OC and Power Limit modes
352# - algo-specific and individual gpu-specific settings are some sections below in this file
353
354HEADLESS_MODE="NO" # YES or NO # If using P106_100, P104-100 GPU's in a full headless (no monitor) rig, set this to YES
355
356GPUPowerMizerMode_Adjust="NO" # YES or NO # Use nvidia PowerMizerMode
357
358GPUPowerMizerMode=1 # Set PowerMizerMode
359
360OhGodAnETHlargementPill="NO" # YES or NO, Set to YES for mining Ethash algos with 1080 or 1080TI cards
361
362
363########################################################
364# #
365# MINER_TEMP_CONTROL settings #
366# #
367########################################################
368
369# Automatically adjusts the fan speed to keep the desired target temp. If the actual temp is above the target temp this script will increase the fan speed. If the actual temp is 2C below the target temp this script will reduce the fan speed. If the target temperature can't be reached with fan adjustments it will decrease the Power Limit. If actual temp is above the desired target temp and fan speed is already at 100%, the script will lower the Power Limit. Once the target temp is reached, Power Limit will be restored.
370
371MINER_TEMP_CONTROL="YES" # YES or NO # Automatically adjusts the fan speed to keep the desired temp. Highly recommended to use this!
372
373MANUAL_FAN="NO" # YES or NO # Manually set the fans, no auto adjustment. Set this to NO if using the auto MINER_TEMP_CONTROL
374
375FAN_SPEED=70 # Set fan speed percentage if MANUAL_FAN="YES" (Do not write the % sign)
376
377INDIVIDUAL_TARGET_TEMPS="NO" # YES or NO, if YES global target temperature is overridden by individual per-GPU setting found later in this file
378
379TARGET_TEMP=69 # Set the desired global (all GPU's) target temperature in Celsius. Recommended ranges: 55 - 75
380
381HOT_SHUTDOWN="YES" # YES or NO, if YES system will shutdown when SHUTDOWN_TEMP is exceeded.
382
383SHUTDOWN_TEMP=90 # If HOT_SHUTDOWN is YES then the system will shutdown if this number is exceeded. (Celsius)
384
385TEMP_CONTROL_CYCLE="20" # Time between Temp control cycle loops, max 30 seconds
386
387ALLOWED_TEMP_DIFF=2 # If current temp is 2C below the target temp reduce the fan speed. Works only if current temp is below target temp
388
389MINIMAL_FAN_SPEED=60 # Lowest fan speed that will be used. Recommended ranges: 40 - 60
390
391MAXIMAL_FAN_SPEED=95 # Highest fan speed before temp control drops power limit to reach TARGET_TEMP. Recommended ranges: 90 - 100
392
393ALLOWED_FAN_DIFF=2 # Allowed fan difference to set fan speed if difference is more. If current fan speed has more/less difference than what it should be, set it.
394
395__FAN_ADJUST=5 # Fan adjustment size in percent
396
397POWER_ADJUST=5 # Adjustment size in watts. If the target temp can not be achieved and fan is already at 100%, reduce Power Limit
398
399RESTORE_POWER_LIMIT=85 # Restore original Power Limit if fan speed is lower than this percentage. Recommended: 10% less than Maximum fan speed
400
401WARN_PL_DROPS="NO" # Gives a Warning every time an auto-adjustment occurs and Powerlimit gets dropped
402
403TEMPCONTROL_USE_COLOR="YES" # YES or NO, enables Text output beautifier, use bold text and colors
404
405
406########################################################
407# #
408# Foreman monitor settings #
409# #
410########################################################
411
412# Monitor your miners remotely
413
414FOREMAN_MONITOR="NO" # Enable or Disable Foreman monitoring.
415 # To use Foreman, you must register an account at https://foreman.mn
416FOREMAN_CLIENT_ID="" # After registering, open https://dashboard.foreman.mn/dashboard/profile/ to
417 # get your client ID and API key. These are needed so your rigs can be
418FOREMAN_API_KEY="" # correctly associated with your private dashboard
419
420########################################################################################
421# GLOBAL_WORKERNAME implementation Start - DO NOT EDIT this section #
422########################################################################################
423IPW=$(ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p')
424IP_AS_WORKER=$(echo -n "$IPW" | tail -c -3 | sed 'y/./0/')
425MAC=$(ifconfig -a | grep -Po 'HWaddr \K.*$')
426MAC_AS_WORKER=$(echo -n "$MAC" | sed 'y/:/_/')
427if [ $GLOBAL_WORKERNAME == "YES" ]; then
428 if [ $AUTO_WORKERNAME == "HOST" ]; then
429 WORKERNAME=$IP_AS_WORKER
430 elif [ $AUTO_WORKERNAME == "MAC" ]; then
431 WORKERNAME=$MAC_AS_WORKER
432 elif [ $AUTO_WORKERNAME == "CUSTOM" ]; then
433 WORKERNAME=$CUSTOM_WORKERNAME
434 fi
435fi
436########################################################################################
437# GLOBAL_WORKERNAME implementation End - DO NOT EDIT this section #
438########################################################################################
439
440################################################################
441# #
442# Algo definitions and Coin->Algo mappings #
443# #
444################################################################
445
446# Notes: nvOC natively supports some algorithms.
447# You can add a new one but you also have to specify the set of coins that
448# support it and a compatilbe miner in the next sections.
449# See the example for NEWCOIN/NEWALGO at the end of this section.
450
451ALGOS="BITCORE CRYPTONIGHT CRYPTONIGHTHEAVY CRYPTONIGHTV7 CRYPTONIGHTV8 CRYPTONIGHTR CUCKAROO29 CUCKATOO31 CUCKOOCYCLE DECRED ENERGI EQUIHASH ETHASH GRS LBRY LYRA2V2 LYRA2RE3 LYRA2Z MYR_GR MTP NEOSCRYPT PASCAL PHI1612 PHI2 SIA SIB SKEIN SKUNK X13 X16R X21S X22I XEVAN ZHASH"
452
453BITCORE_COINS="BTX"
454CRYPTONIGHT_COINS="KRB,NICE_CRYPTONIGHT"
455CRYPTONIGHTV7_COINS="ETN,NICE_CRYPTONIGHTV7"
456CRYPTONIGHTV8_COINS="MPH_CRYPTONIGHTV8,NICE_CRYPTONIGHTV8"
457CRYPTONIGHTHEAVY_COINS="LOKI,NICE_CRYPTONIGHTHEAVY"
458CRYPTONIGHTR_COINS="XMR"
459CUCKOOCYCLE_COINS="AE"
460CUCKAROO29_COINS="GRIN,NICE_CUCKAROO29"
461CUCKATOO31_COINS="GRIN31,NICE_CUCKATOO31"
462DECRED_COINS="DCR"
463ENERGI_COINS="NRG"
464EQUIHASH_COINS="ZEC,ZEN,HUSH,ZCL,BTCP,KMD,ZPOOL_EQUIHASH,MPH_EQUIHASH,NICE_EQUIHASH,VOTE,BTCP,BCI"
465ETHASH_COINS="ETH,ETC,EXP,UBQ,CLO,MUSIC,SOIL,MPH_ETHASH,PIRL,NICE_ETHASH,ETP,CLAYMORE_DUAL"
466GRS_COINS="GRS,MPH_GRS"
467HEX_COINS="XDNA"
468LBRY_COINS="LBC,ZPOOL_LBRY"
469LYRA2V2_COINS="MONA,VTC,NICE_LYRA2REV2,XVG,MPH_LYRA2V2,ZPOOL_LYRA2V2"
470LYRA2RE3_COINS="VTC,NICE_LYRA2REV3"
471LYRA2Z_COINS="MPH_LYRA2Z"
472MTP_COINS="XZC,NICE_MTP"
473MYR_GR_COINS="XMY,MPH_MYR_GR"
474NEOSCRYPT_COINS="FTC,ORB,PXC,VIVO,TZC,NICE_NEOSCRYPT,DSR,CRC,GBX,MPH_NEOSCRYPT,ZPOOL_NEOSCRYPT"
475PASCAL_COINS="PASC,PASL"
476PHI1612_COINS="FLM,SERA"
477PHI2_COINS="LUX"
478SIA_COINS="SIA"
479SIB_COINS="SIB,NICE_X11GHOST"
480SKEIN_COINS="ZPOOL_SKEIN,MPH_SKEIN"
481SKUNK_COINS="SIGT,ZPOOL_SKUNK,ALTCOM,NICE_SKUNKHASH"
482X13_COINS="ONION"
483X16R_COINS="RVN,XMN,NICE_X16R,MDX16R"
484X21S_COINS="RITO"
485X22I_COINS="SUQA"
486XEVAN_COINS="BSD"
487ZHASH_COINS="AION,BTG"
488
489# example, adding NEWALGO for NEWCOIN:
490#
491# ALGOS="${ALGOS} NEWALGO"
492# NEWALGO_COINS="NEWCOIN"
493
494
495########################################################
496# #
497# Common miners settings #
498# #
499########################################################
500
501USE_ENVIRONMENTAL_VARIBLES="NO" # YES or NO # Not needed for nvidia cards. Default: NO
502
503# NICE_ADDRESS="3NMLLZg73hSZCEsYtSjcez7MChHN5zn1j6" # Required for nicehash: your internal Nicehash BTC address
504
505NICE_ADDRESS="34Tan9CiD8AXE6vPs4NWA27NHpoGPKmiFm"
506
507ZPOOL_ADDRESS="replace_with_your_BTC_address" # Required for zpool: your BTC address
508
509MPH_ADDRESS="gamesmod" # Required for MiningPoolHub: your mph account username
510
511WALLET_ADDRESS_FORMAT="." # Choose between "." , "/" , "-" or any other separators your pool uses.
512 # Some pools require dot (address.worker), some require slash (address/worker) format.
513 # Depending on the pool you use, set this appropriately:
514
515MINER_PWD="x" # Set the miner password. Default: x
516 # For zpool use MINER_PWD="$WORKERNAME,c=btc"
517 # For dwarfpool and some other pools you can set your email to enable notification from pool
518
519########################################################
520# #
521# Algo->miner mapping and specific settings #
522# #
523########################################################
524
525# Notes: miner, intensity and wallet address format for different algos.
526# Choose a miner either from built in miners or any installed pluggable miner
527# Test intensity on your rig and edit it or miner will set default values.
528# Choose the wallet address format your pool requires, or leave common format.
529# You can define new mappings as in the example at the end of this section.
530# Read BMINER available scheme in coin section
531
532# Available builtin miners:
533# Various algos:
534# "BMINER", "CryptoDredge", "GMiner", "NBMiner", "TPccminer", "T_Rex", "XMR_Stak", "ZENEMYminer"
535# Energi:
536# "ENERGIMINER"
537# Equihash:
538# "BMINER", "DSTM", "EWBF"
539# Ethash:
540# "BMINER", "CLAYMORE", "ETHMINER", "NBMiner", "PhoenixMiner"
541# Zhash:
542# "BMINER", GMINER", "LOLMINER, "Z_EWBF"
543
544
545## BITCORE, TIMETRAVEL10
546BITCORE_INTENSITY="0"
547BITCORE_MINER="ZENEMYminer"
548BITCORE_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
549
550## CRYPTONIGHT
551CRYPTONIGHT_INTENSITY="0"
552CRYPTONIGHT_MINER="TPccminer"
553CRYPTONIGHT_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
554
555## CRYPTONIGHT-V7
556CRYPTONIGHTV7_INTENSITY="0"
557CRYPTONIGHTV7_MINER="XMR_Stak"
558CRYPTONIGHTV7_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
559
560## CRYPTONIGHT-V8
561CRYPTONIGHTV8_INTENSITY="0"
562CRYPTONIGHTV8_MINER="XMR_Stak"
563CRYPTONIGHTV8_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
564
565## CRYPTONIGHTHEAVY
566CRYPTONIGHTHEAVY_INTENSITY="0"
567CRYPTONIGHTHEAVY_MINER="XMR_Stak"
568CRYPTONIGHTHEAVY_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
569
570## CRYPTONIGHT R
571CRYPTONIGHTR_INTENSITY="0"
572CRYPTONIGHTR_MINER="XMR_Stak"
573CRYPTONIGHTR_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
574
575# CUCKAROO29
576CUCKAROO29_MINER="GMINER"
577CUCKAROO29_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
578
579# CUCKATOO31
580CUCKATOO31_MINER="GMINER"
581CUCKATOO31_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
582
583# CUCKAOO
584CUCKOOCYCLE_MINER="GMINER"
585CUCKOOCYCLE_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
586
587## Decred
588DCR_INTENSITY="0"
589DCR_MINER="TPccminer"
590DCR_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
591
592## ENERGI
593ENERGI_MINER="ENERGIMINER"
594ENERGI_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
595
596## EQUIHASH
597EQUIHASH_MINER="DSTM"
598EQUIHASH_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
599
600## ETHASH
601ETHASH_MINER="ETHMINER"
602ETHASH_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT" # Some pools require to use "%2e" instead of "." More examples available :https://github.com/ethereum-mining/ethminer/blob/master/docs/POOL_EXAMPLES_ETH.md
603
604## GROESTL
605GROESTL_INTENSITY="0"
606GROESTL_MINER="TPccminer"
607GROESTL_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
608
609## HEX
610HEX_INTENSITY="0"
611HEX_MINER="ZENEMYminer"
612HEX_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
613
614## KECCAK
615KECCAK_INTENSITY="0"
616KECCAK_MINER="TPccminer"
617KECCAK_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
618
619## LBRY
620LBRY_INTENSITY="0"
621LBRY_MINER="TPccminer"
622LBRY_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
623
624## LYRA2REV2
625LYRA2V2_INTENSITY="1"
626LYRA2V2_MINER="CryptoDredge"
627LYRA2V2_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
628
629## LYRA2REV3
630LYRA2RE3_INTENSITY="1"
631LYRA2RE3_MINER="CryptoDredge"
632LYRA2RE3_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
633
634## LYRA2Z
635LYRA2Z_INTENSITY="0"
636LYRA2Z_MINER="TPccminer"
637LYRA2Z_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
638
639## MTP
640MTP_INTENSITY="0"
641MTP_MINER="CryptoDredge"
642MTP_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
643
644## Myriad Groestl
645MYR_GR_INTENSITY="0"
646MYR_GR_MINER="TPccminer"
647MYR_GR_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
648
649## Neoscrypt
650NEOSCRYPT_INTENSITY="1"
651NEOSCRYPT_MINER="CryptoDredge"
652NEOSCRYPT_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
653
654## PASCAL
655PASCAL_INTENSITY="0"
656PASCAL_MINER="TPccminer"
657PASCAL_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
658
659## PHI1612
660PHI1612_INTENSITY="0"
661PHI1612_MINER="CryptoDredge"
662PHI1612_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
663
664## PHI2
665PHI2_INTENSITY="0"
666PHI2_MINER="CryptoDredge"
667PHI2_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
668
669## SIA
670SIA_INTENSITY="0"
671SIA_MINER="TPccminer"
672SIA_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
673
674## SKEIN
675SKEIN_INTENSITY="0"
676SKEIN_MINER="TPccminer"
677SKEIN_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
678
679## SKUNK
680SKUNK_INTENSITY="0"
681SKUNK_MINER="TPccminer"
682SKUNK_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
683
684## X11GHOST, SIB
685X11GHOST_INTENSITY="0"
686X11GHOST_MINER="TPccminer"
687X11GHOST_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
688
689## X13
690X13_INTENSITY="0"
691X13_MINER="TPccminer"
692X13_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
693
694## X16R
695X16R_INTENSITY="0"
696X16R_MINER="ZENEMYminer"
697# X16R_MINER="T_Rex"
698X16R_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
699
700## X21S
701X21S_INTENSITY="0"
702X21S_MINER="T_Rex"
703X21S_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
704
705## X22I
706X22I_INTENSITY="0"
707X22I_MINER="T_Rex"
708X22I_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
709
710## XEVAN
711XEVAN_INTENSITY="0"
712XEVAN_MINER="ZENEMYminer"
713XEVAN_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
714
715## ZHASH
716ZHASH_MINER="Z_EWBF"
717ZHASH_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
718
719# example, adding miner for NEWALGO:
720#
721# ## Newalgo
722# NEWALGO_MINER="builtin_or_pluggable_miner_name"
723# NEWALGO_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
724
725
726################################################################
727# #
728# CPU mining settings #
729# #
730################################################################
731
732plusCPU="NO" # YES or NO # Mine XMR with CPU. Set your XMR address in addresses/pools section
733
734threadCOUNT="3" # Number of CPU threads to use for plusCPU mining. Please check how many threads your CPU has.
735
736plusCPU_MINER="cpuOPT" # choose "cpuOPT" for the only available builtin cpu miner or your pluggable miner name
737plusCPU_WALLET_FORMAT="$WALLET_ADDRESS_FORMAT"
738
739# example, replacing cpuminer for plusCPU:
740#
741# plusCPU_MINER="builtin_or_pluggable_miner_name"
742
743
744########################################################
745# #
746# GPU miners settings #
747# #
748########################################################
749
750# Notes: This list of miner settings is incomplete, take it as an example.
751# You can find here some hints about common mining options for special cases.
752# Remember to add here any needed settings for yout miner of choice
753# like in the following example, otherwise defaults will apply.
754# Assuming your miner name is NEWMINER:
755#
756# NEWMINER_VERSION="4.2.0" # default: "recommended", otherwise you can choose "latest" or the exact version number
757# NEWMINER_OPTS="" # default: empty
758# Use miner help command to see available options
759
760BMINER_OPTS="" # Bminer optional arguments
761BMINER_VERSION="recommended" # "latest", "recommended" or the version folder name.
762
763CLAYMORE_OPTS="" # Claymore optional arguments. tip: add "-esm 2" for miningpoolhub
764CLAYMORE_VERSION="recommended" # "latest", "recommended" or the version folder name.
765
766CryptoDredge_OPTS="" # CryptoDredge optional arguments
767CryptoDredge_VERSION="latest" # "latest", "recommended" or the version folder name.
768
769DSTM_OPTS="" # DSTM Miner optional arguments
770DSTM_VERSION="recommended" # "latest", "recommended" or the version folder name.
771
772ENERGIMINER_OPTS="--response-timeout 10 --cuda-parallel-hash 8 --cuda-block-size 256" # ENERGIMINER Miner optional arguments
773ENERGIMINER_VERSION="recommended" # "latest", "recommended" or the version folder name.
774
775ETHMINER_OPTS="" # Ethminer optional arguments
776ETHMINER_VERSION="latest" # "latest", "recommended" or the version folder name.
777
778EWBF_FEE="0" # change fee value to alter donation percent for EWBF Miner
779EWBF_OPTS="" # EWBF Equihash Miner optional arguments
780EWBF_VERSION="recommended" # "latest", "recommended" or the version folder name. If choose 3.3 you should extract 3.3 in miner folder to 3.3 folder
781
782GMINER_OPTS="" # GMINER optional arguments.
783GMINER_VERSION="recommended" # "latest", "recommended" or the version folder name.
784
785LOLMINER_OPTS="" # LOLMINER optional arguments.
786LOLMINER_VERSION="recommended" # "latest", "recommended" or the version folder name.
787
788NBMiner_OPTS=""
789NBMiner_VERSION="recommended" # "latest", "recommended" or the version folder name.
790
791PhoenixMiner_OPTS="" # PhoenixMiner optional arguments. Read the README file inside PhoenixMiner folder
792PhoenixMiner_VERSION="recommended" # "latest", "recommended" or the version folder name.
793
794TPccminer_OPTS="" # ccminer optional arguments
795TPccminer_VERSION="recommended" # "latest", "recommended" or the version folder name.
796
797T_Rex_OPTS="--api-bind-http 0 --api-bind-telnet 0" # T_REX optional arguments.
798T_Rex_VERSION="latest" # "latest", "recommended" or the version folder name.
799
800XMR_Stak_OPTS="" # XMR_Stak optional arguments.
801XMR_Stak_VERSION="recommended" # "latest", "recommended" or the version folder name.
802
803Z_EWBF_FEE="0" # EWBF ZHASH Dev fee percent to alter donation percent
804Z_EWBF_OPTS="" # EWBF ZHASH Miner optional arguments
805Z_EWBF_VERSION="recommended" # "latest", "recommended" or the version folder name.
806
807ZENEMYminer_OPTS="" # ZENEMYminer optional arguments
808ZENEMYminer_VERSION="latest" # "latest", "recommended" or the version folder name.
809
810########################################################
811# #
812# COIN, POOL, PORT info section, sorted alphabetically #
813# #
814########################################################
815
816# Notes: set your coins infom pool and miner coin-specific arguments
817# If you add any new coin here don't forget to also map it to its
818# algo as explained in previous sections.
819# You can setup new coins as in the example at the end of this section.
820#
821# Default Coin Pool Protocols is stratum+tcp, If your pool has other protocols check miner support before changing it
822# stratum+ssl, stratum+tcp, stratum+tls, stratum+tls12, stratum1+ssl, stratum1+tcp, stratum1+tls, stratum1+tls12, stratum2+ssl, stratum2+tcp, stratum2+tls, stratum2+tls12
823#
824# If using BMINER use these in coin pool protocols:
825# Equihash Stratum: "stratum", Equihash Stratum+SSL:"stratum+ssl"
826# Ethash Stratum:"ethash", Ethash Stratum+SSL:"ethash+ssl", Ethereum Proxy:"ethproxy" ethereum Stratum:"ethstratum"
827# ZHash Algos like BTG: "zhash"
828# Tensority based coins like BTM: "tensority"
829
830# Aeternity (AE)
831AE_ADDRESS="replace_with_your_address"
832AE_OPTS="--algo aeternity"
833AE_POOL="AE POOL"
834AE_PORT="AE PORT"
835AE_WORKER="$WORKERNAME"
836AE_POOL_PROTOCOL="stratum+tcp"
837
838# AION
839AION_ADDRESS="replace_with_your_address"
840AION_OPTS="--algo aion" # If using GMiner use" --algo 210_9 --pers AION0PoW" with Z_EWBF use "--algo aion"
841AION_POOL="AION POOL"
842AION_PORT="AION PORT"
843AION_WORKER="$WORKERNAME"
844AION_POOL_PROTOCOL="stratum+tcp"
845
846# ALTCOM
847ALTCOM_ADDRESS="replace_with_your_address"
848ALTCOM_OPTS=""
849ALTCOM_POOL="ALTCOM POOL"
850ALTCOM_PORT="ALTCOM PORT"
851ALTCOM_WORKER="$WORKERNAME"
852ALTCOM_POOL_PROTOCOL="stratum+tcp"
853
854# Bitcoin Interest (BCI)
855BCI_ADDRESS="replace_with_your_address"
856BCI_OPTS=""
857BCI_POOL="replace_with_your_BCI_POOL"
858BCI_PORT="replace_with_your_BCI_PORT"
859BCI_WORKER="$WORKERNAME"
860BCI_POOL_PROTOCOL="stratum+tcp"
861
862# Bitsend (BSD)
863BSD_ADDRESS="replace_with_your_address"
864BSD_OPTS=""
865BSD_POOL="bsd.suprnova.cc"
866BSD_PORT="8686"
867BSD_WORKER="$WORKERNAME"
868BSD_POOL_PROTOCOL="stratum+tcp"
869
870# Bitcoin Private (BTCP)
871BTCP_ADDRESS="replace_with_your_address"
872BTCP_OPTS=""
873BTCP_POOL="BTCP_POOL_ADDRESS"
874BTCP_PORT="BTCP_POOL_PORT"
875BTCP_WORKER="$WORKERNAME"
876BTCP_POOL_PROTOCOL="stratum+tcp"
877
878# Bitcoinz (BTCZ)
879BTCZ_ADDRESS="replace_with_your_address"
880BTCZ_OPTS="--algo 144_5 --pers BitcoinZ"
881BTCZ_POOL="btcz.suprnova.cc"
882BTCZ_PORT="5586"
883BTCZ_WORKER="$WORKERNAME"
884BTCZ_POOL_PROTOCOL="stratum+tcp"
885
886# Bitcoin Gold (BTG)
887BTG_ADDRESS="replace_with_your_address"
888BTG_OPTS="--algo 144_5 --pers BgoldPoW"
889BTG_POOL="us-east.equihash-hub.miningpoolhub.com"
890BTG_PORT="20595"
891BTG_WORKER="$WORKERNAME"
892BTG_POOL_PROTOCOL="stratum+tcp"
893
894# Bitcore (BTX)
895BTX_ADDRESS="replace_with_your_address"
896BTX_OPTS=""
897BTX_POOL="btx.suprnova.cc"
898BTX_PORT="3629"
899BTX_WORKER="$WORKERNAME"
900BTX_POOL_PROTOCOL="stratum+tcp"
901
902# Callisto (CLO)
903CLO_ADDRESS="replace_with_your_address"
904CLO_OPTS=""
905CLO_POOL="clo.2miners.com"
906CLO_PORT="3030"
907CLO_WORKER="$WORKERNAME"
908CLO_POOL_PROTOCOL="stratum+tcp"
909
910# CrowdCoin (CRC)
911CRC_ADDRESS="replace_with_your_address"
912CRC_OPTS=""
913CRC_POOL="replace_with_pool_address"
914CRC_PORT="replace_with_pool_port"
915CRC_WORKER="$WORKERNAME"
916CRC_POOL_PROTOCOL="stratum+tcp"
917
918# Decred (DCR)
919DCR_ADDRESS="replace_with_your_address"
920DCR_OPTS=""
921DCR_POOL="yiimp.eu"
922DCR_PORT="3252"
923DCR_WORKER="$WORKERNAME"
924DCR_POOL_PROTOCOL="stratum+tcp"
925
926# Digibyte (DGB)
927DGB_ADDRESS="replace_with_your_address"
928DGB_OPTS=""
929DGB_POOL="hub.miningpoolhub.com"
930DGB_PORT="20527"
931DGB_WORKER="$WORKERNAME"
932DGB_POOL_PROTOCOL="stratum+tcp"
933
934# Desire (DSR)
935DSR_ADDRESS="replace_with_your_address"
936DSR_OPTS=""
937DSR_POOL="DSR_POOL"
938DSR_PORT="DSR_PORT"
939DSR_WORKER="$WORKERNAME"
940DSR_POOL_PROTOCOL="stratum+tcp"
941
942#Ellaism (ELLA)
943ELLA_ADDRESS="replace_with_your_address"
944ELLA_OPTS=""
945ELLA_POOL="replace_with_pool_address"
946ELLA_PORT="replace_with_pool_port"
947ELLA_WORKER="$WORKERNAME"
948ELLA_POOL_PROTOCOL="stratum+tcp"
949
950# Energi Coin (NRG)
951NRG_ADDRESS="replace_with_your_address"
952NRG_OPTS=""
953NRG_POOL="stratum.nrg.minecrypto.pro"
954NRG_PORT="9999"
955NRG_WORKER="$WORKERNAME"
956NRG_POOL_PROTOCOL="stratum"
957
958# Ethereum Classic (ETC)
959ETC_ADDRESS="replace_with_your_address"
960ETC_OPTS="" # claymore opts: "-allcoins etc"
961ETC_POOL="europe.ethash-hub.miningpoolhub.com"
962ETC_PORT="20555"
963ETC_WORKER="$WORKERNAME"
964ETC_POOL_PROTOCOL="stratum+tcp"
965
966# Ethereum (ETH)
967ETH_ADDRESS="replace_with_your_address"
968ETH_OPTS=""
969ETH_POOL="europe.ethash-hub.miningpoolhub.com"
970ETH_PORT="20535"
971ETH_WORKER="$WORKERNAME"
972ETH_POOL_PROTOCOL="stratum+tcp"
973
974# Electroneum(ETN)
975ETN_ADDRESS="replace_with_your_address"
976ETN_OPTS=""
977ETN_POOL="ETN POOL"
978ETN_PORT="ETN PORT"
979ETN_WORKER="$WORKERNAME"
980ETN_POOL_PROTOCOL="stratum+tcp"
981
982# Metaverse (ETP)
983ETP_ADDRESS="replace_with_your_address"
984ETP_OPTS=""
985ETP_POOL="replace_with_your_ETP_POOL"
986ETP_PORT="replace_with_your_ETP_PORT"
987ETP_WORKER="$WORKERNAME"
988ETP_POOL_PROTOCOL="stratum+tcp"
989
990# Expanse (EXP)
991EXP_ADDRESS="replace_with_your_address"
992EXP_OPTS=""
993EXP_POOL="exp-us.dwarfpool.com:"
994EXP_PORT="81"
995EXP_WORKER="$WORKERNAME"
996EXP_POOL_PROTOCOL="stratum+tcp"
997
998# Folm (FLM)
999FLM_ADDRESS="replace_with_your_address"
1000FLM_OPTS=""
1001FLM_POOL="replace_with_your_FLM_POOL"
1002FLM_PORT="replace_with_your_FLM_PORT"
1003FLM_WORKER="$WORKERNAME"
1004FLM_POOL_PROTOCOL="stratum+tcp"
1005
1006# FeatherCoin (FTC)
1007FTC_ADDRESS="replace_with_your_address"
1008FTC_OPTS=""
1009FTC_POOL="hub.miningpoolhub.com"
1010FTC_PORT="20510"
1011FTC_WORKER="$WORKERNAME"
1012FTC_POOL_PROTOCOL="stratum+tcp"
1013
1014# GoByte (GBX)
1015GBX_ADDRESS="replace_with_your_address"
1016GBX_OPTS=""
1017GBX_POOL="replace_with_pool_address"
1018GBX_PORT="replace_with_pool_port"
1019GBX_WORKER="$WORKERNAME"
1020GBX_POOL_PROTOCOL="stratum+tcp"
1021
1022# GrinCoin (GRIN)
1023GRIN_ADDRESS="replace_with_your_address"
1024GRIN_OPTS="" # If using GMiner add "--algo cuckaroo29" if NBMiner "--algo cuckaroo"
1025GRIN_POOL="GRIN_POOL"
1026GRIN_PORT="GRIN_PORT"
1027GRIN_WORKER="$WORKERNAME"
1028GRIN_POOL_PROTOCOL="stratum+tcp" # If using bminer use "cuckaroo29"
1029
1030# Grin31Coin (GRIN31)
1031GRIN31_ADDRESS="replace_with_your_address"
1032GRIN31_OPTS="" # If using GMiner add "--algo cuckaroo31"
1033GRIN31_POOL="GRIN_POOL"
1034GRIN31_PORT="GRIN_PORT"
1035GRIN31_WORKER="$WORKERNAME"
1036GRIN31_POOL_PROTOCOL="stratum+tcp" # If using bminer use "cuckaroo31"
1037
1038# Groestl (GRS)
1039GRS_ADDRESS="replace_with_your_address"
1040GRS_OPTS=""
1041GRS_POOL="moria.dwarfpool.com"
1042GRS_PORT="3345"
1043GRS_WORKER="$WORKERNAME"
1044GRS_POOL_PROTOCOL="stratum+tcp"
1045
1046# Hush (HUSH)
1047HUSH_ADDRESS="replace_with_your_address"
1048HUSH_OPTS=""
1049HUSH_POOL="zdash.suprnova.cc"
1050HUSH_PORT="4048"
1051HUSH_WORKER="$WORKERNAME"
1052HUSH_POOL_PROTOCOL="stratum+tcp"
1053
1054# Komodo (KMD)
1055KMD_ADDRESS="replace_with_your_address"
1056KMD_OPTS=""
1057KMD_POOL="luckpool.org"
1058KMD_PORT="3857"
1059KMD_WORKER="$WORKERNAME"
1060KMD_POOL_PROTOCOL="stratum+tcp"
1061
1062# Karbo (KRB)
1063KRB_ADDRESS="replace_with_your_address"
1064KRB_OPTS=""
1065KRB_POOL="krb.sberex.com"
1066KRB_PORT="5555"
1067KRB_WORKER="$WORKERNAME"
1068KRB_POOL_PROTOCOL="stratum+tcp"
1069
1070# LBRY (LBC)
1071LBC_ADDRESS="replace_with_your_address"
1072LBC_OPTS=""
1073LBC_POOL="lbry.suprnova.cc"
1074LBC_PORT="6256"
1075LBC_WORKER="$WORKERNAME"
1076LBC_POOL_PROTOCOL="stratum+tcp"
1077
1078#Loki (LOKI)
1079LOKI_ADDRESS="replace_with_your_address"
1080LOKI_OPTS=""
1081LOKI_POOL="LOKI_POOL"
1082LOKI_PORT="LOKI_PORT"
1083LOKI_WORKER="$WORKERNAME"
1084LOKI_POOL_PROTOCOL="stratum+tcp"
1085
1086# Lux Coin (LUX)
1087LUX_ADDRESS="replace_with_your_address"
1088LUX_OPTS=""
1089LUX_POOL="yiimp.eu"
1090LUX_PORT="8333"
1091LUX_WORKER="$WORKERNAME"
1092LUX_POOL_PROTOCOL="stratum+tcp"
1093
1094# Mona Coin (MONA)
1095MONA_ADDRESS="replace_with_your_address"
1096MONA_OPTS=""
1097MONA_POOL="mona.suprnova.cc"
1098MONA_PORT="2995"
1099MONA_WORKER="$WORKERNAME"
1100MONA_POOL_PROTOCOL="stratum+tcp"
1101
1102# Music Coin (MUSIC)
1103MUSIC_ADDRESS="replace_with_your_address"
1104MUSIC_OPTS=""
1105MUSIC_POOL="eus.gmc.epool.io"
1106MUSIC_PORT="8008"
1107MUSIC_WORKER="$WORKERNAME"
1108MUSIC_POOL_PROTOCOL="stratum+tcp"
1109
1110# DeepOnion (ONION)
1111ONION_ADDRESS="replace_with_your_address"
1112ONION_OPTS=""
1113ONION_POOL="kawaiipool.party"
1114ONION_PORT="3633"
1115ONION_POOL_PROTOCOL="stratum+tcp"
1116
1117# Orbitcoin (ORB)
1118ORB_ADDRESS="replace_with_your_address"
1119ORB_OPTS=""
1120ORB_POOL="strat.dnb.io"
1121ORB_PORT="3031"
1122ORB_WORKER="$WORKERNAME"
1123ORB_POOL_PROTOCOL="stratum+tcp"
1124
1125# Pascal Coin (PASC)
1126PASC_ADDRESS="replace_with_your_address"
1127PASC_OPTS=""
1128PASC_POOL="pasc-us-east1.nanopool.org"
1129PASC_PORT="15555"
1130PASC_WORKER="$WORKERNAME"
1131PASC_POOL_PROTOCOL="stratum+tcp"
1132
1133# Pascal Lite (PASL)
1134PASL_ADDRESS="replace_with_your_address"
1135PASL_OPTS=""
1136PASL_POOL="mine.pasl.fairpool.xyz"
1137PASL_PORT="4009"
1138PASL_WORKER="$WORKERNAME"
1139PASL_POOL_PROTOCOL="stratum+tcp"
1140
1141# Pirl Coin (PIRL)
1142PIRL_ADDRESS="replace_with_your_address"
1143PIRL_OPTS=""
1144PIRL_POOL="PIRL POOL"
1145PIRL_PORT="PIRL PORT"
1146PIRL_WORKER="$WORKERNAME"
1147PIRL_POOL_PROTOCOL="stratum+tcp"
1148
1149# Phoenixcoin (PXC)
1150PXC_ADDRESS="replace_with_your_address"
1151PXC_OPTS=""
1152PXC_POOL="atlas.phoenixcoin.org:"
1153PXC_PORT="10554"
1154PXC_WORKER="$WORKERNAME"
1155PXC_POOL_PROTOCOL="stratum+tcp"
1156
1157# RITO Coin (RITO)
1158RITO_ADDRESS="replace_with_your_address"
1159RITO_OPTS=""
1160RITO_POOL="RITO_POOL_ADDRESS"
1161RITO_PORT="RITO_POOL_PORT"
1162RITO_WORKER="$WORKERNAME"
1163RITO_POOL_PROTOCOL="stratum+tcp"
1164
1165# Raven Coin (RVN)
1166RVN_ADDRESS="replace_with_your_address"
1167RVN_OPTS=""
1168RVN_POOL="RVN_POOL_ADDRESS"
1169RVN_PORT="RVN_POOL_PORT"
1170RVN_WORKER="$WORKERNAME"
1171RVN_POOL_PROTOCOL="stratum+tcp"
1172
1173# Siacoin (SC)
1174SC_ADDRESS="replace_with_your_address"
1175SC_OPTS=""
1176SC_GW_POOL="sia-us-east1.nanopool.org"
1177SC_GW_PORT="9980"
1178SC_POOL="sia-us-east1.nanopool.org"
1179SC_PORT="7777"
1180SC_WORKER="$WORKERNAME"
1181SC_POOL_PROTOCOL="stratum+tcp"
1182
1183# Sib Coin (SIB)
1184SIB_ADDRESS="replace_with_your_address"
1185SIB_OPTS=""
1186SIB_POOL="sib.suprnova.cc"
1187SIB_PORT="3458"
1188SIB_WORKER="$WORKERNAME"
1189SIB_POOL_PROTOCOL="stratum+tcp"
1190
1191# Signatum (SIGT)
1192SIGT_ADDRESS="replace_with_your_address"
1193SIGT_OPTS=""
1194SIGT_POOL="us.hashbag.cc"
1195SIGT_PORT="8644"
1196SIGT_WORKER="$WORKERNAME"
1197SIGT_POOL_PROTOCOL="stratum+tcp"
1198
1199# Smart Coin (SMART)
1200SMART_ADDRESS="replace_with_your_address"
1201SMART_OPTS=""
1202SMART_POOL="pool-eu.smartcash.cc"
1203SMART_PORT="3333"
1204SMART_WORKER="$WORKERNAME"
1205SMART_POOL_PROTOCOL="stratum+tcp"
1206
1207# SOILcoin (SOIL)
1208SOIL_ADDRESS="replace_with_your_address"
1209SOIL_OPTS=""
1210SOIL_POOL="soil.pool.sexy"
1211SOIL_PORT="9009"
1212SOIL_WORKER="$WORKERNAME"
1213SOIL_POOL_PROTOCOL="stratum+tcp"
1214
1215# Sumokoin (SUMO)
1216SUMO_ADDRESS="replace_with_your_address"
1217SUMO_OPTS=""
1218SUMO_POOL="SUMO_POOL"
1219SUMO_PORT="SUMO_PORT"
1220SUMO_WORKER="$WORKERNAME"
1221SUMO_POOL_PROTOCOL="stratum+tcp"
1222
1223# SUQA (SUQA)
1224SUQA_ADDRESS="replace_with_your_address"
1225SUQA_OPTS=""
1226SUQA_POOL="SUQA_POOL"
1227SUQA_PORT="SUQA_PORT"
1228SUQA_WORKER="$WORKERNAME"
1229SUQA_POOL_PROTOCOL="stratum+tcp"
1230
1231# TrezarCoin (TZC)
1232TZC_ADDRESS="replace_with_your_address"
1233TZC_OPTS=""
1234TZC_POOL="TZC POOL"
1235TZC_PORT="TZC PORT"
1236TZC_WORKER="$WORKERNAME"
1237TZC_POOL_PROTOCOL="stratum+tcp"
1238
1239# Ubiq (UBQ)
1240UBQ_ADDRESS="replace_with_your_address"
1241UBQ_OPTS=""
1242UBQ_POOL="us.ubiqpool.io"
1243UBQ_PORT="8008"
1244UBQ_WORKER="$WORKERNAME"
1245UBQ_POOL_PROTOCOL="stratum+tcp"
1246
1247# VIVO (VIVO)
1248VIVO_ADDRESS="replace_with_your_address"
1249VIVO_OPTS=""
1250VIVO_POOL="VIVO POOL"
1251VIVO_PORT="VIVO PORT"
1252VIVO_WORKER="$WORKERNAME"
1253VIVO_POOL_PROTOCOL="stratum+tcp"
1254
1255# Vertcoin (VTC)
1256VTC_ADDRESS="replace_with_your_address"
1257VTC_OPTS=""
1258VTC_POOL="hub.miningpoolhub.com"
1259VTC_PORT="20507"
1260VTC_WORKER="$WORKERNAME"
1261VTC_POOL_PROTOCOL="stratum+tcp"
1262
1263# XDNA (XDNA)
1264XDNA_ADDRESS="replace_with_your_address"
1265XDNA_OPTS=""
1266XDNA_POOL="XMN_POOL_ADDRESS"
1267XDNA_PORT="XMN_POOL_PORT"
1268XDNA_WORKER="$WORKERNAME"
1269XDNA_POOL_PROTOCOL="stratum+tcp"
1270
1271# Motion (XMN)
1272XMN_ADDRESS="replace_with_your_address"
1273XMN_OPTS=""
1274XMN_POOL="XMN_POOL_ADDRESS"
1275XMN_PORT="XMN_POOL_PORT"
1276XMN_WORKER="$WORKERNAME"
1277XMN_POOL_PROTOCOL="stratum+tcp"
1278
1279# Monero (XMR)
1280XMR_ADDRESS="replace_with_your_address"
1281XMR_OPTS=""
1282XMR_POOL="xmr-us-east1.nanopool.org"
1283XMR_PORT="14444"
1284XMR_WORKER="$WORKERNAME"
1285XMR_POOL_PROTOCOL="stratum+tcp"
1286
1287# Myriad (XMY)
1288XMY_ADDRESS="replace_with_your_address"
1289XMY_OPTS=""
1290XMY_POOL="us-east1.myriadcoin-groestl.miningpoolhub.com"
1291XMY_PORT="20479"
1292XMY_WORKER="$WORKERNAME"
1293XMY_POOL_PROTOCOL="stratum+tcp"
1294
1295# SnowGem (XSG)
1296XSG_ADDRESS="replace_with_your_address"
1297XSG_OPTS="--algo 144_5 --pers sngemPoW"
1298XSG_POOL="replace_with_pool_address"
1299XSG_PORT="replace_with_pool_port"
1300XSG_WORKER="$WORKERNAME"
1301XSG_POOL_PROTOCOL="stratum+tcp"
1302
1303# Verge (XVG)
1304XVG_ADDRESS="replace_with_your_address"
1305XVG_OPTS=""
1306XVG_POOL="replace_with_pool_address"
1307XVG_PORT="replace_with_pool_port"
1308XVG_WORKER="$WORKERNAME"
1309XVG_POOL_PROTOCOL="stratum+tcp"
1310
1311# ZCoin (XZC)
1312XZC_ADDRESS="replace_with_your_address"
1313XZC_OPTS=""
1314XZC_POOL="xzc.2miners.com"
1315XZC_PORT="8080"
1316XZC_WORKER="$WORKERNAME"
1317XZC_POOL_PROTOCOL="stratum+tcp"
1318
1319# ZClassic (ZCL)
1320ZCL_ADDRESS="replace_with_your_address"
1321ZCL_OPTS=""
1322ZCL_POOL="us.zclmine.pro"
1323ZCL_PORT="9009"
1324ZCL_WORKER="$WORKERNAME"
1325ZCL_POOL_PROTOCOL="stratum+tcp"
1326
1327# Zcash (ZEC)
1328ZEC_ADDRESS="t1XfkZUZWME8FnRiFxHZQAQ2K1UdQMbshJp" # replace_with_your_address
1329ZEC_OPTS=""
1330ZEC_POOL="zec-us-east1.nanopool.org"
1331ZEC_PORT="6666"
1332ZEC_WORKER="$WORKERNAME"
1333ZEC_POOL_PROTOCOL="stratum+tcp"
1334
1335# Zelcash (ZEL)
1336ZEL_ADDRESS="replace_with_your_address"
1337ZEL_OPTS="--algo 144_5 --pers ZelProof "
1338ZEL_POOL="zel.2miners.com"
1339ZEL_PORT="9090"
1340ZEL_WORKER="$WORKERNAME"
1341ZEL_POOL_PROTOCOL="stratum+tcp"
1342
1343# Zencash (ZEN)
1344ZEN_ADDRESS="replace_with_your_address"
1345ZEN_OPTS=""
1346ZEN_POOL="luckpool.org"
1347ZEN_PORT="3057"
1348ZEN_WORKER="$WORKERNAME"
1349ZEN_POOL_PROTOCOL="stratum+tcp"
1350
1351# Mining dutch X16R (MDX16R)
1352MDX16R_ADDRESS="gamesmod"
1353MDX16R_OPTS=""
1354MDX16R_POOL="x16r.mining-dutch.nl"
1355MDX16R_PORT="6666"
1356MDX16R_WORKER="worker1"
1357MDX16R_POOL_PROTOCOL="stratum+tcp"
1358
1359# plusCPU (defaults: same as XMR)
1360# plusCPU_ADDRESS="$XMR_ADDRESS"
1361# plusCPU_OPTS="-a cryptonightv7"
1362# plusCPU_POOL="$XMR_POOL"
1363# plusCPU_PORT="$XMR_PORT"
1364# plusCPU_WORKER="$XMR_WORKER"
1365
1366plusCPU_ADDRESS="$NICE_ADDRESS"
1367plusCPU_OPTS="-a cryptonightv7"
1368plusCPU_POOL="cryptonightv7.eu.nicehash.com"
1369plusCPU_PORT="3363"
1370plusCPU_WORKER="PRODMINER00"
1371
1372# example, adding NEWCOIN:
1373#
1374# ## Newcoin (NEWCOIN)
1375# NEWCOIN_ADDRESS="replace_with_your_address"
1376# NEWCOIN_OPTS=""
1377# NEWCOIN_POOL="newpool.example.org"
1378# NEWCOIN_PORT="4242"
1379# NEWCOIN_WORKER="$WORKERNAME"
1380# NEWCOIN_POOL_PROTOCOL="stratum+tcp"
1381
1382
1383###################################################
1384# Claymore_Dual Mining #
1385# Set COIN="CLAYMORE_DUAL" #
1386###################################################
1387
1388###You can use variables like this for both ECOIN and DCOIN (If use variables remeber to set correct values in the coin section above):
1389## ECOIN Example:
1390 #DUAL_ECOIN="ETH"
1391 #DUAL_EPOOL="$ETH_POOL"
1392 #DUAL_EPORT="$ETH_PORT"
1393 #DUAL_EWAL="$ETH_ADDRESS"
1394 #DUAL_EPSW="$MINER_PWD"
1395 #DUAL_EWORKER="$ETH_WORKER"
1396
1397DUAL_ECOIN="MAIN COIN" #Main Coin, Ethereum or any Ethash Coin
1398DUAL_EPOOL="MAIN COIN POOL ADDREES" #Main Coin pool address, no need to add stratum+tcp://
1399DUAL_EPORT="MAIN COIN POOL PORT" #Main Coin Port Number
1400DUAL_EWAL="MAIN COIN WALLET ADDRESS" #Main Coin Wallet address or pool username
1401DUAL_EPSW="$MINER_PWD" #Main Coin worker password on pool
1402DUAL_EWORKER="$WORKER" #Main Coin Worker Name
1403
1404DUAL_DCOIN="DUAL COIN" #select second coin to mine in dual mode. Possible options are "dcr", "sc", "lbc", "pasc", "blake2s", "keccak". Default value is "dcr".
1405DUAL_DPOOL="DUAL COIN POOL ADDRESS" #2nd coin pool address
1406DUAL_DPORT="DUAL COIN POOL PORT" #2nd coin pool address
1407DUAL_DWAL="DUAL COIN WALLET ADDRESS" #2nd coin wallet address or worker name, it depends on pool.
1408DUAL_DPSW="$MINER_PWD" #Password for 2nd coin .
1409DUAL_DWORKER="$WORKER" #Worker name for 2nd coin
1410
1411DCRI="40" #2nd coin intensity.
1412ALL_POOLS="0" #0 or 1, Set to 1, if miner does not want to mine on specified pool (because it cannot mine devfee on that pool), but you agree to use some default pools for devfee mining.
1413ALL_COINS="0" #0 or 1, Set to 1 to be able to mine Ethereum forks, in this mode miner will use some default pools for devfee Ethereum mining.
1414MPORT="-3333" #remote monitoring/management port. Default value is -3333 (read-only mode), specify "-mport 0" to disable remote monitoring/management feature.
1415MPSW="" #remote monitoring/management password.
1416DUAL_ADDITIONAL_ARGUMENTS="" #Additional arguments if needed
1417
1418
1419###################################################
1420# Bminer_Dual Mining #
1421# Set COIN="BMINER_DUAL" #
1422###################################################
1423
1424
1425MAIN_COIN="" #Main Coin, Ethereum or any Ethash Coin
1426MAIN_COIN_ADDRESS="replace_with_your_address" #Main Coin wallet address
1427MAIN_COIN_POOL="POOL_ADDRESS" #Main Coin pool address
1428MAIN_COIN_PORT="POOL_PORT" #Main Coin pool port
1429MAIN_COIN_WORKER="$WORKERNAME" #Main Coin worker name
1430MAIN_COIN_POOL_PROTOCOL="ethash" #Main Coin pool protocol: "ethash", "ethproxy", "ethstratum", "ethash+ssl"
1431
1432DUAL_COIN="" #Dual Coin, blake14r and blake2s coins
1433DUAL_COIN_ADDRESS="replace_with_your_address" #Dual Coin wallet address
1434DUAL_COIN_POOL="POOL_ADDRESS" #Dual Coin pool address
1435DUAL_COIN_PORT="PORT" #Dual Coin pool port
1436DUAL_COIN_WORKER="$WORKERNAME" #Dual Coin worker name
1437DUAL_COIN_POOL_PROTOCOL="blake2s" #Dual Coin Supported algos: "blake14r", "blake2s"
1438
1439
1440########################################################
1441# #
1442############### NiceHash Info #################
1443# #
1444########################################################
1445
1446## Nicehash autoconverts to BTC: ensure you update NICE_ADDRESS
1447
1448#NICE_CUCKAROO29
1449NICE_CUCKAROO29_ADDRESS="$NICE_ADDRESS"
1450NICE_CUCKAROO29_POOL="grincuckaroo29.eu.nicehash.com"
1451NICE_CUCKAROO29_PORT="3371"
1452NICE_CUCKAROO29_WORKER="$WORKERNAME"
1453NICE_CUCKAROO29_OPTS=""
1454NICE_CUCKAROO29_POOL_PROTOCOL="stratum+tcp"
1455
1456#NICE_CUCKATOO31
1457NICE_CUCKATOO31_ADDRESS="$NICE_ADDRESS"
1458NICE_CUCKATOO31_POOL="grincuckatoo31.eu.nicehash.com"
1459NICE_CUCKATOO31_PORT="3372"
1460NICE_CUCKATOO31_WORKER="$WORKERNAME"
1461NICE_CUCKATOO31_OPTS=""
1462NICE_CUCKATOO31_POOL_PROTOCOL="stratum+tcp"
1463
1464# NICE_CRYPTONIGHT
1465NICE_CRYPTONIGHT_ADDRESS="$NICE_ADDRESS"
1466NICE_CRYPTONIGHT_POOL="cryptonight.eu.nicehash.com"
1467NICE_CRYPTONIGHT_PORT="3355"
1468NICE_CRYPTONIGHT_WORKER="$WORKERNAME"
1469NICE_CRYPTONIGHT_OPTS=""
1470NICE_CRYPTONIGHT_POOL_PROTOCOL="stratum+tcp"
1471
1472# NICE_CRYPTONIGHTV7
1473NICE_CRYPTONIGHTV7_ADDRESS="$NICE_ADDRESS"
1474NICE_CRYPTONIGHTV7_POOL="cryptonightv7.eu.nicehash.com"
1475NICE_CRYPTONIGHTV7_PORT="3363"
1476NICE_CRYPTONIGHTV7_WORKER="$WORKERNAME"
1477NICE_CRYPTONIGHTV7_OPTS=""
1478NICE_CRYPTONIGHTV7_POOL_PROTOCOL="stratum+tcp"
1479
1480# NICE_CRYPTONIGHTV8
1481NICE_CRYPTONIGHTV8_ADDRESS="$NICE_ADDRESS"
1482NICE_CRYPTONIGHTV8_POOL="cryptonightv8.eu.nicehash.com"
1483NICE_CRYPTONIGHTV8_PORT="3367"
1484NICE_CRYPTONIGHTV8_WORKER="$WORKERNAME"
1485NICE_CRYPTONIGHTV8_OPTS=""
1486NICE_CRYPTONIGHTV8_POOL_PROTOCOL="stratum+tcp"
1487
1488# NICE_CRYPTONIGHTNHEAVY
1489NICE_CRYPTONIGHTNHEAVY_POOL="cryptonightheavy.eu.nicehash.com"
1490NICE_CRYPTONIGHTNHEAVY_PORT="3364"
1491NICE_CRYPTONIGHTNHEAVY_WORKER="$WORKERNAME"
1492NICE_CRYPTONIGHTNHEAVY_OPTS=""
1493NICE_CRYPTONIGHTNHEAVY_POOL_PROTOCOL="stratum+tcp"
1494
1495# NICE_EQUIHASH
1496NICE_EQUIHASH_ADDRESS="$NICE_ADDRESS"
1497NICE_EQUIHASH_POOL="equihash.eu-new.nicehash.com"
1498NICE_EQUIHASH_PORT="3357"
1499NICE_EQUIHASH_WORKER="$WORKERNAME"
1500NICE_EQUIHASH_OPTS=""
1501NICE_EQUIHASH_POOL_PROTOCOL="stratum+tcp"
1502
1503# NICE_ETHASH
1504NICE_ETHASH_ADDRESS="$NICE_ADDRESS"
1505NICE_ETHASH_POOL="daggerhashimoto.usa.nicehash.com"
1506NICE_ETHASH_PORT="3353"
1507NICE_ETHASH_WORKER="$WORKERNAME"
1508NICE_ETHASH_OPTS="" # To mine with claymore add "-esm 3 -allpools 1 -estale 0"
1509NICE_ETHASH_POOL_PROTOCOL="stratum+tcp"
1510
1511# NICE_LYRA2REV2
1512NICE_LYRA2REV2_ADDRESS="$NICE_ADDRESS"
1513NICE_LYRA2REV2_POOL="lyra2rev2.eu.nicehash.com"
1514NICE_LYRA2REV2_PORT="3347"
1515NICE_LYRA2REV2_WORKER="$WORKERNAME"
1516NICE_LYRA2REV2_OPTS=""
1517NICE_LYRA2REV2_POOL_PROTOCOL="stratum+tcp"
1518
1519# NICE_LYRA2REV3
1520NICE_LYRA2REV3_ADDRESS="$NICE_ADDRESS"
1521NICE_LYRA2REV3_POOL="lyra2rev3.eu.nicehash.com"
1522NICE_LYRA2REV3_PORT="3373"
1523NICE_LYRA2REV3_WORKER="$WORKERNAME"
1524NICE_LYRA2REV3_OPTS=""
1525NICE_LYRA2REV3_POOL_PROTOCOL="stratum+tcp"
1526
1527# NICE_MTP
1528NICE_MTP_ADDRESS="$NICE_ADDRESS"
1529NICE_MTP_POOL="mtp.eu.nicehash.com"
1530NICE_MTP_PORT="3374"
1531NICE_MTP_WORKER="$WORKERNAME"
1532NICE_MTP_OPTS=""
1533NICE_MTP_POOL_PROTOCOL="stratum+tcp"
1534
1535# NICE_NEOSCRYPT
1536NICE_NEOSCRYPT_ADDRESS="$NICE_ADDRESS"
1537NICE_NEOSCRYPT_POOL="neoscrypt.eu.nicehash.com"
1538NICE_NEOSCRYPT_PORT="3341"
1539NICE_NEOSCRYPT_WORKER="$WORKERNAME"
1540NICE_NEOSCRYPT_OPTS=""
1541NICE_NEOSCRYPT_POOL_PROTOCOL="stratum+tcp"
1542
1543# NICE_SKUNKHASH
1544NICE_SKUNKHASH_ADDRESS="$NICE_ADDRESS"
1545NICE_SKUNKHASH_POOL="skunk.eu.nicehash.com"
1546NICE_SKUNKHASH_PORT="3362"
1547NICE_SKUNKHASH_WORKER="$WORKERNAME"
1548NICE_SKUNKHASH_OPTS=""
1549NICE_SKUNKHASH_POOL_PROTOCOL="stratum+tcp"
1550
1551# NICE_X11GOST
1552NICE_X11GOST_ADDRESS="$NICE_ADDRESS"
1553NICE_X11GOST_POOL="x11gost.eu.nicehash.com"
1554NICE_X11GOST_PORT="3359"
1555NICE_X11GOST_WORKER="$WORKERNAME"
1556NICE_X11GOST_OPTS=""
1557NICE_X11GOST_POOL_PROTOCOL="stratum+tcp"
1558
1559# NICE_X16R
1560NICE_X16R_ADDRESS="$NICE_ADDRESS"
1561# NICE_X16R_POOL="x16r.eu.nicehash.com"
1562NICE_X16R_POOL="x16r.eu-new.nicehash.com"
1563NICE_X16R_PORT="3366"
1564NICE_X16R_WORKER="$WORKERNAME"
1565NICE_X16R_OPTS=""
1566NICE_X16R_POOL_PROTOCOL="stratum+tcp"
1567
1568# example, adding NICE_NEWALGO:
1569#
1570# # NICE_NEWALGO
1571# NICE_NEWALGO_ADDRESS="$NICE_ADDRESS"
1572# NICE_NEWALGO_OPTS=""
1573# NICE_NEWALGO_POOL="newalgo.eu.nicehash.com"
1574# NICE_NEWALGO_PORT="newalgo port "
1575# NICE_NEWALGO_WORKER="$WORKERNAME"
1576# NICE_NEWALGO_POOL_PROTOCOL="stratum+tcp"
1577#
1578# then search and edit NEWALGO_COINS="...,NICE_NEWALGO"
1579#
1580# NOTE: if you use WTM switching make sure to use as nicehash coin name the NICE_ prefix
1581# followed by the exact name of the algo like named by WTM
1582
1583########################################################
1584# #
1585################ ZPOOL Info ###################
1586# #
1587########################################################
1588
1589## ZPOOL uses your ZPOOL_ADDRESS
1590
1591# ZPOOL_EQUIHASH
1592ZPOOL_EQUIHASH_ADDRESS=$ZPOOL_ADDRESS
1593ZPOOL_EQUIHASH_POOL="equihash.mine.zpool.ca"
1594ZPOOL_EQUIHASH_PORT="2142"
1595ZPOOL_EQUIHASH_WORKER="$WORKERNAME"
1596ZPOOL_EQUIHASH_OPTS=""
1597
1598# ZPOOL_LBRY
1599ZPOOL_LBRY_ADDRESS=$ZPOOL_ADDRESS
1600ZPOOL_LBRY_POOL="lbc.mine.zpool.ca"
1601ZPOOL_LBRY_PORT="3334"
1602ZPOOL_LBRY_WORKER="$WORKERNAME"
1603ZPOOL_LBRY_OPTS=""
1604
1605# ZPOOL_LYRA2V2
1606ZPOOL_LYRA2V2_ADDRESS=$ZPOOL_ADDRESS
1607ZPOOL_LYRA2V2_POOL="lyra2v2.mine.zpool.ca"
1608ZPOOL_LYRA2V2_PORT="4533"
1609ZPOOL_LYRA2V2_WORKER="$WORKERNAME"
1610ZPOOL_LYRA2V2_OPTS=""
1611
1612# ZPOOL_NEOSCRYPT
1613ZPOOL_NEOSCRYPT_ADDRESS=$ZPOOL_ADDRESS
1614ZPOOL_NEOSCRYPT_POOL="neoscrypt.mine.zpool.ca"
1615ZPOOL_NEOSCRYPT_PORT="4233"
1616ZPOOL_NEOSCRYPT_WORKER="$WORKERNAME"
1617ZPOOL_NEOSCRYPT_OPTS=""
1618
1619# ZPOOL_SKEIN
1620ZPOOL_SKEIN_ADDRESS=$ZPOOL_ADDRESS
1621ZPOOL_SKEIN_POOL="skein.mine.zpool.ca"
1622ZPOOL_SKEIN_PORT="4933"
1623ZPOOL_SKEIN_WORKER="$WORKERNAME"
1624ZPOOL_SKEIN_OPTS=""
1625
1626# ZPOOL_SKUNK
1627ZPOOL_SKUNK_ADDRESS=$ZPOOL_ADDRESS
1628ZPOOL_SKUNK_POOL="skunk.mine.zpool.ca"
1629ZPOOL_SKUNK_PORT="8433"
1630ZPOOL_SKUNK_WORKER="$WORKERNAME"
1631ZPOOL_SKUNK_OPTS=""
1632
1633########################################################
1634# #
1635############# MiningPoolHub Info ##############
1636# #
1637########################################################
1638
1639# MPH_EQUIHASH
1640MPH_EQUIHASH_ADDRESS=$MPH_ADDRESS
1641MPH_EQUIHASH_WORKER="$WORKERNAME"
1642MPH_EQUIHASH_POOL="us-east.equihash-hub.miningpoolhub.com"
1643MPH_EQUIHASH_PORT="17023"
1644MPH_EQUIHASH_OPTS=""
1645
1646# MPH_ETHASH
1647MPH_ETHASH_ADDRESS=$MPH_ADDRESS
1648MPH_ETHASH_WORKER="$WORKERNAME"
1649MPH_ETHASH_POOL="us-east.ethash-hub.miningpoolhub.com"
1650MPH_ETHASH_PORT="17020"
1651MPH_ETHASH_OPTS=""
1652
1653# MPH_CRYPTONIGHTV7
1654MPH_CRYPTONIGHTV7_ADDRESS=$MPH_ADDRESS
1655MPH_CRYPTONIGHTV7_WORKER="$WORKERNAME"
1656MPH_CRYPTONIGHTV7_POOL="us-east.cryptonight-hub.miningpoolhub.com"
1657MPH_CRYPTONIGHTV7_PORT="17024"
1658MPH_CRYPTONIGHTV7_OPTS=""
1659
1660# MPH_GRS
1661MPH_GRS_ADDRESS=$MPH_ADDRESS
1662MPH_GRS_WORKER="$WORKERNAME"
1663MPH_GRS_POOL="hub.miningpoolhub.com"
1664MPH_GRS_PORT="17004"
1665MPH_GRS_OPTS=""
1666
1667# MPH_KECCAK
1668MPH_KECCAK_ADDRESS=$MPH_ADDRESS
1669MPH_KECCAK_WORKER="$WORKERNAME"
1670MPH_KECCAK_POOL="hub.miningpoolhub.com"
1671MPH_KECCAK_PORT="17003"
1672MPH_KECCAK_OPTS=""
1673
1674# MPH_LYRA2V2
1675MPH_LYRA2V2_ADDRESS=$MPH_ADDRESS
1676MPH_LYRA2V2_WORKER="$WORKERNAME"
1677MPH_LYRA2V2_POOL="hub.miningpoolhub.com"
1678MPH_LYRA2V2_PORT="17018"
1679MPH_LYRA2V2_OPTS=""
1680
1681# MPH_LYRA2Z
1682MPH_LYRA2Z_ADDRESS=$MPH_ADDRESS
1683MPH_LYRA2Z_WORKER="$WORKERNAME"
1684MPH_LYRA2Z_POOL="us-east.lyra2z-hub.miningpoolhub.com"
1685MPH_LYRA2Z_PORT="17025"
1686MPH_LYRA2Z_OPTS=""
1687
1688# MPH_NEOSCRYPT
1689MPH_NEOSCRYPT_ADDRESS=$MPH_ADDRESS
1690MPH_NEOSCRYPT_WORKER="$WORKERNAME"
1691MPH_NEOSCRYPT_POOL="hub.miningpoolhub.com"
1692MPH_NEOSCRYPT_PORT="17012"
1693MPH_NEOSCRYPT_OPTS=""
1694
1695# MPH_SKEIN
1696MPH_SKEIN_ADDRESS=$MPH_ADDRESS
1697MPH_SKEIN_WORKER="$WORKERNAME"
1698MPH_SKEIN_POOL="hub.miningpoolhub.com"
1699MPH_SKEIN_PORT="17016"
1700MPH_SKEIN_OPTS=""
1701
1702
1703#####################################################################
1704# #
1705# Individual GPU_SPECIFIC Power Limit, Temp and Clock settings #
1706# #
1707#####################################################################
1708
1709# Set individual target temps here if INDIVIDUAL_TARGET_TEMPS="YES"
1710TARGET_TEMP_0=75
1711TARGET_TEMP_1=75
1712TARGET_TEMP_2=75
1713TARGET_TEMP_3=75
1714TARGET_TEMP_4=75
1715TARGET_TEMP_5=75
1716TARGET_TEMP_6=75
1717TARGET_TEMP_7=75
1718TARGET_TEMP_8=75
1719TARGET_TEMP_9=75
1720TARGET_TEMP_10=75
1721TARGET_TEMP_11=75
1722TARGET_TEMP_12=75
1723TARGET_TEMP_13=75
1724TARGET_TEMP_14=75
1725TARGET_TEMP_15=75
1726TARGET_TEMP_16=75
1727TARGET_TEMP_17=75
1728TARGET_TEMP_18=75
1729
1730# Please note that individual clocks and powerlimit settings will be applied to
1731# global base (eventually algo-specific) values as overrides according
1732# to the previously selected OVERCLOCK_MODE / POWERLIMIT_MODE policy.
1733
1734# Set individual powerlimits here if POWERLIMIT_MODE is GPU_SPECIFIC
1735INDIVIDUAL_POWERLIMIT_0=100
1736INDIVIDUAL_POWERLIMIT_1=100
1737INDIVIDUAL_POWERLIMIT_2=100
1738INDIVIDUAL_POWERLIMIT_3=100
1739INDIVIDUAL_POWERLIMIT_4=100
1740INDIVIDUAL_POWERLIMIT_5=100
1741INDIVIDUAL_POWERLIMIT_6=100
1742INDIVIDUAL_POWERLIMIT_7=100
1743INDIVIDUAL_POWERLIMIT_8=100
1744INDIVIDUAL_POWERLIMIT_9=100
1745INDIVIDUAL_POWERLIMIT_10=100
1746INDIVIDUAL_POWERLIMIT_11=100
1747INDIVIDUAL_POWERLIMIT_12=100
1748INDIVIDUAL_POWERLIMIT_13=100
1749INDIVIDUAL_POWERLIMIT_14=100
1750INDIVIDUAL_POWERLIMIT_15=100
1751INDIVIDUAL_POWERLIMIT_16=100
1752INDIVIDUAL_POWERLIMIT_17=100
1753INDIVIDUAL_POWERLIMIT_18=100
1754
1755# Set individual clocks here if OVERCLOCK_MODE is GPU_SPECIFIC
1756__CORE_OVERCLOCK_0=180
1757MEMORY_OVERCLOCK_0=550
1758
1759__CORE_OVERCLOCK_1=180
1760MEMORY_OVERCLOCK_1=550
1761
1762__CORE_OVERCLOCK_2=180
1763MEMORY_OVERCLOCK_2=500
1764
1765__CORE_OVERCLOCK_3=180
1766MEMORY_OVERCLOCK_3=550
1767
1768__CORE_OVERCLOCK_4=100
1769MEMORY_OVERCLOCK_4=100
1770
1771__CORE_OVERCLOCK_5=100
1772MEMORY_OVERCLOCK_5=100
1773
1774__CORE_OVERCLOCK_6=100
1775MEMORY_OVERCLOCK_6=100
1776
1777__CORE_OVERCLOCK_7=100
1778MEMORY_OVERCLOCK_7=100
1779
1780__CORE_OVERCLOCK_8=100
1781MEMORY_OVERCLOCK_8=100
1782
1783__CORE_OVERCLOCK_9=100
1784MEMORY_OVERCLOCK_9=100
1785
1786__CORE_OVERCLOCK_10=100
1787MEMORY_OVERCLOCK_10=100
1788
1789__CORE_OVERCLOCK_11=100
1790MEMORY_OVERCLOCK_11=100
1791
1792__CORE_OVERCLOCK_12=100
1793MEMORY_OVERCLOCK_12=100
1794
1795__CORE_OVERCLOCK_13=100
1796MEMORY_OVERCLOCK_13=100
1797
1798__CORE_OVERCLOCK_14=100
1799MEMORY_OVERCLOCK_14=100
1800
1801__CORE_OVERCLOCK_15=100
1802MEMORY_OVERCLOCK_15=100
1803
1804__CORE_OVERCLOCK_16=100
1805MEMORY_OVERCLOCK_16=100
1806
1807__CORE_OVERCLOCK_17=100
1808MEMORY_OVERCLOCK_17=100
1809
1810__CORE_OVERCLOCK_18=100
1811MEMORY_OVERCLOCK_18=100
1812
1813
1814########################################################
1815# #
1816# ALGO_SPECIFIC Power Limit and Clock settings #
1817# #
1818########################################################
1819
1820# OC settings used according to current mining ALGO
1821
1822# Uppercase algos are those used for single coin mining (no auto switch) and by WTM switcher
1823# Lowercase algos are those used by all salfter-based switchers
1824
1825# For any missing algo settings the following fallback policy is applied:
1826# *_POWERLIMIT_WATTS defaults to global POWERLIMIT_WATTS value
1827# *_*_OVERCLOCK defaults both algo specific OC offsets to 0
1828
1829# Recommended values are for 1060 check http://krypto-mining.blogspot.co.uk/ for other OC values
1830
1831# BITCORE, TIMETRAVEL10
1832BITCORE_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 65
1833BITCORE_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 150
1834BITCORE_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 800
1835
1836# Cryptonight
1837CRYPTONIGHT_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 62
1838CRYPTONIGHT_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 155
1839CRYPTONIGHT_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: -300
1840
1841# CRYPTONIGHTV7
1842CRYPTONIGHTV7_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 62
1843CRYPTONIGHTV7_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 155
1844CRYPTONIGHTV7_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: -300
1845
1846# CRYPTONIGHT HEAVY
1847CRYPTONIGHTHEAVY_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 62
1848CRYPTONIGHTHEAVY_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 155
1849CRYPTONIGHTHEAVY_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: -300
1850
1851# CRYPTONIGHT R
1852CRYPTONIGHTR_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 62
1853CRYPTONIGHTR_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 155
1854CRYPTONIGHTR_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: -300
1855
1856#CUCKAROO29
1857CUCKAROO29_POWERLIMIT_WATTS=100 # Recommended value same as Equihash
1858CUCKAROO29_CORE_OVERCLOCK=0 # Recommended value same as Equihash
1859CUCKAROO29_MEMORY_OVERCLOCK=0 # Recommended value same as Equihash
1860
1861#CUCKATOO31
1862CUCKATOO31_POWERLIMIT_WATTS=100 # Recommended value same as Equihash
1863CUCKATOO31_CORE_OVERCLOCK=0 # Recommended value same as Equihash
1864CUCKATOO31_MEMORY_OVERCLOCK=0 # Recommended value same as Equihash
1865
1866CUCKOOCYCLE_POWERLIMIT_WATTS=100 # Recommended value same as Equihash
1867CUCKOOCYCLE_CORE_OVERCLOCK=0 # Recommended value same as Equihash
1868CUCKOOCYCLE_MEMORY_OVERCLOCK=0 # Recommended value same as Equihash
1869
1870# ENERGI
1871ENERGI_POWERLIMIT_WATTS=100 # Same as Ethash
1872ENERGI_CORE_OVERCLOCK=0 # Same as Ethash
1873ENERGI_MEMORY_OVERCLOCK=0 # Same as Ethash
1874
1875# Equihash
1876EQUIHASH_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 76
1877EQUIHASH_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 150
1878EQUIHASH_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 400
1879
1880# Ethash
1881ETHASH_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 76
1882ETHASH_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1883ETHASH_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 1600
1884
1885# HEX
1886HEX_POWERLIMIT_WATTS=100
1887HEX_CORE_OVERCLOCK=0
1888HEX_MEMORY_OVERCLOCK=0
1889
1890# lyra2v2, Lyura2Rev2
1891LYRA2V2_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 65
1892LYRA2V2_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 160
1893LYRA2V2_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: -1000
1894
1895# LYRA2Z
1896LYRA2Z_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 65
1897LYRA2Z_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 135
1898LYRA2Z_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: -1200
1899
1900# MTP
1901MTP_POWERLIMIT_WATTS=100 # No Recommendations
1902MTP_CORE_OVERCLOCK=0 # No Recommendations
1903MTP_MEMORY_OVERCLOCK=0 # No Recommendations
1904
1905# Neoscrypt
1906NEOSCRYPT_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 80
1907NEOSCRYPT_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 150
1908NEOSCRYPT_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 800
1909
1910# PHI1612
1911PHI1612_POWERLIMIT_WATTS=100 # No recommended value available
1912PHI1612_CORE_OVERCLOCK=0 # No recommended value available
1913PHI1612_MEMORY_OVERCLOCK=0 # No recommended value available
1914
1915# PHI2
1916PHI2_POWERLIMIT_WATTS=100 # No recommended value available
1917PHI2_CORE_OVERCLOCK=0 # No recommended value available
1918PHI2_MEMORY_OVERCLOCK=0 # No recommended value available
1919
1920# Skunk
1921SKUNK_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 78
1922SKUNK_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 150
1923SKUNK_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 1000
1924
1925# X16R
1926X16R_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 65
1927X16R_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1928X16R_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1929
1930# X21S
1931X21S_POWERLIMIT_WATTS=100 # No recommended value available
1932X21S_CORE_OVERCLOCK=0 # No recommended value available
1933X21S_MEMORY_OVERCLOCK=0 # No recommended value available
1934
1935# X22I
1936X22I_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 65
1937X22I_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1938X22I_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1939
1940# Xevan
1941XEVAN_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 65
1942XEVAN_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1943XEVAN_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 600
1944
1945# ZHASH
1946ZHASH_POWERLIMIT_WATTS=100 # No recommended value available
1947ZHASH_CORE_OVERCLOCK=150 # No recommended value available
1948ZHASH_MEMORY_OVERCLOCK=150 # No recommended value available
1949
1950### IGNORE PL & OC SETTINGS BELOW THIS LINE IF YOU DON'T USE ANY SALFTER_* AUTO SWITCHER
1951
1952# Nicehash and MiningPoolHub sometimes use different names fot the same algo. Therefore:
1953# - SALFTER_NICEHASH_SWITCHING matches Nicehash naming convention
1954# - SALFTER_MPH_SWITCHING matches MiningPoolHub naming convention
1955# - SALFTER_PROGRAMATIC_SWITCHING also matches MiningPoolHub convention
1956# For your convenience, the matching naming convention is indicated above each settings block
1957
1958# daggerhashimoto @ NICEHASH
1959daggerhashimoto_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 76
1960daggerhashimoto_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: -200
1961daggerhashimoto_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 1200
1962
1963# lbry @ NICEHASH
1964lbry_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
1965lbry_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1966lbry_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1967
1968# lyra2rev2 @ NICEHASH
1969lyra2rev2_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
1970lyra2rev2_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1971lyra2rev2_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1972
1973# equihash @ NICEHASH & MININGPOOLHUB
1974equihash_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 76
1975equihash_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 150
1976equihash_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 400
1977
1978# neoscrypt @ NICEHASH & MININGPOOLHUB
1979neoscrypt_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 80
1980neoscrypt_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 150
1981neoscrypt_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 800
1982
1983# cryptonight_monero @ MININGPOOLHUB
1984cryptonight_monero_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 62
1985cryptonight_monero_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 155
1986cryptonight_monero_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: -300
1987
1988# ethash @ MININGPOOLHUB
1989ethash_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 76
1990ethash_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: -200
1991ethash_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 1200
1992
1993# groestl @ MININGPOOLHUB
1994groestl_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
1995groestl_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1996groestl_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
1997
1998# keccak @ MININGPOOLHUB
1999keccak_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
2000keccak_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2001keccak_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2002
2003# lyra2re2 @ MININGPOOLHUB
2004lyra2re2_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
2005lyra2re2_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2006lyra2re2_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2007
2008# myriad_groestl @ MININGPOOLHUB
2009myriad_groestl_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
2010myriad_groestl_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2011myriad_groestl_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2012
2013# qubit @ MININGPOOLHUB
2014qubit_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
2015qubit_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2016qubit_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2017
2018# scrypt @ MININGPOOLHUB
2019scrypt_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
2020scrypt_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2021scrypt_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2022
2023# sia @ MININGPOOLHUB
2024sia_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
2025sia_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2026sia_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2027
2028# skein @ MININGPOOLHUB
2029skein_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
2030skein_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2031skein_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2032
2033# x11 @ MININGPOOLHUB
2034x11_POWERLIMIT_WATTS=100 # Recommended value for some GTX-1060: 120
2035x11_CORE_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2036x11_MEMORY_OVERCLOCK=0 # Recommended value for some GTX-1060: 100
2037
2038################################################################
2039# #
2040# AUTOMATIC PROFIT-BASED MINING SWITCHERS #
2041# #
2042################################################################
2043
2044
2045## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
2046# papampi WTM_SWITCHING / PROFIT_CHECK settings #
2047## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
2048
2049WTM_PROFIT_CHECK="NO" # whattomine.com Profit check for webinfo, only use if AUTO_SWITCH is not WTM_SWITCHING
2050
2051# note!! all selected COINS must HAVE ADDRESSES in the coin section (no need for address if switch=no and profit=yes )
2052# select which coins you want to mine or check profit (profit switch only using this list of coins) it will auto switch/check profit of your COIN selection from this list using whattomine.com
2053
2054WTM_AUTO_SWITCH_COINS="NICE_X16R;NICE_MTP;NICE_LYRA2REV3;NICE_EQUIHASH" # Coins to check profit or make the switch with format "ZEC;ETH;ETC;XMR"
2055
2056WTM_AUTO_SWITCH_SYNC_INTERVAL="3" # Time to sync with WTM for best coin, minimum 3 minutes.
2057
2058WTM_PROFIT_CHECK_INTERVAL="30" # interval between checking profit for web info
2059
2060WTM_MIN_DIFFERENCE="6" # Mininumum difference in percent when switch to new coin, to prevent too many switches.
2061
2062WTM_MINIMUM_MINING_TIME="1800" # Minimum mining time (seconds) before checking and switching to prevent fast switches.
2063
2064WTM_LOWER_MIN_DIFFERENCE="3" # When Minimum Mining time passed, next top coin will switch with lower difference
2065
2066WTM_FORCE_SWITCH="8" # If profit gain is more than this value make the switch and dont wait for minimum mining time.
2067
2068WTM_CURRENCY="RUB" # USD, AUD, BRL, CAD, CHF, CLP, CNY, DKK, EUR, GBP, HKD, INR, ISK, JPY, KRW, NZD, PLN, RUB, SEK, SGD, THB, TWD
2069
2070#Read below for how to change the url
2071#WTM_AUTO_SWITCH_URL="https://whattomine.com/coins.json?utf8=%E2%9C%93&adapt_q_280x=0&adapt_q_380=0&adapt_q_fury=0&adapt_q_470=0&adapt_q_480=3&adapt_q_570=0&adapt_q_580=0&adapt_q_vega56=0&adapt_q_vega64=0&adapt_q_750Ti=0&adapt_q_1050Ti=0&adapt_q_10606=4&adapt_10606=true&adapt_q_1070=0&adapt_q_1070Ti=0&adapt_q_1080=0&adapt_q_1080Ti=0&adapt_q_2080=0ð=true&factor%5Beth_hr%5D=90.0&factor%5Beth_p%5D=360.0&zh=true&factor%5Bzh_hr%5D=108.0&factor%5Bzh_p%5D=360.0&cns=true&factor%5Bcns_hr%5D=2360.0&factor%5Bcns_p%5D=280.0&cnh=true&factor%5Bcnh_hr%5D=2360.0&factor%5Bcnh_p%5D=280.0&cn7=true&factor%5Bcn7_hr%5D=2080.0&factor%5Bcn7_p%5D=280.0&cn8=true&factor%5Bcn8_hr%5D=2080.0&factor%5Bcn8_p%5D=280.0&lre=true&factor%5Blrev2_hr%5D=106000.0&factor%5Blrev2_p%5D=360.0&ns=true&factor%5Bns_hr%5D=2720.0&factor%5Bns_p%5D=360.0&tt10=true&factor%5Btt10_hr%5D=62.0&factor%5Btt10_p%5D=360.0&x16r=true&factor%5Bx16r_hr%5D=36.0&factor%5Bx16r_p%5D=360.0&l2z=true&factor%5Bl2z_hr%5D=8.4&factor%5Bl2z_p%5D=360.0&phi2=true&factor%5Bphi2_hr%5D=15.6&factor%5Bphi2_p%5D=360.0&xn=true&factor%5Bxn_hr%5D=9.2&factor%5Bxn_p%5D=360.0&hx=true&factor%5Bhx_hr%5D=30.0&factor%5Bhx_p%5D=360.0&phi=true&factor%5Bphi_hr%5D=54.0&factor%5Bphi_p%5D=360.0&ppw=true&factor%5Bppw_hr%5D=31.2&factor%5Bppw_p%5D=360.0&factor%5Bcost%5D=0.0&sort=Profit&volume=0&revenue=current&factor%5Bexchanges%5D%5B%5D=&factor%5Bexchanges%5D%5B%5D=binance&factor%5Bexchanges%5D%5B%5D=bitfinex&factor%5Bexchanges%5D%5B%5D=bittrex&factor%5Bexchanges%5D%5B%5D=cryptobridge&factor%5Bexchanges%5D%5B%5D=cryptopia&factor%5Bexchanges%5D%5B%5D=exmo&factor%5Bexchanges%5D%5B%5D=hitbtc&factor%5Bexchanges%5D%5B%5D=poloniex&factor%5Bexchanges%5D%5B%5D=yobit&dataset=Main&commit=Calculate"
2072
2073WTM_AUTO_SWITCH_URL="https://whattomine.com/coins.json?utf8=%E2%9C%93&adapt_q_380=0&adapt_q_fury=0&adapt_q_470=0&adapt_q_480=3&adapt_q_570=0&adapt_q_580=0&adapt_q_vega56=0&adapt_q_vega64=0&adapt_q_1050Ti=0&adapt_q_10606=4&adapt_10606=true&adapt_q_1070=0&adapt_q_1070Ti=0&adapt_q_1080=0&adapt_q_1080Ti=0&adapt_q_1660=0&adapt_q_1660Ti=0&adapt_q_2060=0&adapt_q_2070=0&adapt_q_2080=0&adapt_q_2080Ti=0ð=true&factor%5Beth_hr%5D=90.00&factor%5Beth_p%5D=360.00&zh=true&factor%5Bzh_hr%5D=130.00&factor%5Bzh_p%5D=360.00&cnh=true&factor%5Bcnh_hr%5D=2360.00&factor%5Bcnh_p%5D=280.00&cn8=true&factor%5Bcn8_hr%5D=2080.00&factor%5Bcn8_p%5D=320.00&cnr=true&factor%5Bcnr_hr%5D=1560.00&factor%5Bcnr_p%5D=280.00&cnf=true&factor%5Bcnf_hr%5D=4000.00&factor%5Bcnf_p%5D=280.00&eqa=true&factor%5Beqa_hr%5D=480.00&factor%5Beqa_p%5D=360.00&cc=true&factor%5Bcc_hr%5D=13.20&factor%5Bcc_p%5D=360.00&cr29=true&factor%5Bcr29_hr%5D=12.00&factor%5Bcr29_p%5D=360.00&eqb=true&factor%5Beqb_hr%5D=54.00&factor%5Beqb_p%5D=360.00&ns=true&factor%5Bns_hr%5D=2720.00&factor%5Bns_p%5D=360.00&bcd=true&factor%5Bbcd_hr%5D=47.20&factor%5Bbcd_p%5D=360.00&tt10=true&factor%5Btt10_hr%5D=67.20&factor%5Btt10_p%5D=360.00&x16r=true&factor%5Bx16r_hr%5D=37.60&factor%5Bx16r_p%5D=360.00&l2z=true&factor%5Bl2z_hr%5D=8.40&factor%5Bl2z_p%5D=360.00&phi2=true&factor%5Bphi2_hr%5D=16.80&factor%5Bphi2_p%5D=360.00&xn=true&factor%5Bxn_hr%5D=9.20&factor%5Bxn_p%5D=360.00&hx=true&factor%5Bhx_hr%5D=36.00&factor%5Bhx_p%5D=360.00&phi=true&factor%5Bphi_hr%5D=62.00&factor%5Bphi_p%5D=360.00&ppw=true&factor%5Bppw_hr%5D=29.20&factor%5Bppw_p%5D=360.00&x22i=true&factor%5Bx22i_hr%5D=23.20&factor%5Bx22i_p%5D=360.00&mtp=true&factor%5Bmtp_hr%5D=4.40&factor%5Bmtp_p%5D=360.00&lrev3=true&factor%5Blrev3_hr%5D=106.00&factor%5Blrev3_p%5D=360.00&factor%5Bcost%5D=0.0&sort=Profitability24&volume=0&revenue=24h&factor%5Bexchanges%5D%5B%5D=&factor%5Bexchanges%5D%5B%5D=binance&factor%5Bexchanges%5D%5B%5D=bitfinex&factor%5Bexchanges%5D%5B%5D=bittrex&factor%5Bexchanges%5D%5B%5D=cryptobridge&factor%5Bexchanges%5D%5B%5D=exmo&factor%5Bexchanges%5D%5B%5D=gate&factor%5Bexchanges%5D%5B%5D=hitbtc&factor%5Bexchanges%5D%5B%5D=ogre&factor%5Bexchanges%5D%5B%5D=poloniex&dataset=Main&commit=Calculate"
2074
2075## Go to [ https://whattomine.com/coins ] select your cards, hash rate, power, algos, exchanges, ...
2076# Set "Sort by" and "Difficulty for Revenue" to "Current profit" and "Current dificulty" ... "last 24, 3 days,... " are not good for auto switch.
2077# Click calculate, and wait for page to load, copy the new url and add .json to /coins at the begining of the url.
2078# like this " https://whattomine.com/coins.json?utf8=✓&adapt....."
2079# Above url is for 6x1060
2080
2081
2082## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
2083# All SALFTER_*_SWITCHING settings #
2084## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
2085
2086# Change this url to one you use for your own
2087PROGRAMATIC_SWITCH_CONFIG_JSON_URL="https://pastebin.com/dl/eLU4B8rK"
2088
2089CURRENCY=USD
2090
2091POWER_COST=0.10
2092
2093MINIMUM_PROFIT=0.0
2094
2095MPH_USERNAME="$MPH_ADDRESS"
2096
2097PAYMENT_ADDRESS="$NICE_ADDRESS"
2098
2099WORKER_NAME="$WORKERNAME"
2100
2101PROFIT_CHECK_TIMEOUT=600
2102
2103# ENSURE YOU USE MINER_TEMP_CONTROL for fanspeed with salfter switcher
2104
2105########################################################
2106# #
2107# Telegram settings #
2108# #
2109########################################################
2110
2111# The Telegram service can periodically send Telegram messages with the status of your rig.
2112# Please watch kk003's video tutorial how to create a telegram bot and get Api Key + User Id:
2113# https://youtu.be/HS7Q1zH00bs
2114# If You set telegram to "NO" but add CHATID and API, you will only get notifications from system.
2115
2116TELEGRAM_MESSAGES="YES" # YES or NO # Set to YES if you want to receive Telegram Periodic Messages
2117
2118TELEGRAM_ALERTS="YES" # YES or NO # Set to No if you Dont want to get Telegram Alerts on warnings
2119
2120TELEGRAM_TYPE="papampi" # kk003 or papampi or damNmad or BaliMiner # There are 4 versions. Please choose one
2121
2122TELEGRAM_TIMEOUT_IN_MINUTES="60" # timeout
2123
2124TELEGRAM_CHATID="386383272" # Enter your Chat ID here
2125
2126TELEGRAM_APIKEY="442641364:AAGBGufFEijxqaA3FqI7beJW_Yzt8g5ZW7U" # Enter your API Key here