Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: felixbrucker on February 04, 2017, 03:46:16 AM



Title: [ANN] Miner-Manager 0.0.3
Post by: felixbrucker on February 04, 2017, 03:46:16 AM
Hi,

this software has been around for some time, but i have not announced it yet, so here it is :D

Miner-Manager:
  • add groups, miners and pools
  • monitor miners via api stats if available
  • autoswitching pools (only nicehash currently)
  • stratum availability checks
  • pool priorities per group with failover if stratum not working
  • written in nodejs, update and reboot scripts for linux and windows (linux *should* work, however im using it only for cpu mining)

Github: https://github.com/felixbrucker/miner-manager


this is beta software, it might error, i just did some rework and there are probably some bugs to hunt from that

it now uses a stratum checker to enable failover with priorities for generic mining software as well as generic pool config for known miners (others will still have to type in their full cmdline)

as of now there is only a workaround if your miner does not connect to a stratum pool (you will need to create a dummy pool which is online and select that one as pool for the group) but is a standalone miner or something, will see when/how to ease that

also i have reduced the algos, if you require any just tell, i have added only the major ones

Disclaimer: im coding it mainly for myself/my needs, but however everyone is free to use it and modify it

cheers


Title: Re: [ANN] Miner-Manager 0.0.3
Post by: joblo on February 05, 2017, 03:43:43 AM
I'm kinda busy right now but I'll have to take a look at this.