Releases: JayDDee/cpuminer-opt
cpuminer-opt-3.16.5
#329: Fixed GBT incorrect target diff in stats, second attempt.
Fixed formatting error in share result log when --no-color option is used.
cpuminer-opt-3.16.4
Faster sha512 and sha256 when not using SHA CPU extension.
Issue #329: Fixed GBT incorrect target diff in stats.
cpuminer-opt-3.16.3
#313 Fix compile error with GCC 11.
Incremental improvements to verthash.
cpuminer-opt-3.16.2
Verthash: midstate prehash optimization for all architectures.
Verthash: AVX2 optimization.
GBT: added support for Bech32 addresses, untested.
Linux: added CPU frequency to benchmark log.
Fixed integer overflow in time calculations.
cpuminer-opt-3.16.1
New options for verthash:
--data-file to specify the name, and optionally the path, of the verthash
data file, default is "verthash.dat" in the current directory.
--verify to perform the data file integrity check at startup, default is
not to verify data file integrity.
Support for creation of default verthash data file if:
- --data-file option is not used,
- no default data file is found in the current directory, and,
- --verify option is used.
More detailed logs related to verthash data file.
Small verthash performance improvement.
Fixed detection of corrupt stats caused by networking issues.
cpuminer-opt-3.16.0
Added verthash algorithm. See verthash-help.txt for usage.
cpuminer-opt-3.15.7
Added accepted/stale/rejected percentage to summary log report.
Added warning if share counters mismatch which could corrupt stats.
Linux: CPU temperature reporting is more responsive to rising temperature.
A few AVX2 & AVX512 tweaks.
Removed some dead code and other cleanup.
cpuminer-opt-3.15.6
Implement keccak pre-hash optimization for x16* algos.
Move conditional mining test to before get_new_work in miner thread.
Add test for share reject reason when solo mining.
Add support for floating point, as well as integer, "networkhasps" in RPC getmininginfo method.
cpuminer-opt-3.15.5
Fix stratum jobs lost if 2 jobs received in less than one second.
cpuminer-opt-3.15.4
Fixed yescryptr16 broken in v3.15.3.