Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Kivo360

Pages: [1]
1
I've tried to move the logs & trades that have been done on my laptop to VPS with this lil script and it cannot start coins...it fails to start them :( no history and it will screw my trades..

So what are the steps you did on your VPS?
I would suggest:
1. Run ginit and create all pairs.
2. Copy your logs and trades to the folder '/opt/gunbot/'


Can you provide me the output of this command:

Code: [Select]
echo "-#- release -#-" && cat /etc/*release && echo "-#- nodejs -#-" && node -v && echo "-#- modules -#-" && npm -g ls generator-gunbot pm2 && echo "-#- aliases -#-" && cat ~/.bashrc | grep ginit && echo "-#- gunbot -#-" && ls -lah /opt/gunbot/ | grep gunthy && echo "-#- PM2 -#-" && pgrep -f PM2 && echo "-#- PM2 gunthy processes -#-" && pgrep -f gunthy





I'm struggling to get the scripts started with this generator. I keep getting errors after following the two debugging instructions on the first page of this forum. Why is this happening?

Can you provide me the output of this command:

Code: [Select]
echo "-#- release -#-" && cat /etc/*release && echo "-#- nodejs -#-" && node -v && echo "-#- modules -#-" && npm -g ls generator-gunbot pm2 && echo "-#- aliases -#-" && cat ~/.bashrc | grep ginit && echo "-#- gunbot -#-" && ls -lah /opt/gunbot/ | grep gunthy && echo "-#- PM2 -#-" && pgrep -f PM2 && echo "-#- PM2 gunthy processes -#-" && pgrep -f gunthy


BK


Here you go:

Code: [Select]
-#- release -#-
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"
NAME="Ubuntu"
VERSION="17.04 (Zesty Zapus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 17.04"
VERSION_ID="17.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=zesty
UBUNTU_CODENAME=zesty
-#- nodejs -#-
v6.11.2
-#- modules -#-
/usr/lib
├── generator-gunbot@0.1.26
└── pm2@2.6.1

-#- aliases -#-
alias ginit='gcd && yo gunbot init'
alias ginit='gcd && yo gunbot init'
-#- gunbot -#-
-rwxr-xr-x 1 root root  45M Aug 19 03:37 gunthy-linuxx64
-rwxr-xr-x 1 root root  43M Aug 19 03:37 gunthy-linuxx86
-rwxr-xr-x 1 root root  45M Aug 19 03:37 gunthy-macos
-rwxr-xr-x 1 root root  29M Aug 19 03:37 gunthy-x86.exe
-#- PM2 -#-
4714
-#- PM2 gunthy processes -#-
4777





2
General Discussion / Re: My first results with Gunbot 4.0.1 patch #4013
« on: August 14, 2017, 04:17:47 PM »
What trading pairs are you using? I've only been losing money

3
General Discussion / Re: Help. Starting out
« on: August 14, 2017, 04:10:01 PM »
Bruh, I'm in the same position with no help from anybody. Its like the main devs disappeared when this happened.

4
Welp, I lost 600 on this bagging system over the last 5 days. I realize most of the older coins are dropping in a Elliott wave pattern. That is reasonable. Gunthy, did you stop your bot at some point to avoid extra losses?

5
I see that you recommend "pure BB at 40/40 or even better at 45/45 with or without DOUBLE_UP." The reseller I used is recommending 25/35. I am using that set up. I have been using the bot for only two days. I am having loses, and keep losing. I guess it is just too soon and that I should wait more time to allow it to generate some wins, but I would like to know if having it set up at 25/35 is the right set up. Thanks

25/35 is more cautious than 45/45, it waits for the price to dig more before to buy and sells a bit higher. Follow suggestions of your reseller, he surely knows your trading style better than me.
Also: losing and keep loosing. Alts price dropping hence your estimated holding follows that trend: the bot doesnt sell at loss, just keep waiting or use one of the 2 options we implemented to handle bags: stop loss or average down.

I need some advice. My bot lost $200 today because it's too mixed into altcoins. It's still more than my initial investment but it's certainly not beating bitcoin's gains percentage wise. What is my best option right now? I don't want to miss potential price increases that can happen, yet I don't want to take too much of a loss.

What does "average down" mean, and how can I use it?

Edit: by comparison I could have made $400 today with Bitcoin. How could I hodl one or two currencies without the bot touching a percentage of it?

Edit2: now I'm $70 below where I started. Have you all ever had a situation like this? If so, how did you respond? I wanna gain a lot of money by the end of the month and end of next month. If you all had a very similar situation where you lose 1% in a day I'll feel a lot more comfortable with the bot's decisions over the long term. I'm just anxious of leaving things over night.

6
I was wondering about that. I've been losing BTC for the last day. The big issue I've been facing is that my  bot has been buying a lot of SIA while it was dropping and it is still going in that direction. Means a serious loss of BTC over time even though the amount of USD I've had has been steady.

7
I'm struggling to get the scripts started with this generator. I keep getting errors after following the two debugging instructions on the first page of this forum. Why is this happening?

Here are two screenshots of what I currently have

Before first debugging instructions:

And another



After instructions:



Pages: [1]