Firstly I'd just like to say, great job I really appreciate the time you put into this and thanks for sharing.
I'm having an issue where I can't get the cards to overclock, smi reports that the powerlimit is set as wanted at 165 through OneBash but the draw wattage just doesn't move just stays stuck around 150w. Clock and memory is set as per your guidance +100 core, +600 mem.
Board is ASUS H270 Prime Plus with 6 x EVGA GTX1070 SC, dual mining ETH+SC
Any help you could offer would be greatly appreciated, loving the plug and play aspect of it, will really help with getting some friends going.
Thanks!
Sometimes, especially with initial boot; a powerlimit will not set as intended. This may be due to using a slow usb, dos2unix taking longer than expected to close, or Ubuntu installing security updates. It is also possible to set a powerlimit that is outside of the cards acceptable range for a powerlimit; in which case it will not implement any powerlimit dispite displaying the command.
To manually implement a powerlimit:
Press f12 to open the guake terminal; if cpuminer is running open another tab or press ctrl + c to stop the process and enter:
sudo nvidia-smi -pl 165
you will then be prompted for the password: miner1
this should attempt to implement the command for each card. You will see a message for each card listing its previous powerlimit and its new one. If you have selected a powerlimit that is outside of the acceptable range smi will indicate this.
Generally if you are having trouble with oneBash implementing a powerlimit: I recommend changing:
INDIVIDUAL_POWERLIMIT="YES"
in addition to:
POWERLIMIT="YES"
and then ensuring you enter the desired wattage for the global powerlimit and each of your cards individual powerlimits.
Even with a slow usb this should ensure the proper setting of a powerlimit.