Skip to content

dtbartle/altcoin-autosell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

altcoin-autosell

Script that continuously autosells altcoins for BTC. Supported exchanges:

Exchanges that could be supported:

Configuration file should go in ~/.altcoin-autosell.config, e.g.:

[General]
# optional, comma-separated list of currencies to convert to
#target_currencies = BTC, LTC
# optional, comma-separated list of currencies to convert from
#source_currencies = DOGE, TAG, DGC
# optional, number of seconds to sleep between polls
#poll_delay = 60
# optional, number of seconds to sleep between requests
#request_delay = 1

[CoinEx]
api_key = abc123
api_secret = 456def

[Cryptsy]
api_public_key = abc123
api_private_key = 456def

About

Script that continuously autosells altcoins for BTC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages