Skip to content

Releases: KlausT/ccminer

Final Release

08 Jul 21:43
Compare
Choose a tag to compare

You might have guessed it:
developement has stopped.
This is the last release.

  • support for CPUs with more than 8 cores
  • bugfix for some broken algos

8.25

06 Jun 17:02
Compare
Choose a tag to compare
  • A lot of algos didn't produce any shares. This has been fixed.
  • small neoscrypt optimization for RTX cards

Known problems:

  • On Windows systems there could be crashes with CUDA 10.1 when using the neoscrypt algo. CUDA 10 works fine.
  • On many Linux systems you will get a "free(): invalid pointer" error. I don't know yet what's causing this. Try using older distros, like Ubuntu 16.04

8.25pre

10 May 17:23
Compare
Choose a tag to compare
8.25pre Pre-release
Pre-release

Sorry for the slow development. This ccminer is not dead yet :-)

A lot of algos didn't produce any shares. This has been fixed.

Known problems:

  • On many Linux systems you will get a "free(): invalid pointer" error. I don't know yet what's causing this. Try using older distros, like Ubuntu 16.04

8.24

07 Feb 14:40
Compare
Choose a tag to compare

added lyra2v3 algo (Vertcoin)

8.23

07 Oct 01:34
Compare
Choose a tag to compare

Windows binaries are now available with CUDA 9.2 or CUDA 10

  • skein algo: fixed a bug where some share didn't get sent to the pool when mining with low difficulty
  • fixed a small memory leak

8.22

14 Jul 16:37
Compare
Choose a tag to compare

added --hwmonitor option
Every minute or so you can see the temperature, the fan speed, the clocks and the power draw of each card

Linux users: if you downloaded the source before juli 14th then please download it again. There was an error that has been fixed.

The Windows binaries are now using CUDA 9.2, but CUDA 8.0 is also available if 9.2 doesn't work for you.

sha256 hash of the ccminer.exe files:
CUDA 8.0 version: c3c2bbc878c2d236ad627f1b6c38e57013a5c5bf704c5e4f07b49827d40f948a
CUDA 9.2 version: f2fa0cdee847f205b6ead3ed19784d8bf1946c474f4187ac86da73ce9e26dfec

You can check the hash under Windows with CertUtil -hashfile ccminer.exe SHA256 on the command line

8.21

15 Mar 17:33
Compare
Choose a tag to compare

add option --cuda-schedule
add option --logfile
make ccminer compilable under OSX
Neoscrypt: detect P104-100 and Tesla P100/V100
Lyra2v2: fix verification bug (Linux)
fix for intensities between 8 and 9

Sha256 hash for the ccminer.exe file:
CUDA 8 version: c07d0d3a81eeb52501970caf5e294d728dc5e8a3119ff2a76e023b4193e62ad5
CUDA 9.1 version: ebf91e27f54de29f158a4f5ebecedb7e7e03eb9010331b2e949335bf1144a886

You can check the hash under Windows with CertUtil -hashfile ccminer.exe SHA256 on the command line

8.20

03 Feb 17:31
Compare
Choose a tag to compare

fix gpu name bug when using different cards in the same system
fix crash when using options --ndevs or --help
API: fix possible crash when checking cpu frequency under Linux
add some error messages

Linux users: please use this when you want CUDA 8:
https://github.com/KlausT/ccminer/archive/windows.zip

Known problems:
verification errors under Linux with some algos (please use --no-cpu-verify option)

8.19

24 Jan 16:08
Compare
Choose a tag to compare

Changes in addition to prerelease:

Neoscrypt: Titan Xp fix
bugfix: send a second share when we find it
enable stale share detection
send stale shares when the pool supports it
API is now disabled by default
Windows: fix --background option
stratum: show reason of auth failure (when supported by the pool)

Linux users: please use this when you want to compile with CUDA 8:
https://github.com/KlausT/ccminer/archive/windows.zip

Known problems:
crash on some systems when the connection gets interrupted
verification errors under Linux with some algos (please use --no-cpu-verify option)

8.19pre

12 Jan 19:15
Compare
Choose a tag to compare
8.19pre Pre-release
Pre-release

ccminer-819prerelease-cuda91-x64.zip
ccminer-819prerelease-cuda8-x64.zip

fix x17 for Linux builds without NVML
trying to fix crashes under Linux
change exit behaviour
show default intensity when not using the -i option
add gpu number to the cuda error messages

Known Problems:
With some algos Linux users will get validation errors. In this case please use the option --no-cpu-verify.
On some systems ccminer will crash when there are connection problems.