Ethminer is an Ethash GPU miner. With ethminer you can mine every coin which relies on an Ethash Proof of Work. It doesn't charge a developer's fee.
Warning: Miners are listed here for convenience. Non-official miners have not been vetted. Use at your own risk. All fees are to the developers of the miners.
Installation
Download The Miner from GitHub and extract the archive to any folder.
Configuration
Windows
Create and open start_eth.bat file and write the values.
You also can create and modify any other start.bat files in the main miner folder.
ethminer -P stratum+tcp://YOUR_WALLET.YOUR_WORKER_NAME:YOUR_EMAIL@ethw-eu1.nanopool.org:10000
Linux
Create and open start.sh file and write the values.
./ethminer -P stratum+tcp://YOUR_WALLET.YOUR_WORKER_NAME:YOUR_EMAIL@ethw-eu1.nanopool.org:10000
Where:
- YOUR_WALLET - your valid Ethereum address.
- YOUR_WORKER_NAME - simple short worker name (like worker01). Optional.
- YOUR_EMAIL - your email address for notifications. Optional.
Double check you set your own wallet and it's correct. Set a simple worker name to track your RIG on the pool and an email address to receive alerts when your RIG goes offline. Alternatively, you can set a passphrase instead to access the account settings.
Run
Double click the start.bat (start.sh for Linux) file to launch the miner.
For Linux - launch miner with cmd (terminal), like:
./start.sh
Note: cmd (terminal) must be opened in the same directory with the miner. You also can use cd to change current directory to the miner.
cd C:\path\to\file\ethminer ./start_eth.sh
Additional Information
Ethminer do not have built in developer's fee.
More information about Ethminer configuration can be found on GitHub.