jsonrpc


SUBMITTED BY: Guest

DATE: Feb. 6, 2014, 12:46 a.m.

FORMAT: Text only

SIZE: 211 Bytes

HITS: 1011

  1. <?
  2. require_once 'jsonRPCClient.php';
  3. $bitcoin = new jsonRPCClient('http://rpcuser:rpcpass@127.0.0.1:8332/');
  4. echo "<pre>\n";
  5. print_r($bitcoin->getinfo());
  6. echo "</pre><P>";
  7. ?>

comments powered by Disqus