Heavy optimized for Windows, build from Visual Studio 2015, CUDA 9.1.
Based on tpruvot fork of ccminer
Check the README.txt for the additions
BTC donation address: 1a2gWsePbgC7DNCN6yNFWqHAPotvpyXLN (gelotus)
A part of the recent algos were originally written by djm34 and alexis78
It is built for Windows 7 to 10 with VStudio 2015.
The recommended CUDA Toolkit version was the 9.1.
This project requires some libraries to be built :
- OpenSSL
- Curl
- pthreads
Those are included in the build project.
This branch was only tested in windows, it was compiled in Visual Studio 2017 with 2015 SDK, CUDA 9.1. The libraries are all at the last stable version. All was compiled with multithread support and dll crt linking.
Some tests show a little improvement:
Tested for 5 mins on a stock clocked Palit GeForce 750Ti against X11 algo:
VC2015 CUDA 9.1 OpenSSL 1.1.0 -> 2862.65 kH/s VC2013 binary release -> 2847.10 kH/s
Install git for windows
Open a command prompt shell
$ git clone https://github.com/gelotus/ccminer
$ cd ccminer
$ git submodule update --init --recursive
Open ccminer.sln in VS2015 and compile, the release archive will be in ./dist folder.