We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
int epoch_number = block_number / 30000; const struct ethash_epoch_context *context = ethash_get_global_epoch_context(epoch_number); ethash::search_result ethash_result = ethash::search_light(*context, header_hash, boundary, nonce, 1); if (!ethash_result.solution_found) { return LOW_DIFFICULTY; }
The code can search solution for ethereum, but can not for etc node and cpp-etchash code. Please help me @q9f @iquidus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
int epoch_number = block_number / 30000;
const struct ethash_epoch_context *context = ethash_get_global_epoch_context(epoch_number);
ethash::search_result ethash_result = ethash::search_light(*context, header_hash, boundary, nonce, 1);
if (!ethash_result.solution_found) {
return LOW_DIFFICULTY;
}
The code can search solution for ethereum, but can not for etc node and cpp-etchash code. Please help me
@q9f @iquidus
The text was updated successfully, but these errors were encountered: