Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect Cryptsy #11

Closed
timolson opened this issue Jun 6, 2014 · 4 comments
Closed

Connect Cryptsy #11

timolson opened this issue Jun 6, 2014 · 4 comments

Comments

@timolson
Copy link
Owner

timolson commented Jun 6, 2014

See wiki for how to add an Xchange

@timolson
Copy link
Owner Author

Yao merged some initial work on this. Cryptsy, or at least the Xchange adapter, requires auth for quotes. This issue is waiting for xchange account settings #25 to be developed

@timolson
Copy link
Owner Author

Account settings #25 works now. Cryptsy just needs testing

@walne
Copy link
Contributor

walne commented Jun 30, 2014

Have attempted to test Cryptsy but continue to get errors when connecting. I think this could be related to authentication with their API. (It's also very possible this is user error on my part). Going to investigate BTER as an alternative for various alt-coins for now. I've included what I'm getting in the console below:
cryptsy-errors

@timolson
Copy link
Owner Author

Yes, Cryptsy requires authentication even for the data feeds. Make sure you have this in your cointrader.properties file (the props file must be in the same directory from which you launch cointrader):

xchange.cryptsy.username=your_cryptsy_username
xchange.cryptsy.password=your_cryptsy_password
xchange.cryptsy.apikey=your_cryptsy_api_key
xchange.cryptsy.secretkey=your_cryptsy_api_secret_key

@douggie douggie closed this as completed Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants