Bitcoin Forum

Economy => Web Wallets => Topic started by: donaldbitcoin on November 24, 2016, 07:56:31 AM



Title: Previous Tx is unspendable
Post by: donaldbitcoin on November 24, 2016, 07:56:31 AM
Hello

When i try to send some payment from my blockchain wallet i get this error :

Previous Tx is unspendable [192230192, 192237304]

Anyone know how to solve?


Title: Re: Previous Tx is unspendable
Post by: Coding Enthusiast on November 24, 2016, 09:20:01 AM
Possibly it is because the "Previous Tx" is not yet confirmed, or is already spent by another transaction. If so, you can manually create the transaction and use your Private Key to sign it and then broadcast.

Can you post the TxId of the transaction that you are trying to spend?


Title: Re: Previous Tx is unspendable
Post by: donaldbitcoin on November 24, 2016, 09:25:19 AM
Possibly it is because the "Previous Tx" is not yet confirmed, or is already spent by another transaction. If so, you can manually create the transaction and use your Private Key to sign it and then broadcast.

Can you post the TxId of the transaction that you are trying to spend?

i try to send payment manually, but i get this error and not able to send any payment.
i don't know what TxID will be while new payment not yet able to send.

i find my error code here [192230192, 192237304] :
https://blockchain.info/rejected

f27bfc80a1dd9774506fe41a4...    Previous Tx is unspendable [192230192, 192237304]    2016-11-24 08:53:40

Thanks for your reply!


Title: Re: Previous Tx is unspendable
Post by: Coding Enthusiast on November 24, 2016, 09:41:40 AM
Those two numbers are tx-index on blockchain.info
https://blockchain.info/tx-index/192230192
https://blockchain.info/tx-index/192237304

My guess is that f27bfc80a1dd9774506fe41a4... transaction was using the same inputs as those two (aka Double spend) that is why it was rejected.


Title: Re: Previous Tx is unspendable
Post by: donaldbitcoin on November 24, 2016, 10:07:00 AM
Those two numbers are tx-index on blockchain.info
https://blockchain.info/tx-index/192230192
https://blockchain.info/tx-index/192237304

My guess is that f27bfc80a1dd9774506fe41a4... transaction was using the same inputs as those two (aka Double spend) that is why it was rejected.

Thank for your reply.

Do you have any idea how to solve my wallet problem?

now it has ~0.98 btc and i can't send any payment from it  :'(


Title: Re: Previous Tx is unspendable
Post by: Coding Enthusiast on November 24, 2016, 11:19:23 AM
Well I am not 100% sure about your problem buy as I said my guess is that the transaction you were trying to create and send had a couple of other inputs which were not confirmed and as long as those are have zero confirmation you can not (technically) spend them.

All you can do right now is to wait for them to be confirmed or double spends drop out of mempool and then spend them.


Title: Re: Previous Tx is unspendable
Post by: donaldbitcoin on November 24, 2016, 11:24:05 AM
Well I am not 100% sure about your problem buy as I said my guess is that the transaction you were trying to create and send had a couple of other inputs which were not confirmed and as long as those are have zero confirmation you can not (technically) spend them.

All you can do right now is to wait for them to be confirmed or double spends drop out of mempool and then spend them.

Thanks for your reply,

i'm waiting now, hope problem be solved by the time..