-
Notifications
You must be signed in to change notification settings - Fork 167
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
Braiins pool not working with v2.0.5 #80
Comments
I tried this myself and it also crashes. relevant log;
|
this is how it looks with public-pool
|
here is Braiins pool with v2.0.4
|
it seems that the issue is sending |
So the STRATUM_V1_configure_version_rolling function doesn't work (the parsing isn't correct) but if the order is reversed this function is skipped |
this seems related to #50 |
oh, I see what you mean.. Braiins is even complaining about it here; ConfigurationOutOfOrder
|
Did some more work on this, When the order is correct mining.subscribe does not immediately receive the correct response. Example response: Actual response:
So instead of a response we're getting a |
Stratum reference: https://reference.cash/mining/stratum-protocol |
I am using braiins with 2.1.7 and it's working. |
from twitter; https://x.com/der_hodler/status/1744807662947045797?s=20
The text was updated successfully, but these errors were encountered: