-
Notifications
You must be signed in to change notification settings - Fork 462
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
invalid job id #159
Comments
here is the miner: http://cryptoknight.cc/stellite/miner.html and walletgenerator for testing: http://cryptoknight.cc/stellite/pages/paperwallet.html |
the coinhive proxy seems not to react to new jobs from the pool at all... how to debug that? |
sees due to new job don have an id: {"jsonrpc":"2.0","method":"job","params":{"blob":"0101ead4cdd405704c1c420e1c8e185cd3ced549f3ae03428272382ebffba56ab7bd6dd914193500000000e8bd2a17d57e5dde6c60a901bf977ad5c289ce67c2d3d2191ef27692f253232607","job_id":"999866613536141","target":"ffffff00"}} so that fails: var minerId = this.minerId[jobParams.id]; |
Has anyone solved this problem? |
I use 2.6.11 and connect to a locally installed cryptonote pool.
(http://cryptoknight.cc/stellite/)
I get frequent "{"code":-1,"message":"Invalid job id"} proxy error: undefined ".
what is the problem and how to debug ?
The text was updated successfully, but these errors were encountered: