Hey guys,
Just setup my first nodes and I now want to send some ADA using Cardano-cli to my Daedalus Wallet. When using Cardano-cli, you first need to ‘draft’ your raw transaction:
cardano-cli shelley transaction build-raw
–tx-in 5751c0dc9a5cbfed13a997eb8a68d64590aa1a806eafc9bea30e796c69b03755#0
–tx-out addr1qp6hddrn62jqggyngfqvg6d0p0pfamnla9af7rdc4jffqgv8v8kz5fqtqx490ky9pjeav49jcnkvg28r9jg55a87txvqulznnm+7000000000
–ttl 0
–fee 0
–out-file tx.raw
As you can see I have used a Daedalus generated address with the --tx-out option. But this gives me the following errormessage: option --tx-out: Failed reading: invalid address
What am I doing wrong here?