Hello everyone. I have successfully minted a token on the mainnet using this guide, but am receiving an error when attempting to send the tokens to Daedalus.
It’s fairly possible that it is calculated to a negative value.
Also: There are only 1.8 ADA in the --tx-in. That will never be enough for the minimal UTxO value of two outputs with native tokens in them plus fees. You would already need 1 ADA each plus fees as input if there were no tokens involved.
I have sent 4 Cardano total to the payment.addr of this relay, split between two TxHashes. Those amounts were reduced upon minting and now they are 1817603 & 1817339 respectively.
Both Txhashes have tokens associated with them, however, I only wish to send one set of the tokens out to my Daedalus. I am able to build the transaction using an output of 1.5 ADA, but the transaction fails to submit to the mainnet with the following error:
Based on the guide and what you’re telling me, this is likely an error due to me only having 1.8 ADA associated with my token’s TxHash. I should instead have at least 10 ADA and use an output of 10000000.
Is there a simply way for me to add Cardano to that TxHash? Or should I just send 10 ADA to the payment.addr, adjust the output, and try again?
The --tx-ins/TxHashes are transaction IDs of past transactions into an address. They can’t be made bigger after the fact. In that transaction only a specific amount of ADA and tokens went into that address.
Exactly that. You can use a lot of --tx-ins in a transaction. Just give enough into it, so that you can cover all the minimal UTxO values of the --tx-outs you want to have.
As said, you will need to balance all the tokens in the --tx-ins, not just the ones that you want to do something with.