JulyIghor / QtBitcoinTrader

Secure multi crypto exchange trading client
https://sourceforge.net/projects/bitcointrader/
730 stars 374 forks source link

Bitfinex API access not working #124

Closed 0x47 closed 10 years ago

0x47 commented 10 years ago

It seems something is wrong with the Bitfinex API implementation in v1.07.97 Beta:

bitfinex

I think there is no way of changing API key settings with Bitfinex.

JulyIghor commented 10 years ago

Copy and paste API keys to notepad first.

0x47 commented 10 years ago

I does still not work.

Additionally the latest published version is broken. See this screenshot: bitfinex

Also, why are you uploading new files to http://sourceforge.net/projects/bitcointrader/files/SRC/ with the same name and version? It breaks automated packaging, because checksums are different/invalid. Maybe you could add a build-number or something like -RC1 -RC2 etc.?

JulyIghor commented 10 years ago

Use branch testing

0x47 commented 10 years ago

Why can't I use QtBitcoinTrader_v1.07.97_Beta_SRC.zip version? Is it not up to date? You uploaded it?

EDIT: I think you uploaded an old version to Sourceforge?

JulyIghor commented 10 years ago

Thank you, I was mistakely uploaded old version. Fixed.

0x47 commented 10 years ago

Thanks, issue was whitespace character in API secret. I created a pull request to do more sanity checking on API key and secret input.

JulyIghor commented 10 years ago

Thank you!