I have been scratching my head trying to figure this out with no success.
I’ve updated my poolMetadata with the extended parameter for ADApools.org
https://kelownastaking.ca/poolMetadata.json
https://kelownastaking.ca/extended.json
Ever since updating my poolMetadata, KLWNA does not show up in Daedalus, and in Yoroi it shows that I am staking to an “Unknown Pool”.
The metadata is correct on ADApools and Cardanoscan
ADApools.org
Cardanoscan.io
The old metadata is showing on PoolTool
PoolTool.io
These are the commands I used to re-register and update the Metadata (with paths altered)
cardano-cli stake-pool registration-certificate
–cold-verification-key-file /path/cold.vkey
–vrf-verification-key-file /path/vrf.vkey
–pool-pledge 100000000000
–pool-cost 340000000
–pool-margin 0.02
–pool-reward-account-verification-key-file /path/stake.vkey
–pool-owner-stake-verification-key-file /path/stake.vkey
–mainnet
–single-host-pool-relay relay1.kelownastaking.ca
–pool-relay-port 3001
–single-host-pool-relay relay2.kelownastaking.ca
–pool-relay-port 3002
–metadata-url https://kelownastaking.ca/poolMetadata.json
–metadata-hash $(cat poolMetadataHash.txt)
–out-file /path/pool-registration.cert
cardano-cli transaction build-raw --allegra-era
–tx-in f10fb62b005980bbd11722b953c459f6c2baf96293bde799e0040a5c2ed24cc0#0
–tx-out (cat /path/payment.addr)+100593899618 \ --invalid-hereafter ((17098807+10000))
–fee 190009
–out-file tx.raw
–certificate-file /path/pool-registration.cert
–certificate-file /path/delegation.cert
poolMetadataHash.txt
441b9c3e2c35feedfe30754b750ec9571897ab5b206fcf07918f572828a393f4
I have tried without the extended and with different alterations to change the metadata hash, however I have had no success in it showing up in Daedalus. KLWNA does show up in Yoroi when searching for it since it is using ADApools.org but when delegated to it is says “Unknown Pool”.
Any help would be greatly appreciated