You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when the pool send set new prev hash to the JDC, the JDC do nothing. The correct behavior should be:
compare it with the SNP it is mining on
if different stop sending shares upstream (in the future would be nice also to send a signal downstream to pause the miners)
fnhandle_set_new_prev_hash(&mutself,
_: roles_logic_sv2::mining_sv2::SetNewPrevHash,) -> Result<roles_logic_sv2::handlers::mining::SendTo<Downstream>,RolesLogicError>{warn!("SNPH received from upstream, proxy ignore it, and use the one declared by JOB DECLARATOR");Ok(SendTo::None(None))}
The text was updated successfully, but these errors were encountered:
Right now when the pool send set new prev hash to the JDC, the JDC do nothing. The correct behavior should be:
The text was updated successfully, but these errors were encountered: