| Your Stats |
| Hashrate |
{$GLOBAL.userdata.hashrate|number_format} KH/s |
| 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 24 hours |
{($GLOBAL.userdata.sharerate * 24 * 60 * 60 * $GLOBAL.ppsvalue)|number_format:"8"} |
| in 7 days |
{($GLOBAL.userdata.sharerate * 7 * 24 * 60 * 60 * $GLOBAL.ppsvalue)|number_format:"8"} |
| in 14 days |
{($GLOBAL.userdata.sharerate * 14 * 24 * 60 * 60 * $GLOBAL.ppsvalue)|number_format:"8"} |
| |
| {$GLOBAL.config.currency} Account Balance |
| Confirmed | {$GLOBAL.userdata.balance.confirmed|default:"0"} |
| Unconfirmed | {$GLOBAL.userdata.balance.unconfirmed|default:"0"} |