whittlem / pycryptobot

Python Crypto Bot (PyCryptoBot)
Apache License 2.0
1.97k stars 738 forks source link

Bot Won't Run Outside Test Mode #676

Closed Kazaguya closed 2 years ago

Kazaguya commented 2 years ago

I've added my api information for coinbase pro, but it still runs on test mode instead of actually going live. Not sure if I'm doing something wrong or missed a step in setup, please help :pray:

JamesSimpson commented 2 years ago

config.json file - make sure live = 1

Kazaguya commented 2 years ago

It wasn't that but you did help me realize that I had left it as config.json.sample and forgot to just make it a json file. Bonehead mistake but the bot is running now, thank you!