Post
Topic
Board Trading Discussion
Re: PHP martingale bot for satoshiDICE
by
dooglus
on 06/02/2013, 10:56:02 UTC
or first try the bare minimum:

Code:
require_once('jsonRPCClient.php');
$b = new jsonRPCClient('http://KJTetc:MyRpcpass@localhost:8332/');
print_r($b->getinfo());

You'll need a ?> at the end too.