Skip to content
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

Open
sebseb7 opened this issue Feb 26, 2018 · 4 comments
Open

invalid job id #159

sebseb7 opened this issue Feb 26, 2018 · 4 comments

Comments

@sebseb7
Copy link

sebseb7 commented Feb 26, 2018

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 ?

@sebseb7
Copy link
Author

sebseb7 commented Feb 26, 2018

here is the miner: http://cryptoknight.cc/stellite/miner.html

and walletgenerator for testing: http://cryptoknight.cc/stellite/pages/paperwallet.html

@sebseb7
Copy link
Author

sebseb7 commented Feb 26, 2018

the coinhive proxy seems not to react to new jobs from the pool at all... how to debug that?

@sebseb7
Copy link
Author

sebseb7 commented Feb 26, 2018

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];
207 if (!minerId) {
208 console.warn('b');
209 // miner is not online anymore
210 //return;
211 }

@DNNSITE
Copy link

DNNSITE commented Apr 8, 2018

Has anyone solved this problem?

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

No branches or pull requests

2 participants