0
1
I right clicked the transaction history in the QT client and pasted in the TxID below.
Q1
In the following test, can anyone explain what the purpose of the suffix -000 is and what it's used for?
gettransaction 54b9be14443b152b02ed0b18d27504631cccfa84ce9ada03f9558fbb85b6129c-000
Q2
Why doesn't a raw transaction support the same transaction ID format as the previous command? (I need to remove the -000 characters)
getrawtransaction 54b9be14443b152b02ed0b18d27504631cccfa84ce9ada03f9558fbb85b6129c-000
ERROR: parameter 1 must be hexadecimal string
Q3
When I enable index=1 in bitcoin.conf and reindex, why can't I call GetTransaction for transactions not in my wallet? I would like JSON friendly results
self-research comment#1 - Here is some commentary on the getrawtransaction feature
– goodguys_activate – 2014-02-18T00:53:43.193