-
Notifications
You must be signed in to change notification settings - Fork 132
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
Suggest difficulty after auth to fix ckpool issue #353
Conversation
Can you check this on a few other pools for compatibility? I suggest OCEAN, Braiins and maybe Luxor |
Tried it on OCEAN and Braiins for now. suggest_difficulity failed on both at startup, but it was failing the same way without this patch as well. |
I tried this out with Nicehash, the other picky pool, IIRC. Seems to work fine (they ignore our |
Public-pool doesn't pickup the suggest_difficulty like this. I swear it did before?
|
I tested on public pool, but let me test again. |
Yea looks good for me at least, but this does not have all the other patches
|
ckpool requires that the client is authorized before suggesting a new mining difficulty.
https://bitbucket.org/ckolivas/ckpool-solo/src/d385b74b6fec45bca2d95f33c512f2827a8d90fc/src/stratifier.c#lines-6724