Post
Topic
Board Bitcoin Technical Support
Re: Bitcoins "dissappread" after being transfered and not confirmed
by
omershen
on 21/12/2015, 23:34:22 UTC


Help -> Debug Window -> Console and enter:

Code:
getrawtransaction 9ba164d2f43457a8ef6e352a2a700b12b0275370b0ea835222076458be06002a

it should return a long code. If it does you can use the code with decoderawtransaction to see your transaction and use it with sendrawtransaction to rebroadcast the transaction.

i got a long code as return however i would prefer to cancel the transaction and not try to rebroadcast it



If core does return an error (e.g. No information available about transaction (code -5)) the best course of action might be to remove the TX from the wallet.

maybe you have an easy guide for removing a TX from the wallet?


Thanks!
[/quote]

Thanks it solved the problem and the transaction was resent!