Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
patrike
on 14/05/2018, 11:29:01 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)
It's only shows coins per day on tiles miner view
In the Customize Progress Field dialog, you have two sections. The first section has three lines and is the configuration for the miner view mode "List". The second section only has a single line to be configured, and is used for the miner view modes "Compact List" and "Tiles".