Bitcoin Forum

Bitcoin => Project Development => Topic started by: ripper234 on December 28, 2011, 09:59:41 PM



Title: Is there a remote Bitcoin API that doesn't require anything to be stored locally
Post by: ripper234 on December 28, 2011, 09:59:41 PM
http://bitcoin.stackexchange.com/questions/2333/is-there-a-remote-bitcoin-api-that-doesnt-require-anything-to-be-stored-locally

Let me repeat the content of the question here for the click-lazy:



What I imagine is a trusted server (say run by Mt. Gox or some other exchange), that exposes a simple medium/low level API (let's say in JSON):

getTransaction(fromAddress)
getTxDetails()
executeTransaction()
...
I know BitcoinJ does't store the whole blockchain, but it does store and update the headers. The method I seek will save me the hassle of managing any local data except the actual keys/addresses.

I would not have to give this transaction my private key, but rather use some sort of Offline Transaction equivalent. Is there something close to this? Is somebody building this? (If not, someone should!)


Title: Re: Is there a remote Bitcoin API that doesn't require anything to be stored locally
Post by: ripper234 on December 28, 2011, 10:03:12 PM
Heh, I just found this thread (https://bitcointalk.org/index.php?topic=55822.0) right next to mine about the new Electrum based network being planned. This smells like what I'm looking for.