Just a friendly reminder to users of Hash Auger that are mining on HashRefinery. On June 10th, HashRefinery is changing how price estimates are calculated for a few algorithms. These algorithms (x11, x13, Scrypt, Quark and Qubit) are disabled by default in Hash Auger since they are not usually profitable to mine with GPUs. However, if you have any of these algorithms enabled for this pool and have not yet upgraded to Hash Auger 1.9.7, you should do so before these changes take effect. With Hash Auger now supporting the new mbtc_factor Yiimp API, the software will respond to price factor changes such as these automatically in the future on pools that provide this API information.
What is mbtc factor changes on yiimp? Can you explain me pls?
The mbtc_mh_factor is a behind-the-scenes changes that will make everyone's lives easier. It is a new piece of data that allows users of the Yiimp API (algorithm switching software like my own, for example), to automatically include changes in how algorithms are priced by each Yiimp pool. In your quote, I mentioned that Hash Refinery recently changed pricing for several algorithms. Specifically, they changed the pricing from mbtc/MH/day to mbtc/GH/day.
If you are not familiar with the Yiimp API, then it would be helpful to know that the API returns the price of each algorithm in mBTC. However, up until the addition of the mbtc_mh_factor, the API did not include if this price was per megahash, gigahash, etc. API users had to build lists of how each pool prices each algorithm. If a pool changed how an algorithm was priced, users of the API had to update their lists - which often meant updating their software to include the changes. Calculations based on the old price unit would be wrong and more often than not would make the algorithm appear to be more profitable than it actually was until it was adjusted with the new unit. This could cause problems if pools changed price units without any advance notice.
Fortunately, the new mbtc_mh_factor prevents this kind of issue because the API now says which unit the mbtc price is based on. Predefined lists are no longer required and if the pool changes the price unit from megahash to gigahash, any calculation using the mbtc_mh_factor will still be correct as the API will adjust the price factor automatically.