Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chibby0ne/read_wtm
Autoswitcher for mining programs using www.whattomine.com as reference
https://github.com/chibby0ne/read_wtm
coin cryptocurrency mining
Last synced: about 4 hours ago
JSON representation
Autoswitcher for mining programs using www.whattomine.com as reference
- Host: GitHub
- URL: https://github.com/chibby0ne/read_wtm
- Owner: chibby0ne
- License: gpl-3.0
- Created: 2018-01-11T23:46:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T11:52:13.000Z (over 6 years ago)
- Last Synced: 2024-11-08T11:22:54.068Z (about 2 months ago)
- Topics: coin, cryptocurrency, mining
- Language: Go
- Size: 40 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autoswitcher for GPU mining scripts
[![Build Status](https://travis-ci.org/chibby0ne/read_wtm.svg?branch=master)](https://travis-ci.org/chibby0ne/read_wtm)
[![Coverage Status](https://coveralls.io/repos/github/chibby0ne/read_wtm/badge.svg?branch=master)](https://coveralls.io/github/chibby0ne/read_wtm?branch=master)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](https://whattomine.com) 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 ...
```