From 06eeb4291ef128b3692ceccd605fb8f433702d5e Mon Sep 17 00:00:00 2001 From: taniman Date: Thu, 19 Oct 2017 14:47:43 +0200 Subject: [PATCH] Delete start-application.bat --- start-application.bat | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 start-application.bat diff --git a/start-application.bat b/start-application.bat deleted file mode 100644 index 735555c..0000000 --- a/start-application.bat +++ /dev/null @@ -1,21 +0,0 @@ -echo off -set sp=--server.port=443 -set sks=--server.ssl.key-store=classpath:poloniex.keystore -set sksp=--server.ssl.key-store-password=poloniex -set skp=--server.ssl.key-password=poloniex -set gbl=--gunbot.location=file://C:/Users/Taniman/Documents/GUNBOT_v3.3.2 - -REM set lnl=--logging.level.nl.komtek=DEBUG - -REM This apiKey pair will do all the heavy lifting -set da=--default_apiKey=first api key -set ds=--default_apiSecret=your secret - -REM This apiKey will do the buying and selling and orders canceling stuff. You can add more if you have lots of pairs buying and selling -set a=--apiKey1=another apiKey -set as=--apiSecret1=your secret - -set dbp=--doubleBuyProtectionSeconds=60 - -java -jar GunbotProxyCommunity-0.9.7.jar %sp% %sks% %sksp% %skp% %da% %ds% %a% %as% %lnl% %dbp% -pause