Skip to content

Releases: JayDDee/cpuminer-opt

cpuminer-opt-3.16.5

26 Jun 16:49
Compare
Choose a tag to compare

#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

24 Jun 01:58
Compare
Choose a tag to compare

Faster sha512 and sha256 when not using SHA CPU extension.

Issue #329: Fixed GBT incorrect target diff in stats.

cpuminer-opt-3.16.3

06 May 19:00
Compare
Choose a tag to compare

#313 Fix compile error with GCC 11.
Incremental improvements to verthash.

cpuminer-opt-3.16.2

08 Apr 22:20
Compare
Choose a tag to compare

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

24 Mar 22:30
Compare
Choose a tag to compare

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:

  1. --data-file option is not used,
  2. no default data file is found in the current directory, and,
  3. --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

19 Mar 19:53
Compare
Choose a tag to compare

Added verthash algorithm. See verthash-help.txt for usage.

cpuminer-opt-3.15.7

09 Mar 03:51
Compare
Choose a tag to compare

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

12 Feb 20:24
Compare
Choose a tag to compare

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

21 Dec 18:30
Compare
Choose a tag to compare

Fix stratum jobs lost if 2 jobs received in less than one second.

cpuminer-opt-3.15.4

15 Dec 18:20
Compare
Choose a tag to compare

Fixed yescryptr16 broken in v3.15.3.