{include file="global/block_header.tpl" BLOCK_HEADER="{count($WORKERS)} Current Active Pool Workers"}
| Worker Name | Password | Active | {if $GLOBAL.config.disable_notifications != 1}Monitor | {/if}Khash/s | Difficulty | Avg Difficulty |
|---|---|---|---|---|---|---|
| {$WORKERS[worker].username|escape} | {$WORKERS[worker].password|escape} | ![]() |
{if $GLOBAL.config.disable_notifications != 1}
|
{/if}
{$WORKERS[worker].hashrate|number_format|default:"0"} | {if $WORKERS[worker].hashrate > 0}{$WORKERS[worker].difficulty|number_format:"2"|default:"0"}{else}0{/if} | {if $WORKERS[worker].hashrate > 0}{$WORKERS[worker].avg_difficulty|number_format:"2"|default:"0"}{else}0{/if} |