Author

Topic: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 - page 167. (Read 508117 times)

hero member
Activity: 546
Merit: 500
PGP 9CB0902E
I would suggest using a VM. More easily movable between systems and easy to run without dedicating a whole machine just to the bot. I have it running on a VM on my unraid server. My unraid box does a whole lot more than just this. And if I want to migrate the VM off, it is as easy as copy and paste.

I wouldn't recommend running on android - cool idea though. Android has many updates all the time (auto reboots, or auto updates), wouldn't want to have any disconnects on wifi or LTE if running on that, because then supergun might miss the sell time or buy time right. Just seems more risky on an Android running on wifi or LTE.

i have it running in VM now, but on my laptop that a i also use at work, so i need to shut it down on my way to/from work.
I already own a netbook that is not being used and this is a chance to actually put it to work.

I would need to connect to it remotely every now and then, to see if all is well, and it can be running 24/7

The android idea is just for fun. I used Linux Deploy to load a xubuntu setup, if the bot is not generating too much traffic(to mess with the mobile data limit) i think it would be neat to just have a droid trading Tongue
 
newbie
Activity: 22
Merit: 0

ok cool.
The status 422 resolved when i just unzipped it a second time and did not change the folder name, keeping it as is seemed to do it

the bot is very interesting. I kept it running on an account created specifically for it, funded it with 0.99 and started it on march 5th.

I tweaked and played with the various settings, and markets, restarting it several times in the process.

I was confused to see it buying up more amounts of coins than the amount specified, but as already noted elsewhere in the thread that is normal behavior, when you start it and stop it, without taking into account the buys and sells it already had placed. So no biggie here.

Four days and several restarts later, it has an account of 1.0053 and some alts on sell orders. I'm pretty sure that it would have done better if i did not have to stop it two times a day.

I'm in the process of making a clear install on a netbook i have sitting around and dedicating it to the bot, for some days.

I'm also contemplating trying to run it on an android i have sitting around. I have CM installed on it and a xubuntu running inside it.

I would suggest using a VM. More easily movable between systems and easy to run without dedicating a whole machine just to the bot. I have it running on a VM on my unraid server. My unraid box does a whole lot more than just this. And if I want to migrate the VM off, it is as easy as copy and paste.

I wouldn't recommend running on android - cool idea though. Android has many updates all the time (auto reboots, or auto updates), wouldn't want to have any disconnects on wifi or LTE if running on that, because then supergun might miss the sell time or buy time right. Just seems more risky on an Android running on wifi or LTE.
hero member
Activity: 546
Merit: 500
PGP 9CB0902E

ok cool.
The status 422 resolved when i just unzipped it a second time and did not change the folder name, keeping it as is seemed to do it

the bot is very interesting. I kept it running on an account created specifically for it, funded it with 0.99 and started it on march 5th.

I tweaked and played with the various settings, and markets, restarting it several times in the process.

I was confused to see it buying up more amounts of coins than the amount specified, but as already noted elsewhere in the thread that is normal behavior, when you start it and stop it, without taking into account the buys and sells it already had placed. So no biggie here.

Four days and several restarts later, it has an account of 1.0053 and some alts on sell orders. I'm pretty sure that it would have done better if i did not have to stop it two times a day.

I'm in the process of making a clear install on a netbook i have sitting around and dedicating it to the bot, for some days.

I'm also contemplating trying to run it on an android i have sitting around. I have CM installed on it and a xubuntu running inside it.
hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
~snip

Is ok you can ignore those, they are looking for arch osx which is not your case.

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?
yes of course. I use screen to run multiple instances. Others are familiar with pm2

b) currencies.js : Do we run it separately, before starting supergun, or does supergun initiate the market analysis by itself?
you can run it separately yes: it will update it hourly. Consider it shows you highest volume/highest variance coins. It is up to you to trade them or not.

c) can we have an different strategies running on different pairs? (eg having 1000trades running for BTC_XRP and supergun for BTC_DASH)
Yes. Not suggested to do it on the same pair with the same account.
hero member
Activity: 546
Merit: 500
PGP 9CB0902E
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
[email protected] /home/user/apps/gunbot
├── [email protected]  extraneous
├── [email protected]  extraneous
└── [email protected]  extraneous

npm WARN optional Skipping failed optional dependency /nodemon/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
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
[email protected] /home/user/apps/gunbot
├── [email protected]  extraneous
├── [email protected]  extraneous
└── [email protected]  extraneous

npm WARN optional Skipping failed optional dependency /nodemon/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
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

hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
any charges to calculate profit data?

just send me your trding history in csv, no charges if it is only display




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
sr. member
Activity: 504
Merit: 250
any charges to calculate profit data?
hero member
Activity: 617
Merit: 500
I am the signed message, without I am not
If you doubt the spreadsheet's calculations is wrong, then export the data from the DATA sheet. You will be able to analyse it yourself. You can also export it from the Ordered sheet, where it is separated and corrected for easy calculations.

If you can't reproduce certain results, send me a message.
hero member
Activity: 1014
Merit: 1055
hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
bot is buying double the max balance I have set

please fix this

Same thing happened to me . I'm not sure if i have done something wrong though .

Known issue that is being fixed. I suggest you both to join us on the telegram support channel guys, so you would be aware of patches/fixes and eventual workarounds going on
Thanks!
~Gun
hero member
Activity: 1111
Merit: 588
bot is buying double the max balance I have set

please fix this

Same thing happened to me . I'm not sure if i have done something wrong though .
sr. member
Activity: 504
Merit: 250
bot is buying double the max balance I have set

please fix this
member
Activity: 64
Merit: 10
legendary
Activity: 1084
Merit: 1003
≡v≡
Ok, I knew that some day my insomnia will do a good job and today it made me read this wonderful tutorial. Long story short, I'm interested and ready to get my licence asap.
hero member
Activity: 714
Merit: 501
Real Eyes, Realize, Real Lies.
can you please share your p/l screenshot?
It is pretty irrelevant to GUNBOT as most of the profit or losses are from margin trading on poloniex.
sr. member
Activity: 555
Merit: 251
can you please share your p/l screenshot?
hero member
Activity: 714
Merit: 501
Real Eyes, Realize, Real Lies.
Can you share your poloniex profile link please
I don't think there is such a thing.
sr. member
Activity: 555
Merit: 251
Can you share your poloniex profile link please
hero member
Activity: 714
Merit: 501
Real Eyes, Realize, Real Lies.

Please share yours when you get the chance
Just check my P/L on poloniex and its completely off in profit or losses due to the margin trading I have done on poloniex.
sr. member
Activity: 555
Merit: 251
Jump to: