getminera / minera

Minera is a web interface to monitor and manage mining devices
http://getminera.com
Other
374 stars 156 forks source link

Algorithm switching #156

Closed ParaplegicRacehorse closed 3 years ago

ParaplegicRacehorse commented 7 years ago

As with pool switching, ability to switch algorithm is desirable.

michelem09 commented 7 years ago

Why should you have to switch algo?

ParaplegicRacehorse commented 7 years ago

It's not an option of ASIC miners. But CPU and GPU miners have the option to switch algos to whatever is most profitable to mine. Or because we want to support one coin over another. Or just for an excuse to fiddle with the software.

michelem09 commented 7 years ago

Mmm ok and could you use cpuminer-multi without problems in MInera? Is it a cgminer fork with same API? Because otherwise this doesn't make much sense

ParaplegicRacehorse commented 7 years ago

What works with tpruvot's cpuminer-multi 1.3.1 (as of 2017-02-04@22:30GMT-9)

What does not work:

That said, with the right shell scripts, it would support algorithm or pool changes every bit as well as cgminer or ccminer. The scripts, themselves, could be [relatively] simple. (Stop miner. Restart with new options or config file). Slightly more complicated would be a script to read the config from a CSV file and pass those parameters to the commandline.

michelem09 commented 7 years ago

So, sorry for the late, is it showing the stats too? Can you point me to the Github repo you used for cpuminer-multi? Thanks