Username: Password:

Author Topic: Gunbot 7.0.1 stuck at "Loading exchange"  (Read 6382 times)

Offline Snail2

  • Rookie
  • *
  • Posts: 9
    • View Profile
Gunbot 7.0.1 stuck at "Loading exchange"
« on: December 18, 2017, 12:11:54 PM »
Upgraded to 7.0.1 from 6.0.2 as described in Wiki: clean install and copying db.sqlite to the new v7.0.1 folder. All settings look fine but when I try to run GunBot it stuck at "Loading config... Loading exchange Poloniex". Pairs are all caps and using underscore (_), so that should be OK. Any idea would be appreciated.

mydogisbetter

  • Guest
Re: Gunbot 7.0.1 stuck at "Loading exchange"
« Reply #1 on: December 18, 2017, 01:07:49 PM »
How you enter pairs has changed. Change the _ to a - and it should work.

https://github.com/GuntharDeNiro/BTCT/wiki/Configuring-Gunbot#pairs

Pairs
In the pairs sections you can configure which pairs to use, on which exchange and which strategy should be used, optional overrides are possible. You need to remove any example pairs in the config.js file that you are not planning to use. Pairs need to be written in CAPS.

The set market coin is the one you want to accumulate. You use the base coin to buy another asset, and sell it back for profit in the base currency.

Gunbot normalizes pair notation, so all pairs for all exchanges follow the same logic:

BASECOIN-MARKETCOIN

All pairs with BTC as base currency are written like:

BTC-ETH, BTC-OK, BTC-XLM

All pairs with USDT as base currency are written like:

USDT-BTC, USDT-ETH, USDT-XMR

Offline ruphus

  • Rookie
  • *
  • Posts: 68
    • View Profile
Re: Gunbot 7.0.1 stuck at "Loading exchange"
« Reply #2 on: December 19, 2017, 03:34:58 AM »
i have had the same issue yesterday as well. and the same fix helped out.

check your pair nomenclature

Offline Snail2

  • Rookie
  • *
  • Posts: 9
    • View Profile
Re: Gunbot 7.0.1 stuck at "Loading exchange"
« Reply #3 on: December 19, 2017, 02:46:06 PM »
Thanks! Changing "_"to "-" fixed the issues.