Skip to content

graemes/poolparty-x16r

Repository files navigation

ccminer

If you find this version useful please consider a donation to: RH4KkDFJV7FuURwrZDyQZoPWAKc4hSHuDU (graemes)

Things to watch out for:

  • only builds for compute_50, compute_52 & compute_61 - change Makefile.am if you want to include other nvidia architectures ;
  • only tested against cuda 9.1

This version is based primarily on:

Standing on the shoulders of giants.

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

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 16.04, Fedora 27) It is also built for Windows 7 to 10 with VStudio 2013, to stay compatible with Windows 7 and Vista.

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