Create a new poloniex api key: https://poloniex.com/apiKeys
Wow, great job Kevin I will test it as soon as possible.Just a question, in the README you say:QuoteCreate a new poloniex api key: https://poloniex.com/apiKeysWhy? Can't use an existing API Key? I'm not sure.
Traceback (most recent call last): File "polproxy.py", line 5, in <module> from urllib.parse import urlencodeImportError: No module named parse
sudo python3 polproxy.py
Creating market client for BTC_BCN pairActivating hot reconfig...###[ --2017/06/27 18:34:28--poloniex--BTC_BCN -- Gunbot v3.3 cycle #1 --------------- ]::::: collecting market data...Server running at http://127.0.0.1:39873(node:5606) DeprecationWarning: Calling an asynchronous function without callback is deprecated./snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188 self._callback.apply(self, arguments) ^TypeError: Cannot read property 'statusCode' of undefined at Request._callback (evalmachine.<anonymous>:0:0) at self.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188:22) at emitOne (events.js:96:13) at Request.emit (events.js:189:7) at Request.onRequestError (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:884:8) at emitOne (events.js:96:13) at ClientRequest.emit (events.js:189:7) at TLSSocket.socketErrorListener (_http_client.js:358:9) at emitOne (events.js:96:13) at TLSSocket.emit (events.js:189:7) at connectErrorNT (net.js:1025:8) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9)$
Nice. I'm testing it now.Seems to work. Great work. Not seeing any 422 errors. It does use lot's of CPU, that would be nice to get down little bit.
Encouter this error:Code: [Select]Traceback (most recent call last): File "polproxy.py", line 5, in <module> from urllib.parse import urlencodeImportError: No module named parseOk, I made:Code: [Select]sudo python3 polproxy.pythat solve this error.But now GB fired me:Code: [Select]Creating market client for BTC_BCN pairActivating hot reconfig...###[ --2017/06/27 18:34:28--poloniex--BTC_BCN -- Gunbot v3.3 cycle #1 --------------- ]::::: collecting market data...Server running at http://127.0.0.1:39873(node:5606) DeprecationWarning: Calling an asynchronous function without callback is deprecated./snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188 self._callback.apply(self, arguments) ^TypeError: Cannot read property 'statusCode' of undefined at Request._callback (evalmachine.<anonymous>:0:0) at self.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188:22) at emitOne (events.js:96:13) at Request.emit (events.js:189:7) at Request.onRequestError (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:884:8) at emitOne (events.js:96:13) at ClientRequest.emit (events.js:189:7) at TLSSocket.socketErrorListener (_http_client.js:358:9) at emitOne (events.js:96:13) at TLSSocket.emit (events.js:189:7) at connectErrorNT (net.js:1025:8) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9)$
thanks! facing a problem when using it with mac.terminal always stay at "Updating polo ip".seems missing some configs in my mac. can write a guide for mac-user?
Quote from: citedjade on June 27, 2017, 07:13:50 PMthanks! facing a problem when using it with mac.terminal always stay at "Updating polo ip".seems missing some configs in my mac. can write a guide for mac-user?Hi, unfortunately I don't have access to a Mac.The "Updating polo ip." tries to get the poloniex IP using dig then pipes it through head to get just the IP address, If you run the command in a terminal do you get the IP ? dig @8.8.8.8 +short poloniex.com | head -1
Quote from: kevinlekiller on June 27, 2017, 07:24:05 PMQuote from: citedjade on June 27, 2017, 07:13:50 PMthanks! facing a problem when using it with mac.terminal always stay at "Updating polo ip".seems missing some configs in my mac. can write a guide for mac-user?Hi, unfortunately I don't have access to a Mac.The "Updating polo ip." tries to get the poloniex IP using dig then pipes it through head to get just the IP address, If you run the command in a terminal do you get the IP ? dig @8.8.8.8 +short poloniex.com | head -1oh... it return 104.20.13.48.should it return 127.0.0.1? seems that my dnsmasq is not working
how can i dow Traceback (most recent call last): File "polproxy.py", line 3, in <module> import hmac, hashlib, os.path, pycurl, re, socket, ssl, subprocess, sys, threading, time, yamlImportError: No module named 'yaml'
Quote from: Grimdin on June 27, 2017, 05:02:23 PMNice. I'm testing it now.Seems to work. Great work. Not seeing any 422 errors. It does use lot's of CPU, that would be nice to get down little bit.Cpu usage should be better now.
dont working after this