Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (6) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2014-08-05 (2 years ago) | Not yet rated by the users | Total: 121 | All time: 8,375 This week: 1,068 |
Version | License | PHP version | Categories | |||
bitcoin-explorer 0.2 | GNU General Publi... | 5.0 | PHP 5, Web services, Finances |
Description | Author | |
This package can get transaction information with Bitcoin protocol. Innovation Award
|
PHP Altcoin/Bitcoin data Explorer
$block = new BlockChain($ip, $port, $username, $password);
$block_info_from_hash = $block->get_block('000000000000000007c4695c756bb944cf31f1f20487a32375d9d4c61dfd6349');
$block_info_from_height = $block->get_block_hash('308788');
var_dump($block_info_from_hash, $block_info_from_height);
Files |
File | Role | Description |
---|---|---|
blockchain.php | Class | Class source |
deamondata.php | Class | Class source |
LICENSE | Lic. | License text |
networkinfo.php | Class | Class source |
README.md | Doc. | Documentation |
transaction.php | Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
pool webcoin.us altcoin pool |
If you know an application of this package, send a message to the author to add a link here.