michaelgrosner / tribeca

A high frequency, market making cryptocurrency trading platform in node.js
Other
3.98k stars 948 forks source link

Bitcoin cash on HitBTC #186

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi, I tried to run tribeca with docker using the instructions from README. It seems like it can't establish some connections (the console logs keep saying "connect to ..." and "disconnected from ...").

Host os: Arch Linux (Linux 4.13.12-1) Docker version 17.10.0-ce Browser: Google Chrome

2017-11-14-211231_520x745_scrot 2017-11-14-211241_1916x949_scrot

CCKRK commented 6 years ago

try

$ docker logs tribeca

for more detailed logs on whats going wrong. This could happen for a whole variety of reasons. Bad API keys, bad set up on your DB, etc.

heckthor92 commented 6 years ago

Had the same issue, turns out I didn't have the right api key for sandbox. Changed to the live trading and it works for me now

ariejan commented 6 years ago

@gleb-dianov did @heckthor92's solution work for you? If so, please close this issue - or update it if you need further help.

ghost commented 6 years ago

@ariejan @heckthor92 I can't try it at the moment, but I'll check if it works on Wednesday and I'll tell you how it goes.

ghost commented 6 years ago

@ariejan @heckthor92 @CCKRK I checked the logs, and for some reason, it can't match pair to a hitbtc symbol. In my env file I have TradedPair=BCH/ETH

The error message is "Error: unable to match pair to a hitbtc symbol undefined/ETH\n"

I think it's because hitbtc changed the key for bitcoin cash to BCH and tribeca wasn't updated.

Also, hitbtc's demo account doesn't work at the moment, so I can't just change the pair and test it again.