Error I am having:
Fatal error: Uncaught exception 'Exception' with message 'Incorrect response id (request id: 1, response id: )' in /home/content/61/11420661/html/massivetest/jsonRPCClient.php:144
see full error where I am using it:
http://nobanchan.com/massivetest/index.php Code I am trying to use:
<?php require_once 'jsonRPCClient.php';
$coinye = new jsonRPCClient('http://user:pass@66.227.203.224:41337/');
echo "<pre>\n";
print_r($coinye->listaccounts());
print_r($btc->getinfo());
echo "</pre>";
?>
name/pass changed here for security
Any takers on this?