Author

Topic: How to Get Previous output from Raw transaction ? (Read 500 times)

legendary
Activity: 3472
Merit: 4794
That transactionID does not exist in the bitcoin blockchain.  Where did you get it from?
legendary
Activity: 1540
Merit: 1001
You'll need to start the client with -txindex=1 so it keeps an index of all transactions (and not just the ones involving your wallet). It will take some time to build the index first time you run it, and you'll also need to pass -reindex=1 that first time.
newbie
Activity: 31
Merit: 0
I want to get  "Amount" and "From address"  in Transactions of the input section.  But when I use the RPC command, I have a errors.

bitcoind getrawtransaction "f3c78bfeeafc01bb398542dde2ea4fc0296d8091065c600688ed2bb1f0eded42" "1"
error: {"code":-5,"message":"No information available about transaction"}

How to Get Previous output from Raw transaction ?  Any help here would appreciated.
Jump to: