Author

Topic: How to Auto Configure NVIDIA Card Overclock and Power and Awesome Miner (Read 109 times)

jr. member
Activity: 138
Merit: 2
Globalcurrency -100% backed by gold
Hello here,

I Little tutorial to auto-Overclock and Set the max power of your NVIDIA Cards

1) First grab nvoc.exe from here => https://github.com/deathcamp/NVOC
2) Put it in C:\Program Files\NVIDIA Corporation\NVSMI

Parameters to change inside the file
Nvoc 1st parameter is : GPU overclock (min -200)
Nvoc 2cd parameter is : Memory Overclock
Take care because at home, every value is doubled (-200 equal at -400 gpu clock)
nvidia-smi.exe -pl 100 (Wattage Max you want the cards to use)

3) Create a file call NVIDIA - ETH.bat and put this text inside
******************************************
cd "C:\Program Files\NVIDIA Corporation\NVSMI"
nvoc -200 320
nvidia-smi.exe -pl 100
******************************************

4) Create a file call N-ETH.vbs and paste this inside ( Change "C:\Users\Bruno\Desktop" to the NVIDIA - ETH.bat path )
******************************************
Set UAC = CreateObject("Shell.Application")
UAC.ShellExecute "C:\Users\Bruno\Desktop\NVIDIA - ETH.bat", "", "", "runas", 1
******************************************

5) Change the Control User (to not need to validate the lunch each time) but can be use by malicious program. So just do it on your Mining Rigs - And don't put anything on these mining Rigs (No sensible data)



6) When you click on N-ETH.vbs it will lunch the NVIDIA - ETH.bat with Adminstrator Privilege (need it to set the wattage max by nvidia-smi.exe)

7) Lunch the N-ETH.vbs everytime you begin mining ETH. Sure you now understand, how to make same pair files for others configs.

I use Awesome Miner for my rigs, and to lunch N-ETH.vbs  everytime before mining ETH, you need to do this

1) Edit your Miner Profile



Then



Enjoy !

Jump to: