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

Pages: [1]
1
Beginners & Help / Gunbot 3.3.4 config.js examples
« on: August 01, 2017, 11:35:03 AM »
default example for traiding pairs
Code: [Select]
"pairs": {
"poloniex": {
"BTC_XMR": {
"strategy": "bb",
"override": {}
}
},
"kraken": {
"DASHEUR": {
"strategy": "bb",
"override": {}
}
},
"bittrex": {
"BTC-LTC": {
"strategy": "bb",
"override": {}
}
}
},
my example for just poloniex and multy pairs
Code: [Select]
"pairs": {
"poloniex": {
"BTC_DCR": {
"strategy": "bb",
"override": {}
},
"BTC_LTC": {
"strategy": "bb",
"override": {}
},
"BTC_STR": {
"strategy": "bb",
"override": {}
},
"BTC_STRAT": {
"strategy": "bb",
"override": {}
},
"BTC_USDT": {
"strategy": "bb",
"override": {}
},
"BTC_VIA": {
"strategy": "bb",
"override": {}
},
"BTC_XEM": {
"strategy": "bb",
"override": {}
},
"BTC_XMR": {
"strategy": "bb",
"override": {}
},
"BTC_XRP": {
"strategy": "bb",
"override": {}
},
"BTC_ZEC": {
"strategy": "bb",
"override": {}
}
}
},

if anyone have some good examples of strategyes settings.... please share :D 8)

2
Beginners & Help / Gunbot 3.3.4 on linux?
« on: August 01, 2017, 11:31:17 AM »
hi, i want to setup gunbot on linux but can't find and documentation or anything?
all i see in rar is file gunthy-linx64 without extension :D
i have found some older tutorials but they dont work anymore....
help?

my system:
Ubuntu 16.04.2 LTS (server only)

Pages: [1]