diff --git a/website_example/pages/getting_started.html b/website_example/pages/getting_started.html
index 43bd1a8..83e5159 100644
--- a/website_example/pages/getting_started.html
+++ b/website_example/pages/getting_started.html
@@ -8,12 +8,12 @@
- Setup
- Parent Wallet
+ Miners
+ N/A
- Output
- Ready Config
+ Blocks
+ N/A
@@ -303,6 +303,8 @@ currentPage = {
updateText('xmrstakCurrency', 'randomx');
updateText('xmrigAlgoCPU', xmrigAlgo);
updateText('xmrigAlgoCC', xmrigAlgo);
+ updateText('gettingStartedMiners', `${lastStats.pool.miners}/${lastStats.pool.minersSolo}`);
+ updateText('gettingStartedBlocks', `${lastStats.pool.totalBlocks}/${lastStats.pool.totalBlocksSolo}`);
}
};