[ADDED] Pool name to getpoolstatus API
This commit is contained in:
parent
d2d7ee6796
commit
dd1ef86b81
@ -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(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user