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

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. ...

Mine X11 coins using Ubuntu

I recently reformatted my computer and decided to try out Ubuntu as my OS. I'm pretty new with a lot of Ubuntu but I decided to figure out how to mine using the .sh files as opposed to the .bat files used on windows OS's. To help other miners through this process, i'm hosting some files in my DB account that you can use as a boiler plate. Mining software files are here . Download and extract. Alter these .sh files with your credentials. Run scripts by goingto their directory and typing ./mine.sh and ./minecpu.sh in separate terminals And there you have it, It's that easy! You'll be mining in seconds.

Shift Payments Mobile App - Android

As you know, I just got a Bitcoin credit card from Shift Payments which i reviewed a few days ago here . Overview I love the card, and a mobile app for a product like this, in my opinion, is a must. The application is pretty handy and basically takes the place of any kind of website account / web-app. The app is for both iOS and Android devices, I'll be using the Android app. Boot screen Something that a lot of apps seem to forget, that Shift  hasn't, is above all keep it simple. The app has a clean simple design that makes it very easy to navigate and consume the functionality within. Wallets & Accounts Accounts screen With the ability to add and remove accounts on the fly, and choose your active account (The account you withdraw bitcoin from) quickly and easily is done very well. It drops that average "slide in" menu from the left or right as most mobile apps use, which is great because that's just one less tap you need to...