KlausT
KlausT
This is really wierd. Try this: [ccminer-819nexttry-x64.zip](https://github.com/KlausT/ccminer/files/1632482/ccminer-819nexttry-x64.zip) If this doesn't help then I'm out of ideas what could be wrong
No heavy support yet, but soon.
Either there's a bug in my code, or Stellite made wierd changes that I'm not aware of. I will have to check that.
Ok, I have released version 3.04 now. With `-a stellite` it works.
What launch config are you using? Try a different launch config. `-l 48x5` for example
GTX760 should work as it is. For the GT610 cards we have to build ccminer with CUDA 8 and add sm_21 support. Are you using Windows or are you using...
Try this version: [ccminer-821-cuda80-with-sm21.zip](https://github.com/KlausT/ccminer/files/1973322/ccminer-821-cuda80-with-sm21.zip) Some algos will probably not work with your GT610. The sm number is also called "compute capability" and is telling us what kind of hardware your...
My ccminer version doesn't support x16r, that's only in [tpruvot's version](https://github.com/tpruvot/ccminer/releases). I don't think you can add it yourself, it's not that easy to make the changes. But you could...
If you insist: Install Visual Studio 2015 Community Edition: https://my.visualstudio.com/Downloads?q=visual%20studio%202015&wt.mc_id=o~msft~vscom~older-downloads Install CUDA 8.0: https://developer.nvidia.com/cuda-80-ga2-download-archive Now you can either fork my repository, or just download the source code.
Project -> properties -> CUDA C/C++ -> Code Generation If you have more than one version of the CUDA Toolkit installed, then you can select one in Project -> Build...