When the process is off, it works perfectly, but when it crashes, the process continues to run until the application closes(click botton close).
Is there any way to put in windows 10, that if the application closes automatically? without having to press the close button to kill the .exe process? Forgive my English.
Because some reported 'random miner crashes not related to gpu crashes', i made a little tool as a workaround, until i find the bug(s) and fix them.
This tool serves as a replacement for scripts you can set up to monitor the miner process and start it if it's not running.
SRB-RESTARTEROnly 3 parameters :
--interval value_in_seconds [def. is 10]
Specifies how often to check is the SRBMiner process running
--instance number
Use it if you run multiple SRBMiner instances on the same machine, example is below
You must use the following file naming :
SRBMiner-CN-n.exe where n is the instance number
--run filename [name of .bat file to run]
Name of .bat you want to run if SRBMiner process in not running
Note:
Miner is considered 'not running' after 2 checks!
Examples:
1.
SRB-Restarter.exe
[This will set interval to 10 seconds, and start.bat if SRBMiner process is not running. It will monitor for a process named SRBMiner-CN.exe]
2.
SRB-Restarter.exe --interval 5 --run turtle-coin.bat
[This will set interval to 5 seconds and run turtle-coin.bat if SRBMiner process is not running. It will monitor for a process named SRBMiner-CN.exe]
3.
SRB-Restarter.exe --interval 30 --run start-heavy.bat --instance 1
[This will set interval to 30 seconds and run start-heavy.bat if SRBMiner process is not running. It will monitor for a process named SRBMiner-CN-1.exe]
If you copy the whole folder from the .zip into SRBMiner folder, you have an example
SRB-Restart.bat inside that will check for the SRBMiner-CN.exe process every 5 seconds, and run start.bat that is in the main miner folder (that's why the '..\start.bat', it means one level back).
Link is on the first page or
HERE