Hi guys,
I have an issue with my stake pool registration. I am able to submit the registration transaction but when searching the pool ID it is missing the description and ticker and the name is my pool ID instead of the name in my poolMetaData.json file.
The pool ID is;
f34dafb694ad4334271576b23cf9e716e48ef9db25b39f82e05d561b
I’ve confirmed my json is accessible. The url to the raw file is;
The hash for the file is;
12e1011f6bce77489addecea61f4c78859e44ebb38260a8d39c2964a95b9ef46
I used the following to generate my registration certificate;
cardano-cli shelley stake-pool registration-certificate
–cold-verification-key-file $HOME/cold-keys/node.vkey
–vrf-verification-key-file vrf.vkey
–pool-pledge 176500000000
–pool-cost 345000000
–pool-margin 0.02
–pool-reward-account-verification-key-file stake.vkey
–pool-owner-stake-verification-key-file stake.vkey
–mainnet
–single-host-pool-relay rn1.aussie-stakehouse.io
–pool-relay-port 6000
–single-host-pool-relay rn2.aussie-stakehouse.io
–pool-relay-port 6000
–metadata-url https://tinyurl.com/yyng469l
–metadata-hash 12e1011f6bce77489addecea61f4c78859e44ebb38260a8d39c2964a95b9ef46
–out-file pool.cert
I suspect it’s an issue with my poolMetaData.json file but I’m not sure what exactly. I’ve tried creating a new json (poolMD.json) but it didn’t resolve issue.
Thanks in advance.
Steve