Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support
by
dopper
on 13/08/2018, 10:47:40 UTC
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
Quote
start SRBMiner-CN.exe --config configv7.txt --pools poolsocn.txt --usealgoswitching --sendallstales

config
Quote
{
"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
Quote
shutdown.exe /r /t 3

algos
Quote
{
"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