mehtadone / CryptoGramBot

A simple telegram bot that sends your balance updates from coinigy, send trade notifications from Poloniex and Bittrex and creates you a trade export for your own spreadsheet magicary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bittrex returned an error 6000 : INVALID_SIGNATURE

emotionlesstrader opened this issue · comments

Due to Bittrex change of API .. I now get Bittrex returned an error 6000 : INVALID_SIGNATURE.

photo_2018-11-02_16-38-39
Can anyone fix this?

@emotionlesstrader +++
Facing same issue

Seems like it should only need an update to the new URL -- api.bittrex.com instead of www.bittrex.com.

Are there any programmers that know how to update the program with the new URL..?

Dug through the code a little and actually looks like the version of Bittrex.Net is what needs to be updated, so in the file CryptoGramBot.csproj need to change from this:
PackageReference Include="Bittrex.Net" Version="1.3.3"
to this:
PackageReference Include="Bittrex.Net" Version="2.1.20"

for reference: https://www.nuget.org/packages/Bittrex.Net/

I don't have a way to make the change and commit to github, so hopefully one of the usual dev's on this project can make the change.

@uberzeke unfortunately it's not that easy. Upgrading the package version breaks other parts of the code so you would need to upgrade and fix the breaking changes