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
When computing work add the uint256_t that is being used as the basis of work to the logs:
Old:
[2018-12-12 18:00:59.430585]: Work generation complete: 943731 us
Proposed new:
[2018-12-12 18:00:59.430585]: Work generation for 48AF96209FAD14F0FA94EA712352B00D15DA866DD250A649F10CACC05CCC4BE1 complete: 943731 us
The text was updated successfully, but these errors were encountered:
I would suggest also logging the respective threshold, as a multiplier (from base difficulty) or simply the value.
Sorry, something went wrong.
rkeene
No branches or pull requests
When computing work add the uint256_t that is being used as the basis of work to the logs:
Old:
Proposed new:
The text was updated successfully, but these errors were encountered: