For nvidia there is optimized miner https://github.com/ethereum-mining/ethminer
However it doesn't restart when error happens
But there is a program that would restart in case of error https://github.com/orkblutt/MinerLamp
For nvidia there is optimized miner https://github.com/ethereum-mining/ethminer
However it doesn't restart when error happens
But there is a program that would restart in case of error https://github.com/orkblutt/MinerLamp
Thanks for the info, I'll check that out!
I can't figure out how to get ethminer set up or running, what file in the archive is for config and which do you run?
It says something about "This project uses CMake and Hunter package manager." on the website and I have never used anything like that =\
Download ethminer-0.11.0-Windows.zip from https://github.com/ethereum-mining/ethminer/releases
then create bat file inside folder with ethminer.exe with settings, here is example
farm recheck can be changed to 2000, -g is for open cl, -u for cuda mining
your pool instead of
Here is a guide if you need http://zeronumbers.com/node/32
Note that this miner will crash at some point and mining will stop so you need a way to restart it either bat file or a program that will watch miner and restart it in case of error.
Here is what I use: https://github.com/orkblutt/MinerLamp
Here is alternative: https://github.com/derubm/Ethminer_Watchdog
Thank You!
I got it working.