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

Pages: [1]
1
+1 on the BOT_DELAY explanation..

Why Bot_delay when interval_ticker_update is querying each 20 sec ?

      "interval_ticker_update": 20000,

      "BOT_DELAY": 1

I dont seem to see the BOT_DELAY explanation, could you kindly repost

2
General Discussion / Error using cryptopia
« on: September 20, 2017, 03:36:00 AM »
Just started trying crytopia. Comes up with errors

SyntaxError: Unexpected token < in JSON at position 0
    at JSON.parse (<anonymous>)
    at IncomingMessage.<anonymous> (C:\snapshot\Gunbot-master\cryptopia-api\index.js:171:31)
    at emitNone (events.js:110:20)
    at IncomingMessage.emit (events.js:207:7)
    at endReadableNT (_stream_readable.js:1045:12)
    at _combinedTickCallback (internal/process/next_tick.js:102:11)
    at process._tickCallback (internal/process/next_tick.js:161:9)
Loading config...
Loading exchange cryptopia
undefined:1
<!DOCTYPE html>
^

SyntaxError: Unexpected token < in JSON at position 0
    at JSON.parse (<anonymous>)
    at IncomingMessage.<anonymous> (C:\snapshot\Gunbot-master\cryptopia-api\index.js:171:31)
    at emitNone (events.js:110:20)
    at IncomingMessage.emit (events.js:207:7)
    at endReadableNT (_stream_readable.js:1045:12)
    at _combinedTickCallback (internal/process/next_tick.js:102:11)

3
General Discussion / Re: First!
« on: September 16, 2017, 10:02:48 AM »
I'm also interested to know

4
General Discussion / Any one using cryoptopia yet
« on: September 16, 2017, 10:01:57 AM »
Is anyone yet using gb on cryptopia

5
Beginners & Help / Re: [TUT] How to running GUNBOT in Linux
« on: September 13, 2017, 12:20:22 PM »
This seems to work for me

1. make sure you have a config.js for the pair
 just copy an existing one and rename replacing the BTC_XXX part of the name

2. run the following command

pm2 start ./gunthy-linuxx64 --name "BTC_LGD_B" -- BTC_LGD bittrex

this will start the BTC_LGD pair on bittrex

to delete a pair

pm2 delete BTC_LGD_B

Corrections welcome

Pages: [1]