Skip to content

Releases: JayDDee/cpuminer-opt

cpuminer-opt-3.22.2

06 Apr 17:43
Compare
Choose a tag to compare

Added sha512256d & sha256dt algos.
Fixed intermittant invalid shares lyra2v2 AVX512.
Removed application limits on the number of CPUs and threads, HW and OS limits still apply.
Added a log warning if more threads are defined than active CPUs in affinity mask.
Improved merkle tree memory management for stratum.
Added transaction count to New Work log.
Other small improvements.

cpuminer-opt-3.22.1

24 Mar 22:34
Compare
Choose a tag to compare

#393 fixed segfault in GBT, regression from v3.22.0.
More efficient 32 bit data interleaving.

cpuminer-opt-3.22.0

21 Mar 21:19
Compare
Choose a tag to compare

Stratum: faster netdiff calculation.
Merged a few updates from Pooler/cpuminer:
Use CURLOPT_POSTFIELDS in json_rpc_call,
Use CURLINFO_ACTIVESOCKET when supported,
JSONRPC speedup,
Speed up hex2bin function.
Small log improvements, notably more frequent hash rate reports.
Removed decred algo.

cpuminer-opt-3.21.5

15 Mar 16:31
Compare
Choose a tag to compare

All issues with v3.21.3 & v3.21.4 should be resolved.
Changes since v3.21.2:
#392 #379 #389 Fixed misaligned address segfault solo mining.
#392 Fixed stats for myr-gr algo, and a few others, for CPUs without AVX2.
#392 Fixed conditional mining.
#392 Fixed cpu affinity on Ryzen CPUs using Windows binaries,
Windows binaries no longer support CPU groups,
Windows binaries support CPUs with up to 64 threads.
Small optimizations to serialized vectoring.

cpuminer-opt-3.21.4

13 Mar 18:59
Compare
Choose a tag to compare
cpuminer-opt-3.21.4 Pre-release
Pre-release

Windows GBT crashes have been reported with this release as well.
The root cause has been found and a new release is forthcoming.

Reapply selected changes from v3.21.3.
#392 #379 #389 Fixed misaligned address segfault solo mining.
#392 Fixed conditional mining.
#392 Fixed cpu affinity on Ryzen CPUs using Windows binaries,
Windows binaries no longer support CPU groups,
Windows binaries support CPUs with up to 64 threads.

cpuminer-opt-3.21.2

03 Mar 17:43
Compare
Choose a tag to compare

Faster SALSA SIMD shuffle for yespower, yescrypt & scryptn2.
Fixed a couple of compiler warnings with gcc-12.

cpuminer-opt-3.21.1

09 Feb 03:16
Compare
Choose a tag to compare

Fixed a segfault in some obsolete algos.
Small optimizations to Hamsi & Shabal AVX2 & AVX512.

cpuminer-opt-3.21.0

21 Dec 18:15
Compare
Choose a tag to compare

Added minotaurx algo for stratum only.
Blake256 & sha256 prehash optimised to ignore zero-padded data for AVX2 & AVX512.
Other small improvements.

cpuminer-opt-3.20.3

22 Oct 03:20
Compare
Choose a tag to compare

Faster c11 algo: AVX512 6%, AVX2 4%, AVX2+VAES 15%.
Faster AVX2+VAES for anime 14%, hmq1725 6%.
Small optimizations to Luffa AVX2 & AVX512.

cpuminer-opt-3.20.2

02 Aug 00:33
Compare
Choose a tag to compare

Bit rotation optimizations to Blake256, Blake512, Blake2b, Blake2s & Lyra2-blake2b for SSE2 & AVX2.
Removed old unused yescrypt library and other unused code.