{{ for(var pool in it.stats.pools) { }}
{{=it.stats.pools[pool].name}}
{{ for(var worker in it.stats.pools[pool].workers) { }} {{var workerstat = it.stats.pools[pool].workers[worker];}} {{ } }}
Address Shares Invalid shares Efficiency Hashrate
{{=worker}} {{=Math.round(workerstat.shares * 100) / 100}} {{=Math.round(workerstat.invalidshares * 100) / 100}} {{? workerstat.shares > 0}} {{=Math.floor(10000 * workerstat.shares / (workerstat.shares + workerstat.invalidshares)) / 100}}% {{??}} 0% {{?}} {{=workerstat.hashrateString}}
{{ } }}