Author

Topic: PHP bitcoin signed message verification (Read 1238 times)

legendary
Activity: 1498
Merit: 1000
July 09, 2012, 08:02:48 PM
#3
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

That would require my bitcoind to be called, and that is what i am trying to avoid.

with that said I am working on another way so if php dev are in my boat stay tune I will solve this.
member
Activity: 103
Merit: 10
July 09, 2012, 07:54:10 PM
#2
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
legendary
Activity: 1498
Merit: 1000
July 07, 2012, 12:10:44 AM
#1
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.
Jump to: