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

Crypterium - Cryptobank ICO is Live

Crypterium - cryptobank just launched token sales earlier today and i'm very excited to see what they do with their platform. The best part of this ICO is the cryptobank services that would be available in the normal brick and mortar banks, but now using blockchain. Bringing blockchain technology much more mainstream by providing services that people would expect from a bank into a completely digital space is very exciting! Here's some information you should know: What is a cryptobank ? A cryptobank is a new kind of bank that provides the same type of services as a traditional high street bank, but with cryptoassets such as a cryptocurrencies and tokens rather than everyday money we are used to seeing today (often referred to as fiat money). Cryptobanks provide a service-payment infrastructure; a communication between the crypto-world and the fiat-world, opening up an opportunity for users to pay in cryptoassets, and the merchant to receive funds fiat money for ser...

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.

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