hivewallet / hiveapp-bitstamp

Hive application for Bitstamp [OLD]
4 stars 3 forks source link

Can't log into Bitstamp App even though ID and password are correct #2

Open mackuba opened 10 years ago

mackuba commented 10 years ago

@nilsws:

I'm always getting "Wrong username or password" even though I can log in with the same credentials on the Bitstamp website.

tgerring commented 10 years ago

It appears that on October 31, 2013, Bitstamp retired their old login/password-based API and switched to proper API keys. Because of this change, the Hive app will need updated to be compatible with the new API as outlined at https://www.bitstamp.net/api/

tgerring commented 10 years ago

In scripts/scripts.js, there is an anonymous function which defines the Bitstamp API. Within that anonymous function, there are discrete jQuery ajax function calls could be converted to access the API through a shared interface that performs the necessary signature hashing and parameter gluing.

tgerring commented 10 years ago

Suggest to use library supporting the new API (such as https://github.com/askmike/bitstamp) and remove custom code

tgerring commented 10 years ago

A replacement Bitstamp app is available at https://github.com/tgerring/hiveapp-bitstamptrader