----------I made it just when I thought I would give up… I tried to redeem the coupon again thinking that maybe I hadn’t done it:
clod@desktop-mint:~$ dfx wallet --network ic redeem-faucet-coupon 99BD3-F6CEA-xxxxx
Redeeming coupon. This may take up to 30 seconds…
Error: Failed ‘redeem’ call.
Caused by: Failed ‘redeem’ call.
The replica returned a replica error: reject code CanisterReject, reject message Code is already redeemed: {canister = bjrqo-2aaaa-aaaap-abpxa-cai; controller = velmh-rpxqi-jo35v-m7uyy-y3zlu-33fuu-2hu7k-ma2lf-wthaq-jawen-gqe; coupon = ?“99BD3-F6CEA-xxxxx”; creation = +1_711_057_222_768_994_710; cycle = 10_000_000_000_000; hash = null}, error code None
---------------here I notice that it tells me in which canister the coupon was deployed:
clod@desktop-mint:~$ dfx canister --network ic call bjrqo-2aaaa-aaaap-abpxa-cai; wallet_balance
(record { 3_573_748_184 = 10_096_392_205_927 : nat64 })
---------------i try to set up as my wallet but error in local :
clod@desktop-mint:~$ dfx identity set-wallet bjrqo-2aaaa-aaaap-abpxa-cai;
Checking availability of the canister on the network…
Error: Failed to construct wallet canister caller: Certificate verification failed.
---------------BUT WORKS IN IC NETWORK :
clod@desktop-mint:~$ dfx identity set-wallet bjrqo-2aaaa-aaaap-abpxa-cai; --network ic
Checking availability of the canister on the network…
Setting wallet for identity ‘dorellik’ on network ‘ic’ to id ‘bjrqo-2aaaa-aaaap-abpxa-cai;’
Wallet set successfully.
AND NOW I HAVE MY 10.098 TC in mainet !!!
clod@desktop-mint:~$ dfx wallet balance --network ic
10.098 TC (trillion cycles).
thanks to the icp community they tried to help me right away, with patience and kindness… especially on the faucet Discord group: TedR, thank you very much and then here Severin who was also very quick in trying to help me.