Skip to main content

Setting up a self maintaining miner (Windows GPU CPU miner)

Problem

I run a 125MH/s ETH GPU mining rig but I was having issues where it would restart intermittently and when it would come back online it would obviously stop mining and i would lose mining time because of it.

Solution


  • Automatic restart 
  • Run your miner automatically on startup
This is actually a very simple way to keep your miner in check so you don't encounter much or any down time. As an added bonus, it's very simple to set up.

Automatic restart

Search for "task scheduler" in your windows search bar and open it.




Now select "Create Task..." from the right side panel. Give your task a name and check the "run with highest privileges" checkbox






Go to the "Triggers" tab and click the "New..." button. Here you should select "Daily" and select a date and time you would like this task to be run. Once you're done with your selection, click "OK"





Go to the "Actions" tab and click the "New..." button. Type "shutdown" in the program/script field and "/r" in the "Add arguments" field. "/r" as an argument will make your miner restart as opposed to just shutting down, so it's very important you add this. Once you're done, click "OK"



There we go, so now just hit "OK" and your automatic restart is all set. All we need to do now is have your miner start mining automatically when it's turned on.

Run your miner automatically on startup

Create a shortcut of your mining .bat file




Navigate to your windows startup folder which is something like"C:\Users\<yourusername>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup".



Now just copy over your miner shortcut you just made into the startup folder.



Conclusion

So there we have it, following this example, your miner should restart once a day and on bootup start your miner program automatically. I would recommend doing a manual reboot now just to ensure your program starts up as expected.

Comments

Popular posts from this blog

Antminer S3 Setup Guide & Review

Overview This is for the Antminer S3 , mine are batch 11. So to get started, the units are very nicely made from my experience, and actually not too bad to get started with. You're going to need your miner, a PSU (power supply unit, like the one in your PC) and an Ethernet cord. S3+ Specifications: Hash Rate: 453 GH/s±5% with great OC potential   Power Consumption: 355 Watt at the wall    Power Efficiency: 0.78J/GH on wall   Power Supply: 12V DC Size:  331 mm x 137 mm x 160 mm  Fans: Two 14038 fans mounted on both front and back ends   Operating Temperature: 0 °C to 35 °C   Complied with: FCC / CE Network Connection: Ethernet   Power consumption: This figure depends on the PSU efficiency, ambient temperature and the accuracy of the power meters. Step One: Network Let's prepare your network. You need to have your routers IP address to look something like 192.168.1.X. The x can be reall...

PoolWarz SHA-256 Auto-switching

What Is Pool Warz? PoolWarz is a pool (with a collection of different mine able coins) that has a little bit of a different approach to the set up of your miners. Creators of this site also bring you CoinWarz , and RigWarz , now have their own pool, they're not linked to one another however. Within PoolWarz , when you create a worker, you only point your hardware at one URL, as opposed to multiple different URLs for separate coins. At anytime you can alter what coin this worker is mining by changing where it's pointer (or "assigned" to ) on your dashboard in your PoolWarz account. Subscription There is an option to pay a monthly subscription fee to PoolWarz for a 0% fee (as opposed to their standard 2% fee) and also getting the ability for "auto-switching". If you've been mining for a while, you'll know the concept of "auto-switching" because it's the same as a multipool basically, except you keep all the coins you mine. ...

MinerGate

MinerGate is very interesting Mining pool with it's own mining software AND web mining (something that I've personally never seen). It is primarily used for mining cryptonote coins. If you have a slower CPU/GPU machine, it might be something you can get a reasonable yield out of. With much lower global hash rates, you have less competition for shares. Some cryptonotes have to be exchanged into a different coin before bitcoin but some like BCN can be exchanged straight into BTC (if that's what you're looking to do). Start Mining Simply download their GUI miner, and you can start at least mining with your CPU almost instantly. The second route is to navigate to their home page and scroll down past their GUI and download their open sourced mining software (if you dont like using these, just stick with the GUI). Fairly easy to set up, they're basically plug and play. Here's a simple set up for the  Claymore CryptoNote GPU : setx GPU_MAX_ALLOC_PERCENT...