Post
Topic
Board Mining (Altcoins)
Re: How do you get 100 % uptime for your GPUs?
by
darkenedsoul
on 12/07/2017, 21:11:52 UTC
I have Windows 7 for mining but there are always some problems like freezing, ethminer/zecminer/etc. stopped working and many other problems. That´s why I wanted to know how to get 100 % uptime (it is annoying to restart them).

Is it possible to autostart the computer and autostart the mining bat EVEN when the miner is freezing or crashing? What is your trick? Thanks a lot.

go to the start menu and type shell:startup. Create a shortcut to the .bat file, and stick it in this folder. This will make the bat run automatically on startup.

You can also add an infinite loop to your .bat file

Example:

:Start
miner.exe -u ogiherogiheroiwhroh etc. blah blah blah
goto Start

This will make the miner keep opening upon crashing. Hope this helps..

PS, if you want it to run invisibly on startup, create a VBS file that launches the bat, and stick a shortcut of that file in shell:startup  Grin