Author

Topic: [ANN] coinswitch: a mining profitability switcher for CoinWarz & Cryptsy users (Read 508 times)

hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
CoinChoose's data has apparently gotten stale over the past few months due to a lack of maintenance, which has made CryptoSwitcher somewhat less useful.  This package doesn't try to do all of the things that CryptoSwitcher did, but what it does, it should do well.  Its workflow is roughly as follows:

  • see what coins are tradable for BTC on Cryptsy
  • check CoinWarz for profitability information (tested with scrypt coins, but others should work)
  • find the most profitable coin to mine that we'll be able to trade for BTC
  • call a shell script to switch pools, if necessary
  • wait and repeat

You'll need API keys for both Cryptsy and CoinWarz.  CoinWarz charges for use of its API after the first 1000 calls; checking once per hour, you should be able to try out this script for six weeks before running out.

Grab it from https://github.com/salfter/coinswitch.  PyCryptsy is included as a submodule, so you'll want to grab it as well:

Code:
git clone https://github.com/salfter/coinswitch
cd coinswitch
git submodule init
git submodule update

See the README for further details.  coinswitch itself is in Python, but it calls shell scripts to do the actual switching, which can have their own dependencies.  (Mine depend on a PHP script I knocked together for use with CryptoSwitcher. For that matter, the shell scripts are the same ones I used with CryptoSwitcher.)
Jump to: