well) i just find a decision) it s not beautiful but hope it works) i just made one bat file to start miner and another one that counting down 15 minutes (for example) and killing miner process in task manager/waiting for couple seconds and starts first bat again in new cli window) and starts counting again. this rough thing hope will help from hanging and other problems)
Do you mind sharing the codes here?
@echo on
:start
Timeout /T 900
Taskkill /IM coolMiner-x64.exe /F
Timeout /T 5
Start "miner" cmd /c *.bat
Timeout /T 5
goto start
PS - put this batch to the same folder as miner and its bat. better put folder in c:\ (root of C) for no mistaking/long path to file. * = name of your start bat. first time i start original bat and just after - this bat. after this it all goes without your help ;-)