Post
Topic
Board Service Announcements (Altcoins)
Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥
by
okaynow
on 09/03/2017, 12:33:40 UTC
A patch to fix double spending and nonce errors has been pushed. Existing users can download from the same location of their latest download link (if you unsure PM me please)
@ my linus buddies: npm install async please.

Report any bug immediately!
Thanks!
~Gun


Hey there Gunthar.
First off, thanks for the bot, so far it seems to be doing what it promises, good job!

Just wanted to let you know, i downloaded the files on march 5th, and it was all going rather smoothly until today.
After i redownloaded from my existing link, i went on with

Code:
npm install

and the terminal showed me some warnings:

Code:
user@home:~/apps/gunbot$ npm install
bot-poloniex@0.0.1 /home/user/apps/gunbot
├── async@2.1.5  extraneous
├── colors@1.1.2  extraneous
└── nodemon@1.11.0  extraneous

npm WARN optional Skipping failed optional dependency /nodemon/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.1
npm WARN enoent ENOENT: no such file or directory, open '/home/user/apps/gunbot/node_modules/node_modules/package.json'

same with async:

Code:
user@home:~/apps/gunbot$ npm install async
bot-poloniex@0.0.1 /home/user/apps/gunbot
├── async@2.1.5  extraneous
├── colors@1.1.2  extraneous
└── nodemon@1.11.0  extraneous

npm WARN optional Skipping failed optional dependency /nodemon/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.1
npm WARN enoent ENOENT: no such file or directory, open '/home/user/apps/gunbot/node_modules/node_modules/package.json'

i can see the "package.json" file, but it is not in the "node_modules" folder, but a couple of steps below that:
/home/user/apps/gunbot/node_modules/node_modules/nodemon/package.json

when i typed "node 1000trades BTC_ETC" i got:
Code:
=== ERROR ===statusCode 422

i'm running a kde based distro, 64bit
I must be doing something patently foolish, because it was running fine so far.

Also, some questions:

a) On linux, after we tweak the param.js file and launch an instance, can we change the settings and launch another pair with different settings?

b) currencies.js : Do we run it separately, before starting supergun, or does supergun initiate the market analysis by itself?

c) can we have an different strategies running on different pairs? (eg having 1000trades running for BTC_XRP and supergun for BTC_DASH)

Thank you in advance