Post
Topic
Board Bitcoin Technical Support
stuck tx
by
Altoidnerd
on 14/01/2015, 08:21:50 UTC
How can I rebroadcast a tx?

I can't figure out why a tx I sent from core v0.9.1.0-g026a939 is stuck and not being spotted by anyone - not blockchain, not coinbase (recipient)

Code:
Status: 0/unconfirmed
Date: 1/14/15 02:49
To: 2.00000912 1MtRBy3VucV45wYZoztWrwNKf4APoVJNeA
Debit: -0.509 BTC
Transaction fee: -0.0002 BTC
Net amount: -0.5092 BTC
Transaction ID: 25d5283c75b1dcba6e7fb1ac1919d7ec4b57263db3f8bdbfe451f77190878175-000

I went to debug and did

Code:
getrawtransaction 25d5283c75b1dcba6e7fb1ac1919d7ec4b57263db3f8bdbfe451f77190878175

which returned a long hex string.  Then I did

Code:
sendrawtransaction (hex string ... )

which returned

Code:
TX rejected (code -22)

pls halp