Author

Topic: Blockexplorer.com (Read 952 times)

newbie
Activity: 28
Merit: 0
August 26, 2012, 02:25:50 AM
#9
Hi,

I can't find v0.7 anywhere. Can you help me? Thank Smiley
legendary
Activity: 2506
Merit: 1010
August 26, 2012, 02:23:38 AM
#8
I can't open the link Sad

Oops, sorry.  Fixed.

By the way, gettransaction only works if the transaction is from your wallet. Otherwise, there's an error.

v0.7 has a new method:

"get any transaction, even transactions that aren't in your wallet" functionality will be moved from gettransaction to a new 'getrawtransaction' API call, for two reasons:
1. It doesn't 'feel' right to mix the high-level info with the nitty-gritty low-level detail.
2. We think there's a potential for security vulnerabilities if there are existing services that assume that 'gettransaction txid' returns an error for any transaction not in the wallet (as it does in all previous releases).

So the new plan is to put the new functionality in a new RPC call:

getrawtransaction [verbose=0]   :  If verbose=0, returns a JSON string that is the hex-encoded, serialized transaction. That is the "machine readable, as concise as possible" use case.  If verbose=1, returns a JSON object with all the nitty-gritty details, to cover all the other use cases.
newbie
Activity: 28
Merit: 0
August 26, 2012, 01:37:41 AM
#7
By the way, gettransaction only works if the transaction is from your wallet. Otherwise, there's an error.
newbie
Activity: 28
Merit: 0
August 26, 2012, 01:33:58 AM
#6
Hi stephen,

I can't open the link Sad
legendary
Activity: 2506
Merit: 1010
August 26, 2012, 01:13:06 AM
#5
I am trying but my problem is i can't get the information where I wanted to know the address of the sender who sent me coins. I'm trying to create an application where I will automate sending coins from the address they use when they send to me. How can I do it? I saw the information in blockexplorer.com but not when I use my own local blockchain.


The gettransaction API method will give you this info for a a specific transaction ID.

See:

  - http://bitcoin.stackexchange.com/a/4458/153
newbie
Activity: 28
Merit: 0
August 26, 2012, 01:02:19 AM
#4
I am trying but my problem is i can't get the information where I wanted to know the address of the sender who sent me coins. I'm trying to create an application where I will automate sending coins from the address they use when they send to me. How can I do it? I saw the information in blockexplorer.com but not when I use my own local blockchain.
legendary
Activity: 2506
Merit: 1010
August 26, 2012, 12:59:00 AM
#3
If i create a bitcoin application that needs a blockchain, can i use blockexplorer.com rawdata? Can i reliably count on it? What are the alternatives?

BlockExplorer has had numerous performance issues and site outages.  

It is not built to be the backend for a commercial application.

Blockchain.info provides many of the same capabilities, but that service too has experienced service level issues:
 - http://blockchain.info/api/json_rpc_api

Are you reluctant to hosting a blockchain locally (via bitcoind)?  
newbie
Activity: 28
Merit: 0
August 26, 2012, 12:55:01 AM
#2
Can anybody answer this question please?
newbie
Activity: 28
Merit: 0
August 25, 2012, 05:56:48 AM
#1
If i create a bitcoin application that needs a blockchain, can i use blockexplorer.com rawdata? Can i reliably count on it? What are the alternatives?
Jump to: