./QubitCoind getrawtransaction 2627556d6ef7958967409eda4be5114ab46b57381ee3005f3327770b2439c2ca 1
error: {"code":-5,"message":"No information available about transaction"}
But if I call ./QubitCoind gettransaction 2627556d6ef7958967409eda4be5114ab46b57381ee3005f3327770b2439c2ca
{
"amount" : -50.00000000,
"fee" : 0.00000000,
"confirmations" : 205,
"blockhash" : "0000000007229484e870ec50cb1f99f183be44dbe57bde9626b9707d6dad8a49",
"blockindex" : 1,
"blocktime" : 1390903609,
"txid" : "2627556d6ef7958967409eda4be5114ab46b57381ee3005f3327770b2439c2ca",
"time" : 1390903591,
"timereceived" : 1390903591,
"details" : [
{
"account" : "",
"address" : "Gb7eMqcho9YfrQuWNkNs95zdrAVQa6evvQ",
"category" : "send",
"amount" : -50.00000000,
"fee" : 0.00000000
}
]
}
P/S we need developer thread)
See http://bitcoin.stackexchange.com/questions/9147/getrawtransaction-error-code-5. So you can add txindex=1 to the config and relaunch wallet with -reindex option.