Hello!👋🏻 How can we help?

This field can contain only letters and spaces.

Main miners’ settings

June 29, 2022, 1:06 p.m.

Our article "Mining settings" describes miner settings, why you need them, and how to apply them in Kryptex. Now, we'll look at the most popular settings you might need.

If you want to overclock your GPU with miners’ commands, ensure that overclocking in third-party programs (MSI Afterburner, AMD Control Center, etc.) is disabled or set to factory settings. If not, the commands might not work, or your PC will freeze.

Phoenix miner

-straps 1 — this command is similar to the ETHlargementPill’s action but suitable for all Nvidia 1000 Series GPUs starting with GTX 1060. The intensity is set by 1...6 for Nvidia cards, or 1...5 for AMD Vega cards. To apply this command, you might need to reduce the overclocking of your graphics card.

-powlim -25 — sets the GPU power consumption limit in percent, ranging from -75...75

-cclock 1100 — sets the core frequency in MHz. For Nvidia GPUs, set the deviation, for example, -300 or +400.

-cvddc 850 — sets the core voltage in mV. For Nvidia graphics cards sets, the deviation, e.g., -300 or +400

-mclock 5000 — sets the memory frequency in MHz.

-fanmin 50 — sets minimum fan speed in %

-fanmax 80 — sets the maximum fan speed in %

If you need multiple commands, set them in a line, separated by a space, for example:

-straps 1 -powlim -25 -cclock -250 -mclock 5000

This means: applying straps, reducing GPU consumption by 25%, reducing the maximum core frequency by 250 MHz, set the memory frequency to 5000 MHz.

If you have multiple graphics cards, separate the commands for each one with a comma (no spaces) in the order you have them in Kryptex:

-straps 1,0 -powlim -25,-35 -cclock -250,-200 -mclock 7000,7500

Trex miner

--mt 1 — the command is similar to the pill's action but is suitable for all Nvidia 1000 Series GPUs, starting with GTX 1060. Intensity is set by 1...6. To apply this setting, you might need to reduce overclocking of the graphics card.

--pl 70 — sets GPU card power consumption limit in percent.

--fan 70 — sets the fan speed in % in the range of 0...100.

--lock-cclock 1000 — sets core frequency in MHz

--clock -200 — sets the deviation by which the core frequency should be changed in MHz (with - in front of the number — decrease; without it — increase).

--mclock 1000 — specifies the deviation by which the memory frequency should be changed in MHz (with -before the number — decrease; without it — increase).

--lock-cv 850 — sets core voltage in mV.

If you have multiple settings, put them on a line separated by a space, e.g.:

--mt 1 --pl 70 --lock-cclock 1000 --mclock 1000

This means: applied mt, set GPU consumption limit of 70%, fixed core frequency at 1000 MHz, increased memory frequency but 1000 MHz.

If you have multiple graphics cards, separate the settings for each one with a comma (no spaces) in the order you have them in Kryptex:

--mt 1,0 --pl 70,75 --lock-cclock 1000,1100 --mclock 1000,1200

Gminer

--mt 1 — the command is similar to the pill's action but is suitable for all Nvidia 1000 Series GPUs, starting with GTX 1060. Intensity is set by 1...6. To apply this setting, you might need to reduce overclocking of the graphics card.

--pl 70 — sets GPU card power consumption limit in percent.

--fan 70 — sets the fan speed in % in the range of 0...100.

--lock_cclock 1000 — sets core frequency in MHz

--clock -200 — sets the deviation by which the core frequency should be changed in MHz (with - in front of the number — decrease; without it — increase).

--mclock 1000 — specifies the deviation by which the memory frequency should be changed in MHz (with -before the number — decrease; without it — increase).

--lock_voltage 850 — sets core voltage in mV.

If you have multiple settings, put them on a line separated by a space, e.g.:

--mt 1 --pl 70 --lock_cclock 1000 --mclock 1000

This means: applied mt, set GPU consumption limit of 70%, fixed core frequency at 1000 MHz, increased memory frequency but 1000 MHz.

If you have multiple graphics cards, separate the settings for each one with spaces in the order you have them in Kryptex:

--mt 1 0 --pl 70 75 --lock_cclock 1000 1100 --mclock 1000 1200

NBMiner

-mt 1 — is similar to the ETHlargementPill’s action but suitable for all Nvidia 1000 Series GPUs starting with GTX 1060. Intensity is set by 1...6. To apply this command, you may need to reduce overclocking of the graphics card.

-pl 70% — sets the power consumption limit of the graphics card in percent for Windows, or in watts in the format -pl 200.

-fan 70 — sets the fan speed in % in the range of 0 ... 100.

-cclock -200 — specifies the deviation by which the core frequency should be changed in MHz (with - sign in front of the number — decrease; without it — increase).

-mclock 1000 — specifies the deviation by which the memory frequency should be changed in MHz (with - before the number - decrease; without it — increase).

-lock-cv 850 - specifies the core voltage in mV.

If you have several commands, put them in a line separated by a space, e.g.:

-mt 1 -pl 70% -cclock -200 -mclock 1000

This means: applying mt, setting the GPU consumption limit to 70%, reducing core frequency by 200 MHz, increase memory frequency by 1000 MHz.

If you have multiple graphics cards, separate the commands for each one with a comma (no spaces) in the order you have them in Kryptex:

-mt 1,0 -pl 70%,75% -cclock -200,-250 -mclock 1000,1200

Teamred miner

--clk_core_mhz=1000 — sets the core frequency after the = sign in MHz.

--clk_core_mv=850 — sets the core voltage after the = sign in mV.

--clk_mem_mhz=1100 — sets the memory frequency after the = sign in MHz.

--clk_mem_mv=950 — sets memory voltage after the = sign in mV. Not suitable for RX 5000 Series and RX 6000 Series graphics cards

--clk_timing=1 — sets memory timing level after the = sign. It may be factory set (unset), 1, or 2. It does not work with all GPUs and drivers! If successful, it may help to get more mega hashes.

If you have multiple settings, set them in a line, separated by a space, e.g:

--clk_core_mhz=1100 --clk_core_mv=875 --clk_mem_mhz=1107 --clk_mem_mv=875 --clk_timing=1

It means: set core frequency at 1100 MHz, set the fixed core voltage at 875 mV, fixed memory frequency at 1107 MHz, set memory voltage at 875 mV, and applied Level 1 memory timings.

If you have several GPUs, separate the settings for each one with a comma (no spaces), in the order you have them in Kryptex. If your GPU does NOT need to set a value, or does NOT support it, leave just a comma:

--clk_core_mhz=1100,1000,1275,1000 --clk_core_mv=875,850,725,675 --clk_mem_mhz=1107,2100,1820,2130 --clk_mem_mv=875,850,, --clk_timing=,,,1

🤯Too complicated?

Tell us what settings you want to apply and what miner you going to use. Our friendly community and professional support will be happy to help you!

Contact us via website support, the private message on Telegram, or ask for help at our Discord.

This article is available in other languages:

Share:

Dead-PC

Kryptex is a desktop application. Download the app to your PC after signing up.

Register