Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
patrike
on 13/05/2018, 14:08:25 UTC
Code:
- 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.aspx

What is the magic word?, (well besides please).
I've just published the latest web documentation.

Coins per day
Display 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.

Code:
"Coins/day: " + Math.Round(miningHelper.GetCoinsPerDay(), 4)