Skip to content

Instantly share code, notes, and snippets.

@lucasjones
Created April 20, 2013 02:15
Show Gist options
  • Save lucasjones/5424435 to your computer and use it in GitHub Desktop.
Save lucasjones/5424435 to your computer and use it in GitHub Desktop.
Simple 'getinfo' request to bytecoind written in PHP
<?php
require_once 'jsonRPCClient.php';
$bytecoin = new jsonRPCClient('http://username:password@127.0.0.1:9778/');
print_r($bytecoin->getinfo());
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment