Skip to content

Releases: tpruvot/ccminer

ccminer 1.7.0 windows x86/x64 binaries

06 Nov 20:15
Compare
Choose a tag to compare

Nov. 06th 2015 v1.7.0

  • Improve old devices compatibility
    most are SM2 compatible except neoscrypt and whirlpoolx
  • Improve lyra2 (v1/v2) cuda implementations
  • Improve most common algos on SM5+ with sp blake kernel
  • Restore whirlpool algo (and whirlcoin variant)
  • Prepare algo/pool switch ability, trivial method
  • Add --benchmark alone to run a benchmark for all algos
  • Add --cuda-schedule parameter
  • Add --show-diff parameter, which display shares diff,
    and is able to detect real solved blocks on pools.

x86 Built for SM 2.1+ devices
x64 for SM 3.5+

PS: in this release, i dropped specific builds for SM 3.5 (which works with SM 3.0 code)
Building multi arch binaries make the executable very big (36MB uncompressed)
You can try the x64 version if you own a SM 3.5 device

ccminer 1.6.6 windows x86/x64 binaries

28 Aug 10:21
Compare
Choose a tag to compare

Aug. 28th 2015 v1.6.6

  • Allow to load remote config with curl (-c http://...)
  • Add Lyra2REv2 algo (Vertcoin/Zoom)
  • Restore WhirlpoolX algo (VNL)
  • Drop Animecoin support
  • Add bmw (Midnight) algo

x86 Built for SM 3.0+ devices
x64 for SM 3.5+

ccminer 1.6.5 windows x86 binary for C11

06 Jul 22:09
Compare
Choose a tag to compare

Special intermediate release with support of Chaincoin algo (C11) also used by Flaxscript coin

Built for SM 3.0+ devices

ccminer 1.6.5 x86/x64 windows binaries

23 Jun 08:25
Compare
Choose a tag to compare
  • Handle Ziftrcoin PoK solo mining
  • Basic compatibility with CUDA 7.0 (generally slower hashrate)
  • Show gpus vendor names on linux and windows x64
  • Remove -v and -m short params specific to heavycoin
  • Add --diff-multiplier (-m) and rename --diff to --diff-factor (-f)
  • First steps to handle nvml application clocks and P0 on the GTX9xx (Windows x64 & linux)
  • Various improvements on multipool and cmdline parameters
  • Optimize a bit qubit, deep, luffa, x11 and quark algos

ccminer 1.6.4 x86/x64 windows binaries

26 May 10:52
Compare
Choose a tag to compare
  • Implement multi-pool support (failover and time rotate) try "ccminer -c pools.conf" to test the sample config
  • Update the API to allow remote pool switching and pool stats
  • Auto bind the api port to the first available when using default
  • Try to compute network difficulty on pools too (for most algos)
  • Drop Whirlpool and whirpoolx algos, no more used...

Note: This first x64 release doesnt include SM 3.0 device support

ccminer 1.6.3 x86 windows binary

14 May 23:22
Compare
Choose a tag to compare
  • Import and adapt Neoscrypt from djm34 work (SM 5+ only)
  • Conditional mining options based on gpu temp, network diff and rate
  • background option implementation for windows too
  • "Multithreaded" devices (-d 0,0) intensity and stats changes
  • SM5+ Optimisation of skein based on sp/klaus method (+20%)

ccminer 1.6.1 x86 windows binary

14 Apr 23:36
Compare
Choose a tag to compare
  • Add Double Skein Algo for Woodcoin
  • Skein/Skein2 SM 3.0 devices support

for SM 3.0 (GTX 760 and 770) and more recent

ccminer 1.6.0 x86 windows binaries

27 Mar 15:22
Compare
Choose a tag to compare
  • Add the ZR5 Algo for Ziftrcoin
  • Implement Skein algo (skein + sha256)
  • Import pluck (djm34) and whirlpoolx (alexis78) algos
  • Hashrate units based on hashing rate values (Hs/kHs/MHs/GHs)
  • Default config file (also help to debug without command line)
  • Various small fixes

2 versions :

  • one for SM 3.5/5.0/5.2 (GTX 780 / 750Ti / 9xx recent devices)
  • one for SM 3.0 (GTX 760 and 770) and lower

SM 2.1 devices support is limited to a few algos like lyra2

ccminer 1.5.3 x86 windows binaries

11 Feb 19:23
Compare
Choose a tag to compare

ccMiner release 1.5.3-tpruvot (Feb. 11th 2015)

  • Fix anime algo and qubit difficulty factor
  • Allow a default config file in user or ccminer folder
  • SM 2.1 windows binary (lyra2 and blake/blakecoin for the moment)
  • Add an icon and version informations

ccminer 1.5.2 x86 windows binaries

25 Jan 07:06
Compare
Choose a tag to compare
Pre-release

ccMiner release 1.5.2-tpruvot (Jan 24th 2015) - "Happy new Year!"

  • Allow per device intensity, example: -i 20,19.5
  • Add process CPU priority and affinity mask parameters
  • Intelligent duplicate shares check feature (enabled if needed)
  • api: Fan RPM (windows), Cuda threads count, linux kernel ver.
  • More X11 optimisations from sp and KlausT

EDIT: these releases are made for CUDA 6.5 in fact (X11 is broken with CUDA7 RC)