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

Validate equihash solution <n, k> #35

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Validate equihash solution <n, k> #35

wants to merge 6 commits into from

Conversation

litecoinz-project
Copy link

@litecoinz-project litecoinz-project commented Jun 6, 2018

This PR, together with those to be applied on equihashverify and z-nomp, allows to install a pool server based on z-nomp able to manage and validate the following equihash solutions:

  • n = 48, k = 5
  • n = 96, k = 3
  • n = 96, k = 5
  • n = 192, k = 7
  • n = 200, k = 9

Supported equihash algorithm options:

  • Equihash48_5
  • Equihash96_3
  • Equihash96_5
  • Equihash144_5
  • Equihash192_7
  • Equihash200_9

Dependencies:
HorizenOfficial/equihashverify#2
z-classic/z-nomp#348

@nimbosa nimbosa added this to the v1.1.1 milestone Sep 30, 2018
@nimbosa nimbosa requested review from sennevb and a team October 12, 2018 04:40
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

Successfully merging this pull request may close these issues.

3 participants