-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem settings Crex as market #423
Comments
Run npm start after updating settings.json, and then you can run the market sync. |
Now it gives no error but price is always zero |
set this
to
in your settings.json. Line 7 in c681306
The api is calling for "BTAD-CREX" in your current setting which is not a ticker. Probably could use a better naming scheme for that setting. |
Ahhh ok, i misunderstood "exchange" :) |
|
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have edited settings.json to add crex as markets but running
node scripts/sync.js market
it says
error: entry for crex does not exists in markets db.
settings.json looks like
"markets": {
"coin": "BTAD",
"exchange": "crex",
"enabled": ["crex"],
"ccex_key" : "Get-Your-Own-Key",
"default": "crex"
},
The text was updated successfully, but these errors were encountered: