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

Empty job with out nbits #9

Closed
vay007 opened this issue Aug 17, 2021 · 0 comments
Closed

Empty job with out nbits #9

vay007 opened this issue Aug 17, 2021 · 0 comments

Comments

@vay007
Copy link

vay007 commented Aug 17, 2021

The bitpeer and poolbench modules, After finding a new block, do not update nbits when initializing empty job, could there be a problem here?

if (nbits) {
outer.nbits = nbits;
} else {
outer.nbits = curr_job->nbits;
}

If the new block require a change in nbits.

@vay007 vay007 changed the title Empty job with not nbits Empty job with out nbits Aug 17, 2021
@vay007 vay007 closed this as completed Aug 17, 2021
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

1 participant