Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
1507456
Topic
80245
Board
Trading Discussion
Re: PHP martingale bot for satoshiDICE
by
dooglus
on
06/02/2013, 10:56:02 UTC
Quote from: E&G on February 06, 2013, 10:26:42 AM
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.