-
Notifications
You must be signed in to change notification settings - Fork 827
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
lyra2re algo #403
lyra2re algo #403
Conversation
can you please squash these commits together into a single commit and force push |
It looks ok for the most part but:
|
To remove opt_lyra you can access current algorithm from thr->cgpu->algorithm So you could add a bool with a name something like When you are done with the changes please squash and push a single commit. |
no difficulty adjustment
@ystarnaud @djm34 @mrbrdo @badman74 so, anybody willing to push this through? badman74 also did some more cleanups: https://github.com/badman74/sgminer |
@djm34 could you do the proposed changes? I cannot develop currently as I don't have hardware to test it. The necessary changes should be pretty simple and shouldn't take long. |
I will take a look. |
Hi,
here is the code for the lyra2 algo.
Some modification were necessary (findnonce and opencl-driver) to support pre-calculation of the first blake256 round. I used the same logic as in cgminer (used for blakecoin).