getminera / minera

Minera is a web interface to monitor and manage mining devices

Home Page:http://getminera.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an automatic pool switcher

michelem09 opened this issue · comments

As requested here: https://bitcointalk.org/index.php?topic=596620.msg12236912#msg12236912 I could add an automatic pool switcher based on various thing.

Probably the simplest one could be an automatic rotation based on time, then I could think about a more complex scheduler and even to a switcher based on profitability.

I need to add also a "coin" data (what coin are you mining with this pool?) for each pool inserted.

cant you just add --rotate 60 (minutes)
in the manual options? thats how i used to run cgminer before i got minera.

Yes that could be a starting point but I was thinking about something more complex done by Minera itself and not by the miner software, also because the --rotate option is not a standard option every miners have.

I am looking into adding coinwarz.com api to check the most profitable mining. Ill post a update this week.

Im looking at hacking in support for it by adding https://github.com/Stratehm/stratum-proxy and then using the api to enable/disable pools. Based on the coinwarz api.