Skip to content

formerandroider/bitcoin-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bitcoin Helper

This class is designed to facilitate the comminication between a JSON-RPC server.

Usage:

require_once('BitCoin.php');

$bitcoin = new BitCoin('rpcuser', 'rpcpassword'); // Default host is 127.0.0.1
$bitcoin->setProtocol(BitCoin::PROTOCOL_SSL);

$info = $bitcoin->callMethod('getinfo'); // or $bitcoin->getinfo();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages