Gekko Forum
Only bitfinex exchange? - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html)
+--- Thread: Only bitfinex exchange? (/thread-57645.html)



Only bitfinex exchange? - ThomasBernard - 09-13-2018

Hi there!

After the fresh install (0.6.6), i wanted to configure gekko, but only one exchange what i found... (see attachment)
How can i add more exchange (eg. binance)?

Win10 64 bit, Google Chrome Version 69.0.3497.92 (Official Build) (64-bit)


RE: Only bitfinex exchange? - Puupa - 09-13-2018

(09-13-2018, 11:20 AM)ThomasBernard Wrote: Hi there!

After the fresh install (0.6.6), i wanted to configure gekko, but only one exchange what i found... (see attachment)
How can i add more exchange (eg. binance)?

Win10 64 bit, Google Chrome Version 69.0.3497.92 (Official Build) (64-bit)

You need to install the Gekko Broker's dependencies by running:
Code:
cd exchange
npm install --only=production



RE: Only bitfinex exchange? - ThomasBernard - 09-14-2018

... and the problem is same. BTW getting some error infos:

1718 error code ENOGIT
1719 error Error while executing:
1719 error undefined ls-remote -h -t git://github.com/askmike/poloniex.js.git
1719 error
1719 error undefined
1719 error No git binary found in $PATH
1720 error Failed using git.
1720 error Please check if you have git installed and in your PATH.
1721 verbose exit [ 1, true ]


RE: Only bitfinex exchange? - askmike - 09-15-2018

The problem is the same because you were not able to install the dependencies Wink

The error is "NOGIT" which means you do not have git installed. Check the installation doc: https://gekko.wizb.it/docs/installation/installing_gekko.html


RE: Only bitfinex exchange? - ThomasBernard - 09-17-2018

Oooooh, how many times i thinking about: 'Thomas, get to learn to read' ...
Thx, It works! Wink