Since cryptocurrencies have risen exponentially in the past few months people want in. And one of the best ways to make money with currencies like Ethereum and Bitcoin is to 'mine' them. When you mine a cryptocurrency you are running a program on your computer to use your computers computing power on the network. Whenever your computer solves a piece of the puzzle, a block in the blockchain, your miner is rewarded. There are two main ways to mine:
- Rent out miners. I will not be covering this topic today.
- Use your computer as a miner.
I will go through start to finish on how to set up an Ethereum miner on Windows. If you have an Nvidia Graphics card I would suggest dual booting your computer with a Linux partition because the Windows drivers are terrible for mining with Nvidia GPUs. If you have Nvidia GPUs follow this guide here.
Step 1: Download the Mist Client
How to set up Mist
Once you have downloaded and installed this create your wallet and copy the address.
Step 2: Download and Install AMD Drivers
Step 3: Download the Claymore Dual Miner
Download Link
Find the most recent version for Windows. Right click on it, and select standard download. Once it is downloaded extract the file.
Step 4: Download the Sia Client
Sia Download
If you want to mine something other than Sia you will need to create a wallet for that coin. Once you have downloaded it make a wallet and copy the address.
Step 5: Edit the start file
Go in to your extracted Claymore file and fine the 'start.bat' file. Select it, right click on it and click 'Edit'. Once you are here you will need to delete the contents in it and paste this with your addresses and press save.
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
::Remove the ‘::’s if you want to only mine Ethereum
::EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0xf9ea6F60Dd61ffF6B2e1b34D274383AaBd918880.rig01 -epsw x
EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal 0xf9ea6F60Dd61ffF6B2e1b34D274383AaBd918880.rig01 -epsw x -dpool stratum+tcp://sia-us-east1.nanopool.org:7777 -dwal ae847addc8f9a98c2dd41a2b35a3ca7d38da5e1fec0c423f9a1c6ac6f67e301c20fe6e6463dc/rig01/youremail@email.com -dcoin sia -dcri 18
You can change the number after -dcri to increase or decrease the intensity of dual mining. I have it set at 18 because this is the highest return for me. These addresses are set up to specific mining pools. Look around for the ones you think are best. Those are just my choices. This is also set up to mine sia, if you want to switch you will need to find a mining pool for the coin you want to mine.
Step 6: Start your miner
Double click on the 'start.bat' file.
Congratulations!! You are now mining Ethereum and Siacoin!
If you have any questions feel free to ask me. I'll help out as much as I can.