Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

daviddever/MinerMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinerMonitor

Script for monitoring bitcoin miner hashing through ghash.io's api. Sends an alert email when mining drops below threshold.

Installation

The following assumes Ubuntu 14.04 64-bit

Install pip

sudo apt-get install python-pip
sudo pip install -U pip

Setup Virtualenv

sudo pip install virtualenv
virtualenv venv
source venv/bin/activate

Install script requirements

pip install -r requirements.txt

Activate API

On https://cex.io/trade/profile activate the API for workers only.

Get Python API module

Get cexapi.py from GANDERS fork of cex.io-api-python https://github.com/ganders/cex.io-api-python

Configure config_example.py

Configure information in config_example.py and rename config.py

Start the script

python monitor.py &

About

Monitor bitcoin miner hashing through ghash.io API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages