Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

cexio getBalance error: Nonce must be incremented #985

Closed
msalek opened this issue Dec 25, 2017 · 2 comments
Closed

cexio getBalance error: Nonce must be incremented #985

msalek opened this issue Dec 25, 2017 · 2 comments

Comments

@msalek
Copy link

msalek commented Dec 25, 2017

System information

  • **OS Platform and Distribution **: Linux Ubuntu 16.04
  • Zenbot version: 4.0.5
  • NodeJS version: 8.9.3
  • Exact command to reproduce: ./zenbot.sh trade cexio.BTC-USD --debug

Describe the problem

unable to run zenbot trade mode CEXIO !!!

capture

@defkev
Copy link
Contributor

defkev commented Dec 25, 2017

Nonce must be incremented

The api-module for CEX (like most others) uses the timestamp for the Nonce field, as it logically continuously increments, unless you adjust the systems time backwards, which i suppose is what happened in your case.

Make sure your system time is correct (use ntpd) and replace your API key with a new one.

@msalek
Copy link
Author

msalek commented Dec 25, 2017

thank you @defkev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants