Haehnchen / crypto-trading-bot

Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, Bybit ... (public edition)
MIT License
3.09k stars 978 forks source link

Installation Manual #25

Closed Tronab closed 3 years ago

Tronab commented 5 years ago

Hello,

for not so good Linux users it will be very nice if you can provide a short install manual for Ubunto or other OS like bash / win. I hang on a maybe simple problem like

Node index.js trade and get module.js:550 throw err;

BR Udo

blatouchm commented 5 years ago

Yea, this bot looks interesting, but impossible to run.

Error: Cannot find module '/root/crypto-trading-bot/node_modules/tulind/lib/binding/Release/node-v72-linux-x64/tulind.node'

trgpwild commented 5 years ago

Yea, this bot looks interesting, but impossible to run.

Error: Cannot find module '/root/crypto-trading-bot/node_modules/tulind/lib/binding/Release/node-v72-linux-x64/tulind.node'

I think this is intentional. I gave up and start to code mine.

Haehnchen commented 5 years ago

this error is not related to is application its just normal nodejs / npm stuff based on npm install. So the first google hit given this link: https://www.npmjs.com/package/tulind#installation.

So it looks like you need an basic infrastructure first:

Note that pre-compiled binaries are available for Windows. For other platforms you will need a C++ build environment installed. On Linux based distributions this can be achieved by installing build-essential package.
blatouchm commented 5 years ago

That is the problem. Tulind is impossible to install on linux. I'll try windows version.

hatzkel commented 5 years ago

I suggest using docker to get the bot running. It makes life so much simpler. If any of you use keybase join #algotrading on there and message h4t in there. I will help anyone out trying to get started with this bot. I actually find that Haehnchen has written one of the best frameworks to expand on out of all the public available bots here on github.

jojoosinga commented 4 years ago

I can run it fine on Linux ubuntu

Haehnchen commented 3 years ago

@hatzkel thanks for your words :)

closing issue; as local issue.