Windows ETHO Mining Guide (Claymore)
A simple guide detailing how to mine ETHO on Windows using the Claymore miner.
Introduction
This guide will cover how to mine ETHO on a windows based system through the Claymore miner program. This guide will detail both the installation and setup process of the miner.
Installation
You can download the latest version of Claymore miner here.
Once downloaded, extract the folder to a suitable location on your computer. (Such as a mining folder or onto the desktop.)
Miner Setup
Within the extracted folder, right click on the start.bat file and edit with notepad. (If a start.bat file is not present in the miner folder, simple create one by creating a new text document, and renaming it appropriately, including the file extension.)
Within this batch file, you can set the various parameters which the miner uses, including:
Wallet address.
Worker Name.
Worker Password.
Pool URL / Port.
Max Temperature.
Below there is an example batch file, for more arguments / detail on setting up a batch file, please reference the bitcoin talk thread. There are also a number of useful youtube tutorials on the subject.
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
EthDcrMiner64.exe -epool stratum+tcp://ethodream.exlo.tech:8004 -ewal 0xAc806C529a7FdBCb11bD3667912Dd620b277cEA9 -epsw x -allpools 1 -allcoins -1 -gser 2 -eworker rig1 -eworker cplus2 -tstop 68,68,68,68,68,68 -tstart 45,45,45,45,45,45 -y 1
pause
Exceptions
Before running the batch file, it is best to check that the program has the correct permissions to run. To do this, click on the ethdcrminer64.exe file, go to properties, and ensure the tick box to "run program as administrator" is enabled.
Running the Miner
Once you have downloaded and configured the batch file you are now ready to mine! Double click on the batch file and the miner should start running!
Original content provided by Etho Protocol discord community member Cplus2 | Ether-1 Miner |#6567
Last updated
Was this helpful?