# Windows ETHO Mining Guide (TeamRedMiner)

### Introduction

This guide will cover how to mine ETHO on a windows based system through the TeamRedMiner program. This guide will detail both the installation and setup process of the miner.&#x20;

### Installation

1. You can download the latest version of TeamRedMiner [here](https://github.com/todxx/teamredminer/releases).
2. Once downloaded, extract the folder to a suitable location on your computer. (Such as a mining folder or onto the desktop.)

{% hint style="info" %}
Be sure to check back frequently to get the latest version of the miner, as updates often  increase your hash rate, as the miner becomes better optimised.&#x20;
{% endhint %}

### Miner Setup

1. 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.)

2. Within this batch file, you can set the various parameters which the miner uses, including:

   1. Wallet address.
   2. Worker Name.
   3. Worker Password.
   4. Pool URL / Port.&#x20;
   5. Max Temperature.&#x20;

3. 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.&#x20;

```
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1

teamredminer.exe -a ethash -o stratum+tcp://ethodream.exlo.tech:8002 -u 0x5af998f979342d506886e87b9787a80fbbf88706 -p x
pause
```

{% hint style="info" %}
Remember to save the batch file before closing it down, or you will lose your configuration information.&#x20;
{% endhint %}

### 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  **teamredminer.exe** file, go to properties, and ensure the tick box to **"run program as administrator"** is enabled.&#x20;

### 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!&#x20;

{% hint style="info" %}
If you need help finding a mining pool, or any more specific instructions, there are many knowledgeable people who can help over in the Etho Protocol Discord.&#x20;
{% endhint %}

> Use the help.bat that can be found in the miner folder to get the parameters for other options.

Full list of Etho Protocol pools can be found [here](https://miningpoolstats.stream/etho)
