ETHF Mining Tutorial

ETHF Mining Preparation

  1. Obtain the mining pool address. Find the ETHF pool on Coolpool: https://coolpool.top/pool/ethf. You can choose any address from the list.

  1. Mining Software Preparation

  1. Each GPU must have at least 6GB of memory.

Mining Guide for Windows:

Gminer

  1. Visit the official website https://gminer.info/ and download the mining software.

  2. Extract the downloaded file gminer_3_44_windows64.zip.

  3. Locate the file mine_ethf.bat, right-click it and choose Edit.

  4. Replace the default mining pool address with the ETHF pool address from Coolpool, e.g., ethf.coolpool.top:9009, and replace the wallet address with your own wallet address, then save the file.

  1. Double-click the mine_ethf.bat file to start mining.

  1. Go to https://coolpool.top/pool/ethf, enter your wallet address to check your mining status.

Team Red Miner

  1. Visit the official website https://www.teamredminer.com/ and download the mining software.

  2. Extract the downloaded file teamredminer-v0.10.21-win.zip.

  3. Locate the file start_eth.bat, right-click it and choose Edit.

  4. Replace the default mining pool address with the ETHF pool address from Coolpool, e.g., ethf.coolpool.top:9009, and replace the wallet address with your own wallet address, then save the file.

  1. Double-click the start_eth.bat file to start mining.

  2. Go to https://coolpool.top/pool/ethf, enter your wallet address to check your mining status.

Linux Mining Guide:

  1. Download the Linux version of Gminer. You can find the download link at: https://github.com/develsoftware/GMinerRelease/releases Or directly run the following command in the terminal:

wget https://github.com/develsoftware/GMinerRelease/releases/download/3.44/gminer_3_44_linux64.tar.xz

  1. After the download is complete, extract the file using the following command: tar -xvJf gminer_3_44_linux64.tar.xz

  1. Edit the mine_ethf.sh file using the following command:

vim mine_ethf.sh

  1. In the file, replace the default mining pool address with the ETHF pool address from Coolpool, e.g., ethf.coolpool.top:9009, and replace the wallet address with your own wallet address.

Then save and exit by typing: :wq

  1. Start mining by running the following command:

sh mine_ethf.sh

  1. Go to https://coolpool.top/pool/ethf, enter your wallet address to check your mining status.

Last updated