Marc77
1
When using ‘faucet’ to get some test ada, I get an SSL error when running the following command:
curl -v -XPOST "https://faucet.shelley-testnet.dev.cardano.org/send-money/$(cat payment.addr)"
this is the output:
Hopefully someone can tel me wat this error means, and what I have to do to solve this.
Kind regards,
Marc
Marc77
2
I tried to get the Lovelace from Faucet
With my payment addr. On the site it says that the transaction is succesfull, but there is nothing received yet, when running:
cardano-cli shelley query utxo \
--address $(cat payment.addr) \
--testnet-magic 42
This can take some time probably?