Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: fadiphatu1 on March 04, 2014, 02:07:32 AM



Title: trouble rebroadcasting
Post by: fadiphatu1 on March 04, 2014, 02:07:32 AM
I sent some btc and it has 0 confirmations according to my wallet. Txid does not exist in blockchain and the btc appears to be in my wallet still according to blockchain but not actually in my wallet.

I got the rawtxid and tried to rebroadcast on the blockchain website and also trying to use sendrawtransaction in the bitcoin-qt console and I get these two errors Unable To find all tx inputs on blockchain and TX rejected (code -22)


Title: Re: trouble rebroadcasting
Post by: DannyHamilton on March 04, 2014, 03:08:49 AM
I sent some btc and it has 0 confirmations according to my wallet. Txid does not exist in blockchain and the btc appears to be in my wallet still according to blockchain but not actually in my wallet.

I got the rawtxid and tried to rebroadcast on the blockchain website and also trying to use sendrawtransaction in the bitcoin-qt console and I get these two errors Unable To find all tx inputs on blockchain and TX rejected (code -22)

It sounds like your wallet is trying to spend some bitcoins that don't exist.  More information is needed to confirm this theory.

If you decode the raw transaction, you can see what inputs it's trying to spend.  You can then run getrawtransaction on each of the inputs to see which is the problem.  Once you have that info, perhaps you can figure out why that input doesn't exist.

If you're not sure how to do all this, post the rawtransaction here and we can help you along the way.