kemargrant / c4d

A crypto trading robot that performs triangular arbitrage
Other
47 stars 10 forks source link

database not found #1

Closed KamillusWabner closed 6 years ago

KamillusWabner commented 6 years ago

When I run node c4d.js it says: Database Not Found

kemargrant commented 6 years ago

If you have the default settings that is a normal console message. If you want to use a mongodb add the connection string and change the connect Boolean from false to true in the configuration file.

KamillusWabner commented 6 years ago

Okay. I added one and it works fine.