I’m trying to fund via the mnemonic method mentioned in coin cashew from yoroi. I only sent a portion of the wallet’s total funds to the payment.addr do I need to send all?
edit: did I somehow already pay the 2 ada registration fee and that is why it is throwing this error?
Your output is 2.357754 ADA too high. Seems like you did not calculate the output correctly. Hard to tell without seeing your build or build-raw command.
not sure why that is though. my txOut is 508968758 and fee is 178877 and build command is cardano-cli transaction build-raw \ ${tx_in} \ --tx-out $(cat payment.addr)+${txOut} \ --invalid-hereafter $(( ${currentSlot} + 10000)) \ --fee ${fee} \ --certificate-file stake.cert \ --out-file tx.raw