PyMinerStats is a Python script to generate charts with your mining rewards from bitcoin.cz account.
The script is based on SQLITE3 and pygal.
execute those two commands as root:
#!bash
mkdir /var/www/mining
chmod a+w /var/www/mining
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"
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