Skip to content

madmouser1/PyMinerStat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PyMinerStat

PyMinerStats is a Python script to generate charts with your mining rewards from bitcoin.cz account.

The script is based on SQLITE3 and pygal.

Configuration

Step 1.

execute those two commands as root:

#!bash

mkdir /var/www/mining
chmod a+w /var/www/mining

Step 2.

You will find your API key to bitcoin.cz here. In the script set two variable:

#!python
api="YOUR API KEY"

path="/var/www/mining"

Step 3.

Copy index.html and css to your folder:

#!bash

cp src/index.html /var/www/mining
cp -r src/css /var/www/mining

PRO TIP: add this script to your crontab

#!bash
0 0,4,8,12,16,20 * * * root python /var/www/miner/PyMinerStats.py

Releases

No releases published

Packages

No packages published