log
This commit is contained in:
@@ -306,11 +306,13 @@ class Block
|
|||||||
if($res !== FALSE) {
|
if($res !== FALSE) {
|
||||||
|
|
||||||
$hostname = 'https://www.ariochain.info'; // hardcoded
|
$hostname = 'https://www.ariochain.info'; // hardcoded
|
||||||
|
_log("Supply",3);
|
||||||
|
|
||||||
$apiUrl = $hostname.'/api.php?q=node-info';
|
$apiUrl = $hostname.'/api.php?q=node-info';
|
||||||
$aroUrl=file_get_contents($apiUrl);
|
$aroUrl=file_get_contents($apiUrl);
|
||||||
$json=json_decode($aroUrl,true);
|
$json=json_decode($aroUrl,true);
|
||||||
$cut = false;
|
$cut = false;
|
||||||
|
_log("info from $hostname",3);
|
||||||
|
|
||||||
$last = $height;
|
$last = $height;
|
||||||
//$last = 216000 + ( 43200 * 0);
|
//$last = 216000 + ( 43200 * 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user