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 - jim

Pages: 1 [2]
21
Beginners & Help / GB v5 PM2 error Lynux VPS
« on: October 07, 2017, 02:25:42 AM »
I Have installed GB on my VPS like this
https://www.reddit.com/user/NobleGhose/comments/7245g9/gunbot_guides_version_5_step_by_step_install_of/
but I dont have my v5 licence yet is that why i am getting this error

the error started after i ran this comand to let GB start if my VPS rebooted

                Make pm2 auto-boot at server restart:
                $ pm2 startup
 


[PM2][ERROR] Permission denied, command needs to be runned as root - access file: /home/XXXXXXXXX/.pm2/rpc.sock

22
Technical Support & Development / V3.3 going fast for too long
« on: October 06, 2017, 07:30:59 PM »
This may well have been sorted in newer versions but I am seeing v3.3 getting stuck on fast ,,,,
Like it is waiting to buy and the last price is well up in the top quarter of the bb band but the bot is still running fast from when it last sold

23
Beginners & Help / Re: Question about new V5 config file
« on: October 06, 2017, 12:04:25 AM »
Thats great thank's ,,,

do I need to tell GB to override or will it just do it when i add to the "coin pairs config"  ?

Whilst here

How does    "bbgain" ect   work ,,,, bb overrides gain ?

24
Beginners & Help / Question about new V5 config file
« on: October 05, 2017, 09:27:58 PM »
I have been looking at the new v505 config file and in short I want to be able to set different strategy settings for different coin pairs

So if I do this

   "pairs": {
      "poloniex": {
         "BTC_GAME": {
            "strategy": "gain"
         "TRADING_LIMIT": 0.002,
         "BUY_LEVEL": 2,
         "GAIN": 2,
         },
         "BTC_MAID": {
            "strategy": "gain"
         "TRADING_LIMIT": 0.04,
         "BUY_LEVEL": 1,
         "GAIN": 1,
         }
      }
   },

Will it work and will my settings override the default settings here further down the config file ?

      "gain": {
         "TRADING_LIMIT": 0.001,
         "PERIOD": 5,
         "BUY_LEVEL": 0.1,
         "GAIN": 0.6,
         "EMA1": 24,
         "EMA1": 12,
         "HIGH_BB": 40,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 20,
         "BUYLVL1": 0.6,
         "BUYLVL2": 2,
         "BUYLVL3": 70,
         "SELLLVL1": 0.6,
         "SELLLVL2": 2,
         "SELLLVL3": 70,
         "BUYLVL": 2,
         "SELLLVL": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "GUNTHY_API": false,
         "PP_BUY": 0.00000001,
         "PP_SELL": 0.12345678,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.0001,
         "MIN_VOLUME_TO_SELL": 0.0001

Cheers

25
Beginners & Help / Re: Gunbot selling ALL tokens .. is this correct
« on: September 25, 2017, 05:53:56 PM »
The way I see it is

 GB will buy alt coin with BTC spending the amount set with "trade limit"

then it will sell ALL the altcoin for a profit

if you already had some of the alt coin  in your account then it will sell those too

when it sells the alt it sells the whole amount in your account

you only regulate the BTC spend

26
Beginners & Help / BB settings
« on: September 25, 2017, 04:42:07 PM »
when I set
Low BB  25%
High BB 25%

does GB try to buy Alt coin 25% above or below the bottom BB line

27
Beginners & Help / Re: Error: Not enough BTC ???
« on: September 25, 2017, 04:39:39 PM »
Thanks ,,,, That Fixed it. 
I was using "max trade setting" to put a limit on the amount of BTC GB had access to, not the amount of BTC it HAD to use

28
Beginners & Help / Re: Error: Not enough BTC ???
« on: September 25, 2017, 12:21:38 PM »
what are you saying ?
max trade must be set to lower than total balance ?

29
Beginners & Help / Error: Not enough BTC ???
« on: September 25, 2017, 10:45:31 AM »
My BTC Balance is 0.01 BTC and my max trade is 0.1 BTC  why did GB not try to buy a smaller amount


price is sweet to buy
2017/09/25 06:15:08   price is growing
2017/09/25 06:15:08   Buying on poloniex 0.1411176032135714 of DASH for 0.08929131
2017/09/25 06:15:09   2017/09/25 06:15:09 Error: Not enough BTC



cheers

30
Beginners & Help / VPS Security/Firewall ??
« on: September 24, 2017, 03:33:59 AM »
Guy's I'm new to Gunbot and Lynux for that matter but I do run some other Crypto technology on a Ubuntu VPS.
I've read through some beginners stuff here on how to setup GB on Lynux VPS, but I don't see anything about setting a firewall for GB to use.
My VPS just does one job, so the firewall I believe is strict,secure and maybe some not needed here at GB:-

[[ LOG IN AS ROOT TO BUILD FIREWALL ]]
apt-get update
apt-get install ufw
ufw allow ssh/tcp
ufw limit ssh/tcp ---this command limits SSH connections to 6 every 30 seconds
ufw allow PORT/tcp
ufw logging on
ufw enable
ufw status [ TO CHECK FIREWALL STATUS ]
ufw disable [ THIS WILL DISABLE FIREWALL !! ]

Also what about making new users on Lynux so as not to have to run in ROOT [sudo adduser] ect, is that not more secure or does GB HAVE to be run in ROOT ?

AND not need firewall ?









31
Beginners & Help / restart after config file change LYNUX ??
« on: September 23, 2017, 05:35:31 PM »
If I run GB on a lynux VPS and then change the config file do I have to restart GB for the changes to take effect ?

Pages: 1 [2]