Skip to content

Releases: firoorg/cpuminer

cpuminer with blake2b asm library

30 Apr 11:04
Compare
Choose a tag to compare
Pre-release
  • implement faster blake2b algo

cpuminer with mtp

31 Mar 23:56
Compare
Choose a tag to compare
  • version with avx
  • small speed bump
  • better speed is achieved when using parameter --cpu-affinity
    ie for 4 threads (total) --cpu-affinity 0xf
    8 threads --cpu-affinity 0xff
    16 --cpu-affinity 0xffff
    32 --cpu-affinity 0xffffffff

cpuminer with mtp

11 Mar 01:14
Compare
Choose a tag to compare

implement avx set of instructions on blake2b produce a gain of +1kh/s

this release is for cpu's with avx/avx2 set of instructions

improved stability of mtp miner

01 Mar 22:19
Compare
Choose a tag to compare
  • improved overall stability of the cpuminer.
  • correct issue where all the threads where stopping mining after a while (2min) and was waiting for new work to restart
  • much faster initialization phase of mtp algo.

Compilation on linux:
./autogen.sh # only needed if building from git repo
./configure --with-crypto --with-curl

cpuminer with multi core with only one scratchpad

17 Dec 19:05
Compare
Choose a tag to compare

This version is still under development crashes and issues may happen.
This version allows to run multiple threads with only one scratchpad of 4Gb, the total memory usage regardless of the number of thread is around 6Gb.

For linux: uses git clone --branch test2 https://github.com/zcoinofficial/cpuminer

MTP release for mainnet one scratchpad/thread

10 Dec 03:22
Compare
Choose a tag to compare

This release is the most stable release on every platform however it uses 4Gb/threads.
If you have enough memory or small core use this version.
If not use the version test v0.2-t which will allow to run on more thread however with crashes from time to time (which can be manage at some extend, by a restarting loop

MTP release for mainnet using only 10Gb of memory

10 Dec 03:01
Compare
Choose a tag to compare

This release uses only 10Gb of memory which is probably best for cpu with many cores.
However it may crash relatively often.

better memory management

07 Dec 14:35
Compare
Choose a tag to compare
Pre-release

run on all threads with only one memory pad (apparently)
update with mainnet funder addresses and less printout

no preprocessor optimization

07 Dec 12:59
Compare
Choose a tag to compare
Pre-release

Support any kind of cpu + better multithread treatment

The initialization run better if there is only 1 thread used per core so use --cpu-affinity 0,1 to run 2 threads

*update: include cpuminer for mainnet wallet

MTP with stratum support

27 Nov 16:07
Compare
Choose a tag to compare
Pre-release

This is a reference miner for CPU. Currently each thread consumes 4 gb of memory.