Hi there,
I’m trying to update my pool.cert with domain address instead of IP address. I thought that I have only change –pool-relay-ipv4 to –single-host-pool-relay but the following error popup.
cardano-cli: FatalError {fatalErrorMessage = “Please enter either an IPv4 or IPv6 address for the pool relay”}
cardano-cli stake-pool registration-certificate \
--cold-verification-key-file ~/****/cold.vkey \
--vrf-verification-key-file ~/****/vrf.vkey \
--pool-pledge 25000000000 \
--pool-cost 340000000 \
--pool-margin 0.019 \
--pool-reward-account-verification-key-file ~/****/stake.vkey \
--pool-owner-stake-verification-key-file ~/****/stake.vkey \
--mainnet \
--pool-relay-port 6000 \
--single-host-pool-relay myCardxx1.cardanooo.xyz \
--pool-relay-port 6000 \
--single-host-pool-relay myCardxx2.cardanooo.xyz \
--metadata-url https://raw.githubusercontent.com/****.json \
--metadata-hash $(cat ~/****/poolMetaDataHash.txt) \
--out-file ~/****/pool.cert
cardano-cli: FatalError {fatalErrorMessage = "Please enter either an IPv4 or IPv6 address for the pool relay"}
Any thoughts what am I missing?
Thanks,