Stake pool registration issue

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;

https://tinyurl.com/yyng469l

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

1 Like

Searching where?

According to adapools ticker disputes site, you registered two pools with the same ticker symbol. Maybe you want to retire the old pool id? It might solve your listing problem…

Your noted id: f34dafb694ad4334271576b23cf9e716e48ef9db25b39f82e05d561b
Your old id: 406b6945cf5990696f2aa542824a8483bdbe1a1cdf329163dcc84baf
1 Like

Also, until some weeks ago, i was under the impression: either one registers multiple IPv4 relays or one DNS-relay. But I may be wrong on this, or ith might have changed. If you have updated information on this i would love to read up on it :slight_smile:

Hi, Thanks for the reply. I was searching the pool ID on pooltool.io. I’ll retire the old pool ID as suggested.
Thanks.