Also a question, i heard that for example Zpool brings 20% or so less then shown in your miner because of exchanging to btc and NH brings the exact amount shown. Wouldnt it be better to calculate that in your miner too when deciding what to mine?
Perhaps the better way is to add a "modifier" in config.txt for each pool - one that modifies the profitability from each pool so we can skew our preference to reflect our perception of the pricing -
or any other reason - then Megaminer doesn't need to make what is a subjective decision
This is easy now, on pool file there is a point of sourcecode where price is asigned, for example Zpool
Price = $coin.estimate_current / $Divisor
Price24h = $coin.estimate_last24h / $Divisor
must be replaced by
Price = ($coin.estimate_current / $Divisor) * 0.80
Price24h = ($coin.estimate_last24h / $Divisor) * 0.80