This repository was archived by the owner on Oct 25, 2023. It is now read-only.
Pool server for equihash solution <n, k>#1
Closed
litecoinz-project wants to merge 5 commits intoHorizenOfficial:masterfrom
litecoinz-project:master
Closed
Pool server for equihash solution <n, k>#1litecoinz-project wants to merge 5 commits intoHorizenOfficial:masterfrom litecoinz-project:master
litecoinz-project wants to merge 5 commits intoHorizenOfficial:masterfrom
litecoinz-project:master
Conversation
|
Concept ACK, also see https://github.com/NickRHill/zh-nomp |
Author
|
They accept only equihash as coin algorithm parameter. That implementation precludes the use of z-nomp in a generic way for all the variants of equihash (n = 200 / k = 9, n = 144 / k = 5, n = 192 / k = 7, etc etc) because these parameters are hard-coded in their equihashverify fork and not passed as in my implementation from z-nomp coin configuration: |
Author
|
See also PR HorizenOfficial/node-stratum-pool#1 |
|
We're not maintaining this anymore, you'll have much better success over at the S-NOMP repo: https://github.com/s-nomp I think they've already implemented this though. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR, together with those to be applied on equihashverify and node-stratum-poo, allows to install a pool server based on z-nomp able to manage and validate the following equihash solutions:
Supported equihash algorithm options:
Dependencies:
HorizenOfficial/equihashverify#2
z-classic/node-stratum-pool#35