Activates new power-efficient kernels for AMD RX460/470/480/560/570/580. They aren't faster than the normal kernels (in most cases are slightly slower but not always) but should lower your power consumption by 2-3 W per card (RX570). Whether they are more optimal for you depends on the price of electricity and the settings of your cards. Please note that you have to run auto-tune again to find the optimal GT settings for these kernels as they are different from the normal kernels.
Do i need to kick out -gt 11 command from bat file if i want to use this new green kernel?
The green kernels can be used only on some gpus by specifying -clgrean for each gpu individually: for example -clgreen 1,1,0,0,0 will run the green kernels only on the first two GPUs in five GPU rig.
If i got rig with 5 cards (1-4 AMD and 5 Nvidia) what should i write in bat file? -clgreen 1,1,1,1,0 or -clgreen 1,1,1,1
Thanks.
-rmode Selects the restart mode when a GPU crashes or freezes:
0: disabled - miner will shut down instead of restarting
1: restart with the same command line options - this is the default
2: reboot (shut down miner and execute reboot.bat)
Is it possible to add rmode which will reboot PC instead of miner (want to use wdog if one cart will stuck)? Or maybe i can just put "shutdown /r /o /t 0" in reboot.bat file?