markusaksli / TradeBot

Crypto trading bot using Binance API (Java)
GNU General Public License v3.0
373 stars 138 forks source link

TradeBot won't start #30

Closed mike-hm closed 3 years ago

mike-hm commented 3 years ago

The TradeBot is a great bot - great job but I can't get it running since 06/24/2021. The console opens and nothing appears even after a long wait. Previously, it worked very well. I checked on various operating systems such as Windows 7 x64, Windows Server 2012, Linux Mint 19. JAVA version - 1.8.0_291-b10. Please help.

1

markusaksli commented 3 years ago

The bot still seems to work fine from my IDE but the release build won't output anything after starting for me as well.

mike-hm commented 3 years ago

So what's the solution to run a bot? Run via IDE? I still can't get it running.

markusaksli commented 3 years ago

Fixed by https://github.com/markusaksli/TradeBot/releases/tag/v0.10.1

Seems like some change in the binance API caused this? Not sure because it is still only reproducible in the executable but the latest release should have fixed it (although it only uses a workaround in practice).

Trying to see what exactly causes the issue will likely take a bit more digging but the rework takes priority for now.

mike-hm commented 3 years ago

Thank you so much. Great job :)

mike-hm commented 3 years ago

Unfortunately, the bot still does not work. The bot starts but does not set a purchase order. None of the orders were purchased. Below is a screenshot.

screen