Skip to content

monkins1010/ccminer

This branch is 79 commits ahead of, 14 commits behind tpruvot/ccminer:windows.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e28e183 · Mar 8, 2025
Jul 12, 2022
Jun 11, 2020
Feb 26, 2025
Sep 9, 2018
Feb 10, 2025
Jan 7, 2017
Feb 10, 2025
Sep 20, 2017
Feb 10, 2025
Sep 8, 2018
May 26, 2023
Sep 9, 2018
Sep 8, 2018
Feb 10, 2025
Mar 18, 2014
Feb 27, 2019
Oct 13, 2018
Feb 27, 2019
Apr 9, 2019
Nov 11, 2023
Mar 5, 2015
Nov 11, 2023
May 23, 2017
Mar 8, 2025
Aug 12, 2014
Nov 11, 2023
Feb 27, 2019
Sep 8, 2018
May 28, 2016
Aug 23, 2015
Aug 23, 2015
Feb 10, 2025
Nov 11, 2023
Sep 6, 2014
Apr 26, 2014
Jan 9, 2017
Aug 23, 2015
May 20, 2023
Jul 1, 2016
Aug 22, 2015
Jan 9, 2017
Nov 11, 2023
Feb 10, 2025
Jul 12, 2022
Jun 22, 2017
Mar 18, 2014
Mar 8, 2025
Feb 27, 2019

Repository files navigation

ccminer

Based on Christian Buchner's & Christian H.'s CUDA project, no more active on github since 2014.

Check the README.txt for the additions

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

A part of the recent algos were originally written by djm34 and alexis78

This variant was tested and built on Linux (ubuntu server 14.04, 16.04, Fedora 22 to 25) It is also built for Windows 7 to 10 with VStudio 2013, to stay compatible with Windows 7 and Vista.

Note that the x86 releases are generally faster than x64 ones on Windows, but that tend to change with the recent drivers.

The recommended CUDA Toolkit version was the 6.5.19, but some light algos could be faster with the version 7.5 and 8.0 (like lbry, decred and skein).

About source code dependencies

This project requires some libraries to be built :

  • OpenSSL (prebuilt for win)
  • Curl (prebuilt for win)
  • pthreads (prebuilt for win)

The tree now contains recent prebuilt openssl and curl .lib for both x86 and x64 platforms (windows).

To rebuild them, you need to clone this repository and its submodules : git clone https://github.com/peters/curl-for-windows.git compat/curl-for-windows

Compile on Linux

Please see INSTALL file or project Wiki

Compile on FreeBSD

Make sure you have gmake installed from the ports tree. Use build-freebsd.sh

Compile on MAC brew install autoconf automake libtool openssl ./build.sh

About

Verus Coin nvidia CUDA GPU miner by monkins1010

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 74.9%
  • C++ 20.5%
  • Cuda 2.6%
  • Shell 1.0%
  • PHP 0.5%
  • M4 0.3%
  • Other 0.2%