-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
As I understand, this ProgPoW tree relies on never finding a solution below target, or else it'd try to validate the solution on CPU as Ethash, which will fail. The fork at https://github.com/BitcoinInterestOfficial/ProgPOW does simply:
// ProgPoW CPU validation is not implemented, override
s_noeval = true;Does any other tree implement lightweight ProgPoW validation on CPU?
[My c-progpow based off this ProgPoW tree's README.md currently only implements (cached-)full-DAG-based computation on CPU. Not lightweight.]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels