I am not sure if anyone is interested, and i am not trying to step on anyones toes.
I found the tools that do algo switching and what not are too broad a spectrum for me. I don't want multi pools and all this stuff.
I spent the weekend working on a tool for myself (its is not even close to ready for others consumption, however i don't want to waste my time if no one is interested).
So i am checking if anyone is interested, and if it would be worth my time to make it configurable and usable by others.
It is written in nodejs.
Heres the basic explanation. I am using the hub feature of miningpoolhub, so the site itself controls the algo switching.
I use nodejs to launch the miner, and when that miner cancels it switches to the next miner in the list.
When i switch i notify an API system i put together, and it loads up a basic web front end.
When you load the web front end it queries the miner your running, and if you switched algo it checks miningpoolhub to find the most profitable coin for that algorithm.
it then displays, algorithm, coin, how long that miners been running and the specific GPU values.
this page auto refreshes every 5 minutes, but only checks with MPH for coin data when the algo switches.
It makes it easy to do a quick peek, see how the mining is going.
It also makes sure i finish each pplns cycle before switching as the hub itself is managing my coin switching.
So again, i made it for myself. I am seeing if there would be any value if me making it configurable and sharing with others. Software would be free, and open source. I would accept donations though.