-
Notifications
You must be signed in to change notification settings - Fork 136
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
JDC is not doing fallback to solo-mining #844
Comments
To reproduce the issue, just try to fake the prev_hash used by the pool to check shares sent by downstream, by changing line 1159 in protocols/v2/roles-logic-sv2/src/channel-logic/channel_factory.rs with this: //let prev_blockhash = crate::utils::u256_to_block_hash(referenced_job.prev_hash.clone()); |
it would be good to reproduce this with MG |
partially solved by #1001 |
During testing, I noticed that sometimes JDC disconnects from upstreams because of some shares refused by the pool (this needs to be investigated better).
In this case, our default config for JDC doesn't contain a second upstream, so JDC should fallback to solo-mining.
But it's not doing that, instead it just hangs there.
The text was updated successfully, but these errors were encountered: