binance-proxy
binance-proxy copied to clipboard
ubuntu@instance-1755:~/binance-proxy$ npm start > [email protected] start /home/ubuntu/binance-proxy > node . /home/ubuntu/binance-proxy/src/index.js:1 import getServer from "./server/index.js"; ^^^^^^^^^ SyntaxError: Unexpected identifier at Module._compile (internal/modules/cjs/loader.js:723:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad...
hello, I don't think it s an issue, but i don't understand why thats happening. I have 4 bots running behind binance_proxy configured like this on the config file ```...
Hi, In binance-proxy docker I get the following error: (node:1) UnhandledPromiseRejectionWarning: FetchError: request to https://api.binance.com/api/v3/klines?symbol=XTZUSDT&interval=5m failed, reason: getaddrinfo ENOTFOUND api.binance.com at ClientRequest. (/usr/src/app/node_modules/node-fetch/lib/index.js:1483:11) at ClientRequest.emit (events.js:400:28) at TLSSocket.socketErrorListener (_http_client.js:475:9) at...
Im getting this error when starting the docker container with FreqTrade configured to use this: `freqtrade | 2021-09-08 01:47:29,807 - freqtrade.exchange.common - WARNING - Giving up retrying: _async_get_candle_history()` `freqtrade |...
Are you planning on supporting different APIs/exchanges? As far as I have seen there is also an kraken node package out there. Managing concurrent exchanges in one instance might me...
hello, first of all thanks for the project. are you planning to push the docker image to docker hub or some repo where we can directly use docker-compose up directly...
Hi abanchev, thank you for your awesome work! I ran into the problem that windows is not supporting the network_mode host. I have changed the docker-compose file to `--- version:...
Is this kind of resource usage expected? ``` PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 156297 root 20 0 10.9g 627964 21664 S 47.2 30.9...