[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
|
// Output JSON format
|
||||||
$data = array(
|
$data = array(
|
||||||
|
'pool_name' => $setting->getValue('website_name'),
|
||||||
'hashrate' => $iCurrentPoolHashrate,
|
'hashrate' => $iCurrentPoolHashrate,
|
||||||
'efficiency' => $dEfficiency,
|
'efficiency' => $dEfficiency,
|
||||||
'workers' => $worker->getCountAllActiveWorkers(),
|
'workers' => $worker->getCountAllActiveWorkers(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user