Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: gweedo on July 18, 2012, 06:11:03 AM



Title: blockchain RPC api help
Post by: gweedo on July 18, 2012, 06:11:03 AM
I am trying to use the blockchain JSON-RPC api, and I am having trouble using https://github.com/mikegogulski/bitcoin-php (https://github.com/mikegogulski/bitcoin-php), I pretty sure the problem is that blockchain uses JSON-RPC 2.0 yet the bitcoin-php uses 1.0 I think, so my question is anyone have a bitcoin JSON RPC php api for 2.0 or do i have a date with changing this library to JSON-RPC 2.0?


Title: Re: blockchain RPC api help
Post by: NothinG on July 18, 2012, 06:14:24 AM
Use: http://jsonrpcphp.org/

I was having lots of problems with the other one working as well.


Title: Re: blockchain RPC api help
Post by: gweedo on July 18, 2012, 06:27:12 AM
thanks worked perfectly