From 62c9a59b72b2ef7188d919ae7ce16b656282b5e4 Mon Sep 17 00:00:00 2001 From: Alejandro Reyero Date: Tue, 29 Apr 2014 10:56:35 +0200 Subject: [PATCH] Update tbs.html Added info about Block status --- website/pages/tbs.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/pages/tbs.html b/website/pages/tbs.html index 12ce72b..9ca8352 100644 --- a/website/pages/tbs.html +++ b/website/pages/tbs.html @@ -40,7 +40,10 @@ Workers Valid Shares Invalid Shares - Blocks + Total Blocks + Pending + Confirmed + Orphaned Hashrate @@ -53,6 +56,9 @@ {{=it.stats.pools[pool].poolStats.validShares}} {{=it.stats.pools[pool].poolStats.invalidShares}} {{=it.stats.pools[pool].poolStats.validBlocks}} + {{=it.stats.pools[pool].blocks.pending}} + {{=it.stats.pools[pool].blocks.confirmed}} + {{=it.stats.pools[pool].blocks.orphaned}} {{=it.stats.pools[pool].hashrateString}} {{ } }}