ETHF Mining Tutorial
ETHF Mining Preparation
Obtain the mining pool address. Find the ETHF pool on Coolpool: https://coolpool.top/pool/ethf. You can choose any address from the list.
Mining Software Preparation
Recommended software for NVIDIA GPUs: Gminer (supports both AMD and NVIDIA GPUs) Website: https://gminer.info/
Recommended software for AMD GPUs: Team Red Miner (supports only AMD GPUs) Website: https://www.teamredminer.com/
Each GPU must have at least 6GB of memory.
Mining Guide for Windows:
Gminer
Visit the official website https://gminer.info/ and download the mining software.
Extract the downloaded file gminer_3_44_windows64.zip.
Locate the file mine_ethf.bat, right-click it and choose Edit.
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.
Double-click the mine_ethf.bat file to start mining.
Go to https://coolpool.top/pool/ethf, enter your wallet address to check your mining status.
Team Red Miner
Visit the official website https://www.teamredminer.com/ and download the mining software.
Extract the downloaded file teamredminer-v0.10.21-win.zip.
Locate the file start_eth.bat, right-click it and choose Edit.
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.
Double-click the start_eth.bat file to start mining.
Go to https://coolpool.top/pool/ethf, enter your wallet address to check your mining status.
Linux Mining Guide:
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
After the download is complete, extract the file using the following command: tar -xvJf gminer_3_44_linux64.tar.xz
Edit the mine_ethf.sh file using the following command:
vim mine_ethf.sh
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
Start mining by running the following command:
sh mine_ethf.sh
Go to https://coolpool.top/pool/ethf, enter your wallet address to check your mining status.
Last updated