Issue: Unable to Broadcast Bitcoin Transaction on Network - Error: bad-txns-inputs-missingorspent #3581
Unanswered
ronaldoguedess
asked this question in
Q&A
Replies: 1 comment
-
utxo had spend? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue:
Unable to broadcast Bitcoin Transaction - bad-txns-inputs-missingorspent
Description:
When attempting to broadcast a Bitcoin transaction, the process fails with the following error: bad-txns-inputs-missingorspent.
Logs
Signed Transaction for Verification on Decode Tool
Transaction Hash:
0100000000010193e25259bef539cb58072fcc7f01390b15342a8b219c1ecf78e9853857fd4c9401000000000000000002a08601000000000016001484e93a33d176ca5ca78366c0ac74b414c376325270db100000000000160014280c4bcfe801cff8087fe34ee1c56883aa1c398902473044022002ce5e0fb8e28860ab249ffc755d5992370534559435e891c7e2bbb676bc256f0220211998f9dd14fb53d4ab7cc7be206c915d9dc8ad802c1f5403c7a18804fcfd7101210269d7e7fb9cda349856f6b8a3b23dfa936f196e7e630595f857cfbea2e6333e2800000000
Click here to view on BlockCypher
To Reproduce:
After executing the function, success is received along with the signed transaction. However, attempting to broadcast it using Mempool or Blockstream results in the error: {"code":-25,"message":"bad-txns-inputs-missingorspent"}.
Kotlin Code:
Additional Information:
-The transaction is successful signed.
-The error occurs during the broadcast attempt using external services.
-The provided logs include the planned fee, amount, available amount, and change.
-The transaction is intended for the Bitcoin TESTNET.
-The Privatekey is for testing purpose.
I appreciate any assistance in resolving this issue. Your support means a lot.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions