I am trying to withdrawal ADA from my stake pool by sending it to my Daedalus wallet. I followed all the steps to create the transaction, sign and submit. I did not get an error but when querying the UTXO, the balance is still there. I followed steps found here 3. Create a simple transaction — cardano-node Documentation 1.0.0 documentation
Is there a way to check logs to see if the transaction failed, I did not receive an error and it seemed to go trough as expected.
Actually I dont know what is the transaction id to able check it on the cardano explorer…
but it is a good sign if the ADA is arrived to your Daedalus wallet…
I am still receiving this error. It says valueNotConserved. I am trying to send all the ADA in my stake pool as I have retired the pool and will no longer run it. I made sure to substract the fee from the balance. The script on CoinCashew has it echoed back so I’m sure that the arithmetic’s are correct. Is there any other fee or factor that I am not accounting for?
I think it’s right. The only thing is that the fee is calculated via the script. I am substracting the fee - balance = sendingAmount. I tried leaving 1000000 lovelace like @laplasz mentioned but still getting the same error.
Thank you both @Alexd1985@laplasz I was finally able to complete the transaction. There were two mistakes I was making. Number 1 was that my relay was not on and it was the only way that my block-producer could get out to the blockchain. Number 2 the CoinCashew scripts had an extra tx-out for change. Since I was taking out all the money on the address, there was no need for that variable. We did it, thanks!!!
Hey Alexd1985 I have an idea and wanna talk to you about it. Think you can point me in the right direction. Is about Cardano but from a developer perspective.