Lolminer supports both AMD and Nvidia cards. It runs under Windows x64 and Linux x64 and has a build-in fee of 0.7% (1.0% - for LHR).
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
To change the configuration, open mine_etc.bat file and replace the values
set "POOL=etc-eu1.nanopool.org:10100"
set "WALLET=YOUR_WALLET.WORKER_NAME/YOUR_EMAIL"
Where:
- YOUR_WALLET - your valid Ethereum classic address.
- YOUR_WORKER_NAME - simple short worker name (like worker01). Optional.
- YOUR_EMAIL - your email address for notifications. Optional.
Also, do not forget to remove this part in the config if you specify only one pool
--algo ETHASH --pool !POOL! --user !WALLET! "--pool !POOL2! --user !WALLET!" --watchdog exit !EXTRAPARAMETERS!
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 mine_etc.bat file to launch the miner.
Additional Information
More information about Lolminer configuration can be found on GitHub