diff --git a/public/include/pages/api/getpoolstatus.inc.php b/public/include/pages/api/getpoolstatus.inc.php index 00aab39c..ea053dcb 100644 --- a/public/include/pages/api/getpoolstatus.inc.php +++ b/public/include/pages/api/getpoolstatus.inc.php @@ -47,6 +47,7 @@ if (!empty($aLastBlock)) { // Output JSON format $data = array( + 'pool_name' => $setting->getValue('website_name'), 'hashrate' => $iCurrentPoolHashrate, 'efficiency' => $dEfficiency, 'workers' => $worker->getCountAllActiveWorkers(),