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.


Topics - albatros24

Pages: [1]
1
Beginners & Help / Gunbot XT pairs cycling
« on: November 15, 2017, 01:59:40 PM »
Hello,

I've just transitioned from Gunbot v3.3.2 to Gunbot v6.0.1

If I'm correct, Gunbot XT is cycling through my pairs every 5-6 seconds between each pair on Bittrex.

I'll add more instances of Gunbot XT on the same machine, which means more pairs.

Is it possible to control the cycling time between the pairs (as I wouldn't want to get banned)?

Does the interval_ticker_update control that? I've set it to 120000, but it still cycles through the pairs every 5-6 seconds.

2
Beginners & Help / Gunbot v 3.3.2 not using the proper strategy
« on: November 07, 2017, 02:01:14 PM »
Hello,

I'm using Gunbot v 3.3.2 on Linux Debian.

I have noticed that if I input BB for the BUY_STRATEGY variable, I still get the following output in my logs:

###[ --2017/11/07 14:55:10--Bittrex--BTC_NAV  --  Gunbot v3.3 cycle #4607 --------------- ]
::::: collecting market data...
***************************************************
Low BB:0.00010759 - High BB:0.00011315
***************************************************
BB price to buy 0.00010898239880547414 -- GAIN price to buy 0.00010705990880000002
++++
LP 0.00010804  Bal.BTC 0.01763395  Bal.NAV 0(0)
No open orders
boughtPrice 0.000105
price  falls (-4)
PriceToBuy 1.0706 priceToSell 1.0710
LP 1.0804000 > prBuy 1.0705991  secMargin -0.0000010500000000000001  grows no
no altcoins: 0
price to buy: 0.00010705990880000002
last price is too high
Gunbot callback at 2017/11/07 14:55:13 cycle # 4607
Callback:
---------
price too high
need faster: no
need slower: no

next delay will be 120s


Notice that the "BB price to buy" is 0.00010898239880547414, while "GAIN price to buy" is 0.00010705990880000002.

A few lines after that, Gunbot says that "PriceToBuy" is 1.0706 meaning that it is specifically targeting GAIN price to buy, and not BB price to buy, even though I've selected BB as the buy strategy.

The bot has been working for 3 days prior to this log output.

Am I wrong in my interpretation or is this some kind of error? How can I fix it?

Thanks

3
Technical Support & Development / Gunbot v 3.3.2 error
« on: November 07, 2017, 01:49:53 PM »
Hello, I'm using Gunbot v 3.3.2 on Linux Debian. When i check the error logs i get this error, or series of errors:

Unhandled rejection StatusCodeError: 503 - "The service is unavailable."
    at new StatusCodeError (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request-promise-core/lib/errors.js:32:15)
    at Request.plumbing.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request-promise-core/lib/plumbing.js:104:33)
    at Request.RP$callback [as _callback] (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request-promise-core/lib/plumbing.js:46:31)
    at Request.self.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:192:7)
    at Request.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1171:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:189:7)
    at IncomingMessage.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1091:12)
    at Object.onceWrapper (events.js:291:19)
    at emitNone (events.js:91:20)
    at IncomingMessage.emit (events.js:186:7)
    at endReadableNT (_stream_readable.js:974:12)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)
(node:24264) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:17676) DeprecationWarning: Calling an asynchronous function without callback is deprecated.


Does anyone have any idea as to what this means?

4
Beginners & Help / Gunbot 3.3.2 + PM2 help needed
« on: October 15, 2017, 02:30:31 PM »
Hello,

I have two questions regarding PM2:

1) How to add process ID column to the table shown after
Quote
PM2 list
command is used?

2) Is it possible to add a process to .yaml file and to start it but without stopping already running processes and how is it done?

Thanks!

5
Beginners & Help / Gunbot log explanation
« on: October 13, 2017, 07:35:37 PM »
Hello,

I'm using Gunbot 3.3.2 with PM2 and as much as I can tell, Gunbot is working fine.

However, when I issue the command to check Gunbot logs, I receive the following output:

Quote
1|BTC_XEL  |     at self.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188:22)
1|BTC_XEL  |     at emitOne (events.js:96:13)
1|BTC_XEL  |     at Request.emit (events.js:189:7)
1|BTC_XEL  |     at ClientRequest.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:822:16)
1|BTC_XEL  |     at Object.onceWrapper (events.js:291:19)
1|BTC_XEL  |     at emitNone (events.js:86:13)
1|BTC_XEL  |     at ClientRequest.emit (events.js:186:7)
1|BTC_XEL  |     at TLSSocket.emitTimeout (_http_client.js:679:10)
1|BTC_XEL  |     at Object.onceWrapper (events.js:291:19)
1|BTC_XEL  |     at emitNone (events.js:86:13)
1|BTC_XEL  |     at TLSSocket.emit (events.js:186:7)
1|BTC_XEL  |     at TLSSocket.Socket._onTimeout (net.js:342:8)
1|BTC_XEL  |     at ontimeout (timers.js:365:14)
1|BTC_XEL  |     at tryOnTimeout (timers.js:237:5)
1|BTC_XEL  |     at Timer.listOnTimeout (timers.js:207:5)

1|BTC_XEL  | PriceToBuy 0.5574 priceToSell 0.5714
1|BTC_XEL  | LP 0.5714000 > prBuy 0.5574006  secMargin -5.841259999999996e-7  grows no
1|BTC_XEL  | no altcoins: null
1|BTC_XEL  | price to buy: 0.000055740064
1|BTC_XEL  | last price is too high
1|BTC_XEL  | Gunbot callback at 2017/10/13 20:27:52 cycle # 1100
1|BTC_XEL  | Callback:
1|BTC_XEL  | ---------
1|BTC_XEL  | price too high
1|BTC_XEL  | need faster: yes
1|BTC_XEL  | need slower: no
1|BTC_XEL  |
1|BTC_XEL  | next delay will be 60s
1|BTC_XEL  |
1|BTC_XEL  |
I panicked a bit when I saw "/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/".

Can anyone explain lines 1 and 4 with regards to user Enrico and xBot?

Thank you!

6
Beginners & Help / Error starting Gunbot 3.3.2. in Linux Mint 18.2
« on: September 21, 2017, 02:54:53 PM »
Hello,

trying to set-up Gunbot 3.3.2 in Linux Mint 18.2 but when i run this command in the terminal:

Quote
./gunthy-linuxx64 BTC_XRP

I get this output:

Quote
Bot crashed at 2017/09/21 15:47:52
Reason: Failed to load config!!!
Parameter: undefined-BTC_XRP-config.js
Original error: { Error: Cannot find module '/home/albatros/Programi/gunbot/undefined-BTC_XRP-config.js'
    at Module._resolveFilename (module.js:470:15)
    at Function.Module._resolveFilename (evalmachine.<anonymous>:0:0)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at Module.require (evalmachine.<anonymous>:0:0)
    at require (internal/module.js:20:19)
    at loadConfig (evalmachine.<anonymous>:0:0)
    at new Bot (evalmachine.<anonymous>:0:0)
    at Object.console./snapshot/Users/Enrico/Desktop/xBot_v2.9.3/index.js.dev (evalmachine.<anonymous>:0:0)
    at Module._compile (evalmachine.<anonymous>:0:0)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.runMain (evalmachine.<anonymous>:0:0)
    at run (bootstrap_node.js:426:7)
    at startup (bootstrap_node.js:147:9)
    at bootstrap_node.js:541:3 code: 'MODULE_NOT_FOUND' }

Any help would be appreciated!

7
Beginners & Help / Running Gunbot on Linux Mint 18 with and without VPS
« on: September 19, 2017, 06:04:00 PM »
Hello everyone, I'm fairly new to crypto and I just bought a Gunbot license.

I have a dual boot Linux Mint 18/Win 10 machine but I would like to run Gunbot on Linux Mint 18.

I am also fairly new to Linux.

Today I was trying to begin setting it up and noticed that all of the tutorials for Linux use VPS.

Why is VPS used at all?

Is it possible to run Gunbot on Linux without setting up VPS and are there any tutorials which explain how to do it?

If I set up Gunbot with VPS, do I have to have my computer turned on at all times?

Also how much resources does Gunbot use if set-up with VPS as opposed to using it without VPS?

Thanks to anyone that takes the time to answer my questions!

Pages: [1]