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

example.c #8

Open
mutluit opened this issue Jun 9, 2017 · 1 comment
Open

example.c #8

mutluit opened this issue Jun 9, 2017 · 1 comment

Comments

@mutluit
Copy link

mutluit commented Jun 9, 2017

Hi,
it runs thru all the 2^32 possible nonces, goes out of the inner loop and says "Found nonce: 0xffffffff", although it has not found one.
Isn't that a bug?

@ghostlander
Copy link

That's a bug indeed because it prints "Found nonce" when it runs out of nonce range and attempts to submit the last one. There is a better way to do this mining loop anyway.

ghostlander/nsgminer@9fada06

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

2 participants