jkbrzt / cointrol

฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
https://twitter.com/jakubroztocil
MIT License
1.45k stars 290 forks source link

Needs some updating #21

Open xtrinch opened 5 years ago

xtrinch commented 5 years ago

To run this on windows, I've had to update npm packages "brunch": "2.10.16", "handlebars-brunch": "2.10.0",

and python packages hiredis==0.2.0

And also your readme is lacking python setup.py develop to run the app in development mode.

And I haven't been able to solve the SSL error I'm getting upon authentication with python 3.4:

File "**\cointrol\env\lib\site-packages\tornado\iostream.py", line 1310, in _do_ssl_handshake self.socket.do_handshake() File "C:\Python34\Lib\ssl.py", line 767, in do_handshake self._sslobj.do_handshake() ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:598)