anyone with a guide to setup this bot on linux?
I'm using ubuntu 14.04 server :
me@linuxbox:~/bot$ npm install
npm WARN package.json bot-poloniex@0.0.1 No README data
me@linuxbox:~/bot$ node 1000trades BTC_ETH
/home/me/bot/node_modules/plnx/lib/index.js:95
throw _iteratorError;
^
ReferenceError: Symbol is not defined
at Object._loop.exports.(anonymous function) [as returnCompleteBalances] (/home/me/bot/node_modules/plnx/lib/index.js:78:35)
at Bot.(anonymous function).(anonymous function) [as loadBalance] (/home/me/bot/1000trades.js:1:31162)
at new Bot (/home/me/bot/1000trades.js:1:31094)
at Object. (/home/me/bot/1000trades.js:1:68427)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
me@linuxbox:~/bot$
Same folder on Windows works perfectly.
PS: Using node v0.10.48