-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Cryptonight code. Use macros for similar parts in 1way and 2way methods. Fix scratchpad fill and read prefetch. Further optimizations. Benchmark should give more real world performance from data gathered from 16 days of mining. Fix memory allocation for Large Pages. Add Tuning functionality for AVX and non-AES code. Switch from 1way to 2way. Disable MSR on non-AES binaries. Add p2pool as dev fee collection alternative. Should be usable for China and Hong Kong region users. Make tune functionality as default behaviour. --no-tune to disable it. Prevent sending very old/stale shares after losing connection. Remove --cn-config functionality.
- Loading branch information
1 parent
e622cf1
commit 2d85ba6
Showing
14 changed files
with
480 additions
and
419 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.