Bitcoin Forum

Bitcoin => Project Development => Topic started by: trinium on February 08, 2016, 03:40:35 PM



Title: Have done a PHP library that can read bitcoin blocks
Post by: trinium on February 08, 2016, 03:40:35 PM
Hi everybody, I have done a good PHP library that is able to read bitcoin blocks.

It's here
http://www.phpclasses.org/package/9557-PHP-Decode-binary-data-and-return-PHP-structured-array.html
Examples come with bitcoin block 0 header loaded in a simple usable PHP structure

And it's nominated too, please vote as best january library during february :D !!!

Cheers !


Title: Re: Have done a PHP library that can read bitcoin blocks
Post by: danda on February 10, 2016, 06:06:18 PM
nice, hopefully someone takes this and makes a PHP lib for listening and interacting with the bitcoin p2p network directly.

anyone know if such a thing already exists?


Title: Re: Have done a PHP library that can read bitcoin blocks
Post by: Patatas on February 10, 2016, 09:43:29 PM
nice, hopefully someone takes this and makes a PHP lib for listening and interacting with the bitcoin p2p network directly.

anyone know if such a thing already exists?
As far as I know,there is not such directory to interact with peer to peer networks.Though your doubt seems quite vague but if you just want to know if you can view peer's addresses ,wallets,transactions you can simply use online services like blockchain.info or blocktrail.If you want to completely interact with the node in a network you would have to do it through the core.