Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Alex Beckenham on July 16, 2011, 07:31:23 AM



Title: Accessing a wallet via SOAP / Web Service?
Post by: Alex Beckenham on July 16, 2011, 07:31:23 AM
Hi,

I know you can set up a JSON RPC connection remotely, but I'm wondering if anyone has mapped the RPC functions to a web service yet? Specifically in PHP?

The advantage being that each client wouldn't get the main JSON username/password, but just a secondary password that they would use for the web service, so that different rules/permissions could apply to each user. (eg daily withdrawal limit, limit withdrawals to a specific list of addresses, etc).

Would anyone else find this useful?

-Alex