{{ function capitalizeFirstLetter(t){return t.charAt(0).toUpperCase()+t.slice(1)} }} {{ function bigNumber(x){ return (x > 1000000000000) ? (x / 1000000000000).toFixed(1) + 'T' : (x > 1000000000) ? (x / 1000000000).toFixed(1) + 'B' : (x > 1000000) ? (x / 1000000).toFixed(1) + 'M' : (x > 1000) ? (x / 1000).toFixed(1) + 'K' : x.toFixed(1); } }} {{ function middleEllipsis(x) { return x.length > 40 ? x.substring(0, 20) + '...' + x.substring(x.length-20, x.length): x; } }}
Miner Privacy Enabled! Search for your miner with Miner Lookup. Join #piratepool for support and discussion! 🐸
{{ var i=0; for(var pool in it.stats.pools) { }}
Miner Lookup: {{=capitalizeFirstLetter(it.stats.pools[pool].name)}} Top Miners   
{{=it.stats.pools[pool].minerCount}} Miners    {{=it.stats.pools[pool].workerCount}} Workers   
{{=it.stats.pools[pool].hashrateString}}    {{=bigNumber(it.stats.pools[pool].shareCount)}} Shares
{{ var minerindex = 0; }} {{ for(var worker in it.stats.pools[pool].miners) { }} {{ minerindex++; }} {{var workerstat = it.stats.pools[pool].miners[worker];}} {{ } }}
Miner Shares Efficiency Hashrate
Miner #{{=minerindex}} Shares: {{=bigNumber(workerstat.currRoundShares)}} Efficiency: {{? workerstat.shares > 0}} {{=Math.floor(10000 * workerstat.shares / (workerstat.shares + workerstat.invalidshares)) / 100}}% {{??}} 0% {{?}} Hashrate: {{=workerstat.hashrateString}}
{{ } }}