Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (32 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.12 KB

Coin Stats

What is it?

Keep track of your cryptocoins from multiple services. Keep an eye on your worker stats on different pools. Automatically convert your coins to BTC.

Supported Services

  • Blockchain
    • Balance
    • USD exchange rate
  • BTCGuild.com
    • Balance
    • Worker stats
  • Coinex
    • Balances
  • Cryptsy
    • Balance
    • Exchange rates
    • Autosell (schedule via cron)
  • Multipool.us
    • Balances
  • ScryptGuild
    • Balances
  • WeMineLTC.com
    • Balance

Demo: http://scripts.3dgo.net/bitcoin/

Donate: 1Ene3hqRejKRkPX1FvHhU24Qi3Wi1fuw52

Install

  1. Create a cache folder the web server can write to
  • By default it expects the cache folder to be directly under the coinstats directory. You can change that by changing line 13 of fetch.php. At some point, I'll make the configuration better and it will be an option there.
  1. Rename config.dist.ini.php to config.ini.php
  2. Add your information to config.ini.php
  3. Profit

If you want to change the order of things, reorder the sections in config.ini

If you want to use the Cryptsy autosell, schedule sell-cli.php using cron. It will not run via a web browser.