Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitstats

Bitcoin and cryptocurrency statistics developed for http://bitcoinexchangerate.org

Setup

Pre-requisites

  • GNU/Linux with Webmin installed.
  • Bandwidth monitoring enabled in Webmin.
  • Mysql database
  • sudo apt-get install python-mysql.connector

Installation

  1. Create a user and make /var/log/bandwidth readable by that user.
  2. Copy default_settings.py to settings.py and set your database credentials.
  3. Import create_table.sql with mysql -u user -p database < create_table.sql
  4. Run bandwidth monitor script in background with python tail_bandwidth.py &
  5. Add to crontab */5 * * * * cd /path/to/bitstats && python cron.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages