Monero Nvidia GPU Mining with CCMiner 2.2 on Windows 10

Written by CC Freak on August 13, 2017
  • 11
  •  
  •  
  •  
  •  
  •  
  •  
  •  
    11
    Shares

Mining on your Windows 10 computer using your GPU is easy with CCMiner 2.2. I currently have a Nvidia GTX 750 Ti and get around 200 h/s a second with it. Here is how to get started.

To get started lets get the CCMiner 2.2 files from Github here: https://github.com/tpruvot/ccminer/releases/tag/v2.2-tpruvot. You will want the ccminer-x64-2.2.7z files. Once download extract them to your desired directory. Your folder will contain the following files:

Next we are going to create a new Windows Batch File to easily start ccminer with the desired commands. The easiest way is to duplicate RUN-SIGT-YIIMP and then rename it. I named mine simply RUN-XMR.

Once you have duplicated the batch file and renamed it to easily recognize it, edit the file using your preferred text editor and replace the entire file with the following:

ccminer-x64 -a cryptonight -o stratum+tcp://pool.usxmrpool.com:3333 -u <monero receiving address> -p x

The only thing you need to change is to add your Monero payment address. You can also change your pool if you wish to mine in a different pool. For an example of how a correct batch file should look with address included:

ccminer-x64 -a cryptonight -o stratum+tcp://pool.usxmrpool.com:3333 -u 46dpA9N1KDE9yERcSGASXPUyA4ga1GrPq5sDXqwwjQL2dAmf5kvgpNQUWdvyT1r55pfwfvuBn2h7YQPhZFYdWtjWUVUTobh -p x

Once you have all the correct information filled in, save the file and then simply double click to start the ccminer program. If all goes well you should be on your way to mining Monero!

 


  • 11
  •  
  •  
  •  
  •  
  •  
  •  
  •  
    11
    Shares

Topic tags:

Subscribe
Notify of
guest
19 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments