Skip to content

chibby0ne/read_wtm

Repository files navigation

Autoswitcher for GPU mining scripts

Build Status Coverage Status

Let's say you have a GPU mining rig and you want to mine the most profitable coin. Since this might change day to day (or even hour to hour), this implies you would have to constantly check for the most profitable one, remote access your miner, close the current running mining program, and open the other more profitable coin.

This program automates just that process, gathering using the wonderful whattomine page.

You can customize your rig setup in the conf.json.

NOTE: For Windows!!

Each batfile should change the title of the command prompt with the name of the coin that it mines. Otherwise there's no easy way to find out which coin a miner program that can mine several coin is actually mining at the moment.

You need to rename (and copy if necessary) the miner executables, so that its name contains the coin that you would like to mine in order to find it, when trying to start/kill the coin currently being mined.

Example:

@echo off
title gobyte
ccminer.exe -o stratum+tcp://....... -a ... -u ... 

About

Autoswitcher for mining programs using www.whattomine.com as reference

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages