scavenger7
New member
Welcome!
First, I recommend you compare your card to the list here: https://developer.nvidia.com/cuda-gpus
The number under compute capability is the CUDA version. That is also the version of ccminer you will reference in the batch file.
First, open the folder that CCminer is installed. in it you will have a few files. you are looking for something like "darkcoinstart.bat" or "runme.bat".
Second, right click(assuming windows) and select edit. It will open up notepad.
That should be similar to what you should be seeing. I have an Nvidia GTS 450, which is compatible with CUDA 2.1, thus the ccminer21.exe reference. Once you plug in the info for your pool, save it.
You have to start mining by using the batch file. That is what tells the .exe file what settings to run. The other option is to open command prompt, and plug all that in every time you start the miner. yuck.
If for some reason your video card uses CUDA 2.1, here is a link to KBomba's release, which includes ccminer21: https://github.com/KBomba/ccminer-KBomba/releases/
I hope this helps. If you have any other questions, please be sure to ask.
First, I recommend you compare your card to the list here: https://developer.nvidia.com/cuda-gpus
The number under compute capability is the CUDA version. That is also the version of ccminer you will reference in the batch file.
First, open the folder that CCminer is installed. in it you will have a few files. you are looking for something like "darkcoinstart.bat" or "runme.bat".
Second, right click(assuming windows) and select edit. It will open up notepad.
Code:
ccminer21.exe --algo=x11 -o stratum+tcp://mining.darkcointalk.org:3333 -u username -p password
pause
You have to start mining by using the batch file. That is what tells the .exe file what settings to run. The other option is to open command prompt, and plug all that in every time you start the miner. yuck.
If for some reason your video card uses CUDA 2.1, here is a link to KBomba's release, which includes ccminer21: https://github.com/KBomba/ccminer-KBomba/releases/
I hope this helps. If you have any other questions, please be sure to ask.