Adam D
Adam D
Found the solution, believe it's an issue with Python 3: Change `signature = hmac.new(self.secret, url, hashlib.sha512).hexdigest()` to `signature = hmac.new(self.secret.encode('utf-8'), url.encode('utf-8'), hashlib.sha512).hexdigest()` in the bittrex.py file
Hey I'm kind of new to this, trying to use getSearch and it's not giving me an error but it's just returning an empty array?
I'd like to see a revival!
Software developer here who also has the crypto bug. Would gladly help out if there was anyone to take lead.