PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Lukas Mestan   PHP Altcoin Bitcoin Explorer   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Altcoin Bitcoin Explorer
Get transaction information with Bitcoin protocol
Author: By
Last change:
Date: 9 years ago
Size: 418 bytes
 

Contents

Class file image Download

Altcoin/Bitcoin Data Explorer

PHP Altcoin/Bitcoin data Explorer

Usage

$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);