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

Pages: [1]
1
Gunbot XT needs file permissions set, so he can create and write the need config, log, err and database file .

Set File Permission in Windows :




Set File Permissions in Mac OS (and run WEB GUI) :


2
How to FIX the JSON GUI CRASH - Windows GUI - Gunbot 3.3.2

GUNBOT 3.3.2 GUI (Windows) will sometimes crash .

There is a very simple thing to do :
1. When you start a new pair, a new message box will appear that tells you to wait .
2. DO NOT click on Retry or Cancel and let the message box disappear by itself .

[youtube]https://www.youtube.com/watch?v=7bBewKoN0x0[/youtube]

Youtube video (for high resolution) :
https://youtu.be/7bBewKoN0x0


Original post :
https://thecryptobot.com/2017/07/21/fix-jsongui-crash-windows-gunbot-3-3-2/

3

// * 1. GENERATE API KEYS IN POLONIEX
// * 2. GIVE GUNTHAR THE NEW API KEYS (public key / not secret key)
// * 3. ADD THE FOLLOWING LINES TO ALLPAIRS-params.js

/////////////////////////////////////////////////////////////////////////////////////////////////////////

// *** IN THE TOP of ALLPAIRS-params.js
var randrreturn = ['api1', 'api2', 'api3', 'api4','api5'][Math.floor(Math.random() * 5)]
var objapilist = {
    'api1' : {
        'api' : 'API-KEY-1',
        'secret' : 'API-SECRET-GOES-HERE'
    },
    'api2' : {
        'api' : 'API-KEY-2',
        'secret' : 'API-SECRET-GOES-HERE'
    },
    'api3' : {
        'api' : 'API-KEY-3',
        'secret' : 'API-SECRET-GOES-HERE'
    },
    'api4' : {
        'api' : 'API-KEY-4',
        'secret' : 'API-SECRET-GOES-HERE'
    },
    'api5' : {
        'api' : 'API-KEY-5',
        'secret' : 'API-SECRET-GOES-HERE'
    }
};
/////////////////////////////////////////////////////////////////////////////////////////////////////////

// *** IN THE var config = { ADD the following lines

    //---POLONIEX RANDOM API key and secret
    POLONIEX_KEY: objapilist[randrreturn]["api"],
    POLONIEX_SECRET: objapilist[randrreturn]["secret"],

4
Beginners & Help / WINDOWS TUTORIAL FOR GUNBOT - VIDEO
« on: April 12, 2017, 05:32:49 PM »
WINDOWS TUTORIAL FOR GUNBOT - VIDEO

[youtube]https://www.youtube.com/watch?v=1PdlESffhnM[/youtube]

VIDEO ON MIXTAPE (really good quality) : https://my.mixtape.moe/imyltn.webm

1. DOWNLOAD the GUNBOT FROM :
https://github.com/GuntharDeNiro/BTCT/releases/

2. GET YOUR POLO API KEY and SECRET . ( NOTE : DO NOT share your API SECRET ! )

3. RUN GUNBOT.exe and GENERATE PAIR CONFIG with GUNBOT.exe  ( OR - OPTIONAL: GENERATE PAIR CONFIG manually with copy-paste)
   
4. RUN the BOT

   4.1 RUN the bot - execute GUNBOT.exe
   4.0 ENTER your API key and API SECRET
   4.1.1 ADD PAIR (BTC_BELA or BTC_XMR or BTC_ETH / etc.)
   4.1.2 CLICK SAVE Settings
   4.1.3 CLICK RUN GUNBOT
   4.1.4 CLICK the PAIR TAB
   4.1.5 CLICK the BLUE ICON
   -FIN-

   -OR-

   4.2 RUN the bot with supergun.exe and a .bat file

5.3 HOW TO MAKE A .bat file to run supergun.exe and some more tricks .

[youtube]https://www.youtube.com/watch?v=I_gkwNKeIkI[/youtube]

    5.1.1 CREATE a .bat file in the main GUNBOT directory . Example : RunTheBot.bat
    5.1.2 ADD a line in the file for each pair :
          start cmd /k supergun.exe BTC_XMR
          start cmd /k supergun.exe BTC_BELA
          start cmd /k supergun.exe BTC_XRP

[youtube]https://www.youtube.com/watch?v=qhU3y0iwiEI[/youtube]

    5.2.1 STOP ALL CMD WINDOWS / KILL ALL CMD TASKS with one simple line :
        1. START CMD.exe
        2. TYPE :
        taskkill /IM cmd.exe
______________________________________________________________________________________________

OPTIONAL : Watch the POLONIEX trade history to get a clear view of what the bot is Buying and Selling
https://poloniex.com/tradeHistory

GET HELP HERE
FORUM: https://gunthy.org

MORE LINKS
DOWNLOAD: https://github.com/GuntharDeNiro/BTCT/releases/
FORUM: https://gunthy.org
BITCOINTALK: https://bitcointalk.org/index.php?topic=1715214.0

DON'T HAVE A GUNBOT LICENCE YET ?!
see How to buy Gunbot below

[youtube]https://www.youtube.com/watch?v=8knmGyCo0UA[/youtube]

Pages: [1]