Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: gweedo on July 07, 2012, 04:10:44 AM



Title: PHP bitcoin signed message verification
Post by: gweedo on July 07, 2012, 04:10:44 AM
Anyone know a good php library that would do this without the use of JSON-RPC calls to the bitcoind? Also I am not opposed to using one that uses OpenSSL but I rather not be depend on that.


Title: Re: PHP bitcoin signed message verification
Post by: gamebak on July 09, 2012, 11:54:10 PM
Sure there is an option i haven't tested but i am sure someone could in the free time.
Basicly you will need curl + json_decode function to do this.
Curl to login and access the json data, and json_decode to be able to parse the data as in the JsonRpc