Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: aldenpogi on August 15, 2012, 01:43:03 PM



Title: Invalid or non-wallet transaction id
Post by: aldenpogi on August 15, 2012, 01:43:03 PM
using bitcoind gettransaction gives me this error:

error: {"code":-5,"message":"Invalid or non-wallet transaction id"}

is there a way to get transaction details even if my wallet is not involved?


Title: Re: Invalid or non-wallet transaction id
Post by: OneEyed on August 15, 2012, 01:51:12 PM
using bitcoind gettransaction gives me this error:

error: {"code":-5,"message":"Invalid or non-wallet transaction id"}

is there a way to get transaction details even if my wallet is not involved?

Do you need more than what is available on http://blockchain.info/? Look at http://blockchain.info/json_api


Title: Re: Invalid or non-wallet transaction id
Post by: aldenpogi on August 15, 2012, 01:53:39 PM
What if i want to get the info in my own blockchain? I mean i don't want to use other services. Can I do it from my own bitcoind?


Title: Re: Invalid or non-wallet transaction id
Post by: Pieter Wuille on August 15, 2012, 01:55:34 PM
The upcoming 0.7 release of bitcoind adds a "getrawtransaction" RPC that queries the blockchain instead of the wallet.


Title: Re: Invalid or non-wallet transaction id
Post by: aldenpogi on August 15, 2012, 02:01:00 PM
when will it be released?