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

PoW fix #167

Merged
merged 1 commit into from Jan 29, 2019
Merged

PoW fix #167

merged 1 commit into from Jan 29, 2019

Conversation

fireice-uk
Copy link
Member

  • Fix a bug in the proof of work

Flipping a singe bit in +0 (0x00000000) or -0 (0x80000000) will produce a denormal number. This made us stray into off-specification behaviour on AMD

  • Iteration reduction

Reduce iterations to 49152 (3MB written) to aid CPU verification. Ballpark hash time for a decent CPU is around 100ms / hash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants