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

CKB on nicehash doesn't send any shares #47

Open
gingertrol opened this issue Jan 7, 2020 · 2 comments
Open

CKB on nicehash doesn't send any shares #47

gingertrol opened this issue Jan 7, 2020 · 2 comments

Comments

@gingertrol
Copy link

No description provided.

@gingertrol
Copy link
Author

NBminer and TT miner work without any issues

@rostfrei
Copy link

rostfrei commented Jan 8, 2020

We found out what is the problem. Gminer does not properly handle various lengths of xn1. It sims that it always expect xn1 to be 4 bytes. When we provide xn1 of len 4 it submits shares, otherwise it does not work.

this works

{"id":1,"method":"mining.subscribe","params":["GMiner/1.92",null,"stratum-test.eu.nicehash.com","6464"]}
{"id":1,"result":[null,"0005c3bb",12],"error":null}

this does not work

{"id":1,"method":"mining.subscribe","params":["GMiner/1.92",null,"stratum-test.eu.nicehash.com","3381"]}
{"id":1,"error":null,"result":[["mining.notify","10706555d8467d90318c601792bdfaa5"],"0005c44f43",11]}

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