BlackBot
BlackBot copied to clipboard
Not starting issue, errors on canceling open orders
Hello,
With a fresh install, here are the blackbot outputs on startup :
python BlackBot.py sample-bot.cfg
[Nov 05 2018 14:32:32 UTC] : Reading config file 'sample-bot.cfg'
[Nov 05 2018 14:32:32 UTC] : --------------------------------------------------------------------------------
[Nov 05 2018 14:32:32 UTC] : Address : VALID ADDRESS
[Nov 05 2018 14:32:32 UTC] : Amount Asset ID : WAVES
[Nov 05 2018 14:32:32 UTC] : Price Asset ID : VALID ASSET CODE
[Nov 05 2018 14:32:32 UTC] : --------------------------------------------------------------------------------
[Nov 05 2018 14:32:32 UTC] :
[Nov 05 2018 14:32:32 UTC] : Cancelling open orders...
Traceback (most recent call last):
File "BlackBot.py", line 122, in
Can someone give me some help ?
What does your config file look like?
Had the same problem, you need to switch Asset ID and Price Asset ID in the config file, then it works.