Download Wallet!Get the latest version of Ethereum Mist Wallet Here!

Monero Mining – How to Mine Monero on Windows with CPU & GPU

Hey, what sup ? I have seen in some places people asking about Monero and how to mine it, if you don’t know much about it, Monero is a secure, private, untraceable currency. It is open-source and freely available to all. You can read all about it right here, or watch video below.

Today i’m going to show you how to mine Monero coin on Windows / Linux with CPU and AMD / nVidia GPU.

AMD video cards are the perfect choice to mine Monero but i will show you examples for both AMD and nVidia cards.

UPDATED Thursday, September 21, 2017: How to mine Monero (XMR) with GPU has been updated, click here for tutorial, this time i sued Claymore’s CryptoNote GPU Miner v9.7

Recommended Hardware for Monero (XMR) Mining Rig

Here we go! I will start mining Monero with CPU

Monero CPU Mining
1 First step is to download the miner, i will be using Claymore’s CryptoNote Windows CPU Miner v3.5, download it from here , read more about the miner here

2 Once downloaded extract the contents in a folder and access it.

3 Then open “pool 32bit.bat” or “pool 64bit.bat” (depends what windows version you have) with notepad and paste the following code: “NsCpuCNMiner64 -o stratum+tcp://monerohash.com:3333 -u YOUR_WALLET_KEY_HERE -p x -t 4” , don’t forget to replace your wallet key. If you don’t have one it can be generated from your kraken.com account.

4 Now open the “pool 32bit.bat” or “pool 64bit.bat”, in my case ill open “pool 64bit.bat” because i have 64bit windows version. If you notice a message like “CANNOT ALLOCATE MEMORY!” and “SLOW MODE WILL BE STARTED IN 15 SECONDS…” you must do the following steps:

    1. Create shortcut for NsCpuCNMiner64.exe on desktop, you must be logged as admin aswel
    2. Open shortcut properties
    3. On “Target” location at the end of the line “C:\Users\USER\Desktop\Claymore CryptoNote CPU Miner v3.5 Beta – POOL\NsCpuCNMiner64.exe”  add this “-o stratum+tcp://monerohash.com:3333 -u YOUR_WALLET_KEY -p x -t 4“, full code line should look like this “C:\Users\oneill\Desktop\Claymore CryptoNote CPU Miner v3.5 Beta – POOL\NsCpuCNMiner64.exe” -o stratum+tcp://monerohash.com:3333 -u YOUR_WALLET_KEY -p x -t 4
    4. Then Click on “Advanced” button, check “Run as Administrator” box, apply and save modifications.
  1. Now you will have to start the miner from desktop shortcut, you will still see the same error messages, just leave the miner to run for 2-3 minutes then close it and reboot your computer.

-t 4 stands for number of threads to use while mining. I have an i7-3610QM and i can go up to 8 threads, but as i understood -t 4 is the best option.

After the restart you will notice a new message saying “FAST MODE ENABLED

5 That’s it, you can check mining progress here https://monerohash.com/ at the bottom of the page add your wallet key and click “Lookup”, then it will show your mining hashrate, balance etc..

Here is mine:

Monero nVidia GPU Mining

For this test i will be using my laptop, the vide card is nVidia Geforce GTX 670M 3GB.

1 Will use ccminer-cryptonight (A modification of Christian Buchner’s & Christian H.’s ccminer project by tsiv for Cryptonight mining.). You can download it from https://github.com/tsiv/ccminer-cryptonight/releases

2 Once downloaded, extract its contents

3 Send a desktop shortcut of Right click of “ccminer.exe” by right clicking it and then choose “Send to” -> “Desktop

4 On desktop shortcut that we have just created right click on it and go to properties

5 In target field paste the following code -o stratum+tcp://monerohash.com:3333 -u YOUR_WALLET_KEY -p x, paste it right after “C:\Users\monero\Desktop\monero nvidia\ccminer.exe”, so the full code will look exactly like this “C:\Users\monero\Desktop\monero nvidia\ccminer.exe” -o stratum+tcp://monerohash.com:3333 -u YOUR_WALLET_KEY -p x

6 Now click on “Advanced” and check the box that is saying “Run as Administrator”

7 Apply and save the modification and then you can close it.

8 Now double click the shortcut and watch the mining starting 🙂 , done!

Monero AMD GPU Mining

UPDATED:

How to mine Monero (XMR) with Claymore’s CryptoNote GPU Miner v9.7

For me Claymore’s CryptoNote GPU Miner is the best miner for Monero, here is a quick tutorial how to use it.

  • First download the miner from https://mega.co.nz/#F!e4JVEAIJ!l1iF4z10fMyJzY5-LnyC2A
  • Once downloaded extract its contents and right click on start.bat file and then go to edit
  • As Monero pool i recommend nanopool or dawrfpool, in this example ill use dawrfpool
  • Inside the start.bat file paste the following code:
  • GPU_FORCE_64BIT_PTR 0
    GPU_MAX_HEAP_SIZE 100
    GPU_USE_SYNC_OBJECTS 1
    GPU_MAX_ALLOC_PERCENT 100
    GPU_SINGLE_ALLOC_PERCENT 100
    NsGpuCNMiner.exe -o stratum+tcp://xmr-eu.dwarfpool.com:8050 -u WALLET_ADDRESS.Rig1 -p x
  • Replace WALLET_ADDRESS with your personal Monero payment address
  • If you want to control the fans directly from miner’s .bat file, you can add right after -p x the following -tstop 85 -tt 65 -fanmin 60 -fanmax 100, also you can control the clocks and voltage, all you have to do is to use the following commands: for setting up the clocks -clock (core clock) and -mclock (memory clock), as for undervolting -cvddc (core clock) and -mvddc (memory clock). This time i am using a rig of 5x Sapphire Nitro+ RX 470 4gb and the command line will look like this -cclock 1130 -mclock 2100 -cvddc 875 -mvddc 900 (note that you still have to find the best clocks and udnervolt for your rig, this is how mine works the best)’
  • Finally the whole command line will look like this NsGpuCNMiner.exe -o stratum+tcp://xmr-eu.dwarfpool.com:8050 -u WALLET_ADDRESS.Rig1 -p x -tstop 85 -tt 65 -fanmin 60 -fanmax 100 -cclock 1130 -mclock 2100 -cvddc 875 -mvddc 900 (don’t miss the GPU allocations from above)
  • That’s it, double click start.bat file to start mining

I will not be able to post my results because i don’t have a AMD GPU card to mine, i will only show you how to do it.

1 Download the mining software, this time we will be using Wolf’s OpenCL XMR Miner for AMD GPUs

2 Extract the contents from archive

3 Now open “xmr.conf” file with notepad. Hold “SHIFT” button then right click on “xmr.conf” and you will see at the top a new line “Open with“, click on that and then select “Notepad

4 Once xmr.conf is open in notepad look for “url” and change current pool url to “stratum+tcp://monerohash.com:3333” , then look for “user” and change the wallet key with yours.

5 Now, inside the folder where you extracted the files, hold SHIFT and click on “Open command window here

6 In command window we will start the miner, to do that type the following command “miner xmr.conf” and that’s it. If you get a “clCreateBuffer” error, lower your raw intensity in the xmr.conf file “rawintensity“: 1336

Make sure you adjust you proper settings to xmr.conf file and also read carefully readme file !

Have fun!

Disclaimer: This is not financial advise, I am not a financial advisor, this is for educational purposes only. If you want to invest in cryptocurrency please do your own research and invest at your own risk, 1stMiningRig is never liable for any decisions you make. 1stMiningRig may receive donations or sponsorships in association with certain content creation. 1stMiningRig may receive compensation when affiliate/referral links are used.
Thank you for reading. As always, your comments, suggestions and questions are welcome. Subscribe and stay tuned for further updates!

To receive the latest updates follow me on social media! 🙂
facebook
twitter
youtube

 

37 Comments

 
Send this to a friend