02-10-2018, 04:40 AM
ok..
my last Q is irrelevant now... I understood that I should use different config files, and I managed it too...
now I am trying first to let them all first import different data to get used to the CL process..
the setup is like this:
I have an VPS server running Ubuntu 16.04 LTS wit no GUI.
from my local Mac I have three SSH connections (3 terminal windows) and every one is running a different config file with import.
the Questions I have now:
1. if I close the ssh windows, will it still work in the background on the server (all three) ?
2. why I get this in binance:?
2018-02-10 05:21:53 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:22:38 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:23:23 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:24:08 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:24:33 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:25:00 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:25:30 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:26:02 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:26:38 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:27:18 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:28:03 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:28:48 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:29:33 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:30:18 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
3. I get things like this from Bitfinex on ETHUSD
2018-02-10 05:32:23 (DEBUG): Querying trades with: trades/tETHUSD/hist?limit=1000&start=1486519200000&end=1486605600000
2018-02-10 05:32:23 (DEBUG): [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
2018-02-10 05:33:33 (DEBUG): [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
2018-02-10 05:34:57 (DEBUG): Trade fetch came back empty.
2018-02-10 05:35:01 (DEBUG): Querying trades with: trades/tETHUSD/hist?limit=1000&start=1486605600000&end=1486692000000
2018-02-10 05:35:01 (DEBUG): Trade fetch came back empty.
2018-02-10 05:35:04 (DEBUG): Querying trades with: trades/tETHUSD/hist?limit=1000&start=1486692000000&end=1486778400000
2018-02-10 05:35:04 (DEBUG): Trade fetch came back empty.
2018-02-10 05:35:08 (DEBUG): Querying trades with: trades/tETHUSD/hist?limit=1000&start=1486778400000&end=1486864800000
2018-02-10 05:35:08 (DEBUG):
and also this on BTCUSD:
18-02-10 05:35:12 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509624081000&end=1509710481000
2018-02-10 05:35:13 (DEBUG): Processing 4108 new trades. From 2017-11-03 12:00:01 UTC to 2017-11-03 14:00:00 UTC. (2 hours)
2018-02-10 05:35:16 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509638400000&end=1509724800000
2018-02-10 05:35:19 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509637527000&end=1509723927000
2018-02-10 05:35:21 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509636706000&end=1509723106000
2018-02-10 05:35:24 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509635805000&end=1509722205000
2018-02-10 05:35:27 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509634466000&end=1509720866000
2018-02-10 05:35:29 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509633563000&end=1509719963000
2018-02-10 05:35:32 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509633118000&end=1509719518000
2018-02-10 05:35:32 (DEBUG): [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
2018-02-10 05:36:42 (DEBUG): [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
2018-02-10 05:38:09 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509632411000&end=1509718811000
2018-02-10 05:38:11 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509631730000&end=1509718130000
what all these errors means?
does it just work now for BTCUSD but ETHUSD not? am I doing sthing wrong?
thanks again in advance for the wonderful support here...
Derbeweis
my last Q is irrelevant now... I understood that I should use different config files, and I managed it too...
now I am trying first to let them all first import different data to get used to the CL process..
the setup is like this:
I have an VPS server running Ubuntu 16.04 LTS wit no GUI.
from my local Mac I have three SSH connections (3 terminal windows) and every one is running a different config file with import.
the Questions I have now:
1. if I close the ssh windows, will it still work in the background on the server (all three) ?
2. why I get this in binance:?
2018-02-10 05:21:53 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:22:38 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:23:23 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:24:08 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:24:33 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:25:00 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:25:30 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:26:02 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:26:38 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:27:18 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:28:03 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:28:48 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:29:33 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
2018-02-10 05:30:18 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
3. I get things like this from Bitfinex on ETHUSD
2018-02-10 05:32:23 (DEBUG): Querying trades with: trades/tETHUSD/hist?limit=1000&start=1486519200000&end=1486605600000
2018-02-10 05:32:23 (DEBUG): [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
2018-02-10 05:33:33 (DEBUG): [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
2018-02-10 05:34:57 (DEBUG): Trade fetch came back empty.
2018-02-10 05:35:01 (DEBUG): Querying trades with: trades/tETHUSD/hist?limit=1000&start=1486605600000&end=1486692000000
2018-02-10 05:35:01 (DEBUG): Trade fetch came back empty.
2018-02-10 05:35:04 (DEBUG): Querying trades with: trades/tETHUSD/hist?limit=1000&start=1486692000000&end=1486778400000
2018-02-10 05:35:04 (DEBUG): Trade fetch came back empty.
2018-02-10 05:35:08 (DEBUG): Querying trades with: trades/tETHUSD/hist?limit=1000&start=1486778400000&end=1486864800000
2018-02-10 05:35:08 (DEBUG):
and also this on BTCUSD:
18-02-10 05:35:12 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509624081000&end=1509710481000
2018-02-10 05:35:13 (DEBUG): Processing 4108 new trades. From 2017-11-03 12:00:01 UTC to 2017-11-03 14:00:00 UTC. (2 hours)
2018-02-10 05:35:16 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509638400000&end=1509724800000
2018-02-10 05:35:19 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509637527000&end=1509723927000
2018-02-10 05:35:21 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509636706000&end=1509723106000
2018-02-10 05:35:24 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509635805000&end=1509722205000
2018-02-10 05:35:27 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509634466000&end=1509720866000
2018-02-10 05:35:29 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509633563000&end=1509719963000
2018-02-10 05:35:32 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509633118000&end=1509719518000
2018-02-10 05:35:32 (DEBUG): [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
2018-02-10 05:36:42 (DEBUG): [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
2018-02-10 05:38:09 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509632411000&end=1509718811000
2018-02-10 05:38:11 (DEBUG): Querying trades with: trades/tBTCUSD/hist?limit=1000&start=1509631730000&end=1509718130000
what all these errors means?
does it just work now for BTCUSD but ETHUSD not? am I doing sthing wrong?
thanks again in advance for the wonderful support here...
Derbeweis