Keep your mining software up and running
__
How to use the MinerControl
- Download the batch file from the github and place it to the same folder as your miner .exe file
- Right-click the file and select 'edit'
- Edit the user settings
::USER SETTINGS minerProcess=ccminer.exe > Process name of your miner software (you can find it out in the Task Manager) checkDelay=10 > Delay (approx) between checks (can be low) in seconds resetFreq=1 > Delay (approx) between miner restarts in minutes (0=never)
Don't forget to change the START command with your miner settings!!
e.g. your previous miner command was '%minerProcess% -o stratum+tcp://ip.xx:PORT -u address -p x'
new line will be START %minerProcess% -o stratum+tcp://ip.xx:PORT -u address -p x