- Display the income as coins per day via the Customize Progress Field feature (see web site for usage example)
I could not (yet) find this feature described here:
http://www.awesomeminer.com/help/customizefield.aspxWhat is the magic word?, (well besides please).
I've just published the latest web documentation.
Coins per dayDisplay the income in number of coins per day, with 4 decimals. The feature will only work with single coin pools, not on multi-coin pools where the actual coin isn't known.
"Coins/day: " + Math.Round(miningHelper.GetCoinsPerDay(), 4)