| Your Stats | |
| Hashrate | {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal} |
| Share Rate | {$GLOBAL.userdata.sharerate|number_format:"2"} S/s |
| PPS Value | {$GLOBAL.ppsvalue} |
Round Shares ![]() |
|
| Pool Valid | {$GLOBAL.roundshares.valid|number_format} |
| Your Valid | {$GLOBAL.userdata.shares.valid|number_format} |
| Pool Invalid | {$GLOBAL.roundshares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%){/if} |
| Your Invalid | {$GLOBAL.userdata.shares.invalid|number_format}{if $GLOBAL.roundshares.valid > 0} ({($GLOBAL.userdata.shares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%){/if} |
| {$GLOBAL.config.currency} Estimates | |
| in 1 hour | {$GLOBAL.userdata.estimates.hours1|round:"8"} |
| in 24 hours | {$GLOBAL.userdata.estimates.hours24|round:"8"} |
| in 7 days | {$GLOBAL.userdata.estimates.days7|round:"8"} |
| in 14 days | {$GLOBAL.userdata.estimates.days14|round:"8"} |
| in 30 days | {$GLOBAL.userdata.estimates.days30|round:"8"} |
| {$GLOBAL.config.currency} Account Balance | |
| Confirmed | {$GLOBAL.userdata.balance.confirmed|default:"0"} |
| Unconfirmed | {$GLOBAL.userdata.balance.unconfirmed|default:"0"} |