-
Notifications
You must be signed in to change notification settings - Fork 602
Stats Format (English)
jgonzis edited this page Oct 6, 2022
·
8 revisions
The "wall of stats". To personalize your stats there are different parameters, you only need to select what you want to show. You have to add --statsformat and values separeted by comma:
- gpuName : A shortcut name of the GPU, e.g. "RX 580" or "RTX 2060"
- algo : The current algorithm running. Only visible in dual modes
- speed : Speed in Mhs of the rig
- poolHr: Pool Average, it will say how luck or unluck are you. If it is higher than the speed that means you are lucky if it is lower you are in an unlucky moment. That will take in long time to the same as speed.
- shares: Number of shares submited. A: parameter is shares, S: are Stales and Hw: are Hardware errors
- sharesPerMin : Number of shares accepted per minute
- bestShare: Best share you have
- power: Power Consumption, normally in Nvidia is quite real to the Wall Watts and AMD is different depending on the board
- hrPerWatt: Efficiency of Mhs you get for 1 Watts usage
- wattPerHr: Efficiency of the Watts you need to have 1 Mhs
- coreclk: Core Clock in Mhz
- memclk: Memory Clock in Mhz, that depending on Nvidia or AMD it is show different
- coreT: Temperature of the Core
- juncT: Temperature Junction of the Core, this will be avalaible in all Polaris & newer
- memT: Memory Temperature, this depend from the GPU model.
- fanPct : Fan speed in %
- speedctxc : Does the g/s to h/s conversion for cortex (CTCX)
- fidelity : Cuckoo Solver Accuracy, fraction of found graph cycles over expected number
For example, that will show nearly all information:
--statsformat speed,poolHr,shares,sharesPerMin,bestShare,power,hrPerWatt,wattPerHr,coreclk,memclk,coreT,juncT,memT,fanPct
For example, that will show Speed, Pool Hr, Shares, Shares Per Minute, Hr Per Watts and Watt Per Hr : --statsformat speed,poolHr,shares,sharesPerMin,hrPerWatt,wattPerHr