Dok, heeelp!
I still can't get the miner to restart windows when one card goes off (0 h/s). Miner restarts itself and freezes on initialising kernels.
start.bat
start SRBMiner-CN.exe --config configv7.txt --pools poolsocn.txt --usealgoswitching --sendallstales
config
{
"cryptonight_type" : "normalv7",
"intensity" : 112,
"worksize" : 16,
"double_threads" : true,
"min_rig_speed" : 3800,
"min_rig_speed_duration" : 30,
"retry_time" : 1,
"reboot_script" : "reboot-windows.bat",
}
reboot-windows.bat
shutdown.exe /r /t 3
algos
{
"algos" :
[
{
"algo" : "normalv7",
"config" : "configv7.txt",
"pools" : "poolsocn.txt",
"hashrate" : 3850,
"startup_script": "restart_gpu.bat"
},
{
"algo" : "heavy",
"config" : "confighv.txt",
"pools" : "poolsocnhv.txt",
"hashrate" : 3100,
"startup_script": "restart_gpu.bat"
},
{
"algo" : "haven",
"config" : "confighav.txt",
"pools" : "poolsocnhv.txt",
"hashrate" : 3100,
"startup_script": "restart_gpu.bat"
},
{
"algo" : "bittubev2",
"config" : "configbt.txt",
"pools" : "poolsocnhv.txt",
"hashrate" : 3100,
"startup_script": "restart_gpu.bat"
}
]
}
How it works? When miner decides to restart itself and when to restart windows? I don't get it