Current Block

{$NETWORK.block}

Difficulty

{$NETWORK.difficulty|number_format:"8"}

Est. Next Difficulty

{if $GLOBAL.nethashrate > 0}{$NETWORK.EstNextDifficulty|number_format:"8"}{else}n/a{/if}

{$GLOBAL.config.currency} Est. Earnings
{if $GLOBAL.fees > 0}
{if $GLOBAL.fees < 0.0001}{$GLOBAL.fees|escape|number_format:"8"}{else}{$GLOBAL.fees|escape}{/if}%
{/if}

{$GLOBAL.userdata.estimates.payout|number_format:$PRECISION}

Of Expected Shares

{$ESTIMATES.percent|number_format:"2"} %

Est. Avg. Time per Block

{$NETWORK.EstTimePerBlock|seconds_to_hhmmss}

valid Shares (Own)
{if $GLOBAL.userdata.shares.valid > 0}{(100 - ($GLOBAL.userdata.shares.invalid / ($GLOBAL.userdata.shares.valid + $GLOBAL.userdata.shares.invalid) * 100))|number_format:"2"}{else}0.00{/if}%

valid: {$GLOBAL.userdata.shares.valid|number_format:$GLOBAL.config.sharediffprecision}

valid Shares (Pool)
{if $GLOBAL.roundshares.valid > 0}{(100 - ($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100))|number_format:"2"}{else}0.00{/if}%

{$GLOBAL.roundshares.valid|number_format:$GLOBAL.config.sharediffprecision}