You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hashing libraries have significant improvements since first used in the GhostRider algorithm. We need to update the libraries in the core code to improve sync performance and to reduce heat/power utilization.
Review the xmrig crypto libraries - I believe these would be a good source to build from.
Incorporate updated hashing, working to keep the calls modular (needed for future development).
Verify Unit Tests pass
Compare Bench tests before and after to show measurable improvement.
Verify this is working properly on all target environments
This will require extensive testing and should not be merged until we are confident in all testing.
The text was updated successfully, but these errors were encountered:
Incorporate improved hashing libraries
The hashing libraries have significant improvements since first used in the GhostRider algorithm. We need to update the libraries in the core code to improve sync performance and to reduce heat/power utilization.
This will require extensive testing and should not be merged until we are confident in all testing.
The text was updated successfully, but these errors were encountered: