cardano-node 1.14.1
I seem to be getting some weird errors. I was able to send ADA between wallets but I keep hitting this error now. Any insight would be appreciated.
Error while submitting tx: Failed to submit Shelley transaction: ApplyTxError [LedgerFailure (UtxowFailure (UtxoFailure (BadInputsUTxO (fromList [TxIn (TxId {_TxId = 997ed70bcb91c8a884b3d2c6c4ed069362135b5a1394c1b75a84b58e333678b8}) 0,TxIn (TxId {_TxId = b0148b5a18de85badf295d89a23bdbc04cb2d9bc3a8ebc9df507406b07ceb9bb}) 1])))),LedgerFailure (UtxowFailure (UtxoFailure (ValueNotConservedUTxO (Coin 0) (Coin 98995741870))))]
output for: cardano-cli shelley query utxo --address $(cat payment.addr) --testnet-magic 42
TxHash TxIx Lovelace
997ed70bcb91c8a884b3d2c6c4ed069362135b5a1394c1b75a84b58e333678b8 0 19498911640
b0148b5a18de85badf295d89a23bdbc04cb2d9bc3a8ebc9df507406b07ceb9bb 1 79496830230
Aione
29 June 2020 05:22
2
I think it’s related to yesterdays chain error what no1 seems to talk about. Ledger was stuck like fuck in a duck and they call this trash production ready LoL. Even on shelley block explorer the network stuck, my blockproducer was keep on crashing with something like this so I put it in a for loop and slept on it, guess what it’s working now.
100% quality software
Man i this junk goes online it’s gonna be a god damn disaster.
well… that’s not good news… lol unfortunately it’s still not working for me.
Did you find a solution to this? Getting something similar…
I am no longer hitting the issue. I think it was having my genesis out of sync with the version of cardano-node I was running.
I have the same issue:
Error while submitting tx: ApplyTxError [LedgerFailure (UtxowFailure (UtxoFailure (ValueNotConservedUTxO (Coin 50000000) (Coin 1000000000))))]
probably I need more ADA on the payment.addr - currently is 50, but seems 1000 is needed
The problem was that I calculated the balance wrongly - I had 50 ADA but I used 1000 ADA when calculated the new balance of my payment.addr