Stakepool not visible on testnet

Hi,

this is hash, I need pool ID, what is inside stakepoolid.txt.

Hi,

Seems this hash is incorrect, if you use this command:

cardano-cli stake-pool metadata-hash --pool-metadata-file <(curl -s -L http://www.luculus.nl/poolMetaData.json)

it returns hash as

cdfe70cc91b1543b7441a9834260dee9af4a6d7957f25d7e2df50c61713751e0

What seems not what you submitted. Maybe your Metadata file has new line at the end or some extra spaces, what do not exists on your server. Maybe that is the reason why those differs.

For example if I download your Metadata to file and then try to calculate hash:

bash-4.4# curl curl -s -L http://www.luculus.nl/poolMetaData.json > /test.txt
bash-4.4# cardano-cli stake-pool metadata-hash --pool-metadata-file /test.txt
cdfe70cc91b1543b7441a9834260dee9af4a6d7957f25d7e2df50c61713751e0

As you can see I get again result what differs from: f8a06bb9ed1fe4b2e3b69245bf1d9c094729e25df6a75994581cff49

According to the following that’s the pool id:

Thank you mcrio - could it really be that simple? I was planning to move to https for the mainnet, didn’t bother to do it right away.

I will try and let you know if that was it.

Hi os11k,

thank you for responding. Maybe I didn’t write it down well. I have both numbers indeed, one pool ID, the other the hash.

Hi!

If you look here:

https://testnet.adatools.io/pools/f8a06bb9ed1fe4b2e3b69245bf1d9c094729e25df6a75994581cff49

Seems you didn’t put http to url, seems due this metadata can’t be loaded:

If you compare to my testnet pool:

So seems when you registered pool you used --metadata-url www.luculus.nl/poolMetaData.json, but seems it is needed to be as --metadata-url http://www.luculus.nl/poolMetaData.json

1 Like

I will try!

Thanks!

Ok, I have changed the metadata-url to http://www.~

I will also follow with https - just to see which is the thing

1 Like

I can find now your pool in Testnet Daedalus, so seems to work. No?

Hi os11k - I’m happy to read that. But, where are you looking for that then?

pooltool.io does not go beyond epoch 161 for the Testnet and Adatools.io does not show it yet.

It means though that httpS is not needed, just the http://www~ is important.

Hi @Alexd1985

Json is valid, I think your mobile client it showing it a bit weird.

he need , after homepage: right? Because it’s not the last line from json

{
“name”: “Kwalipie”,
“description”: “My pool description”,
“ticker”: “ZOEK”,
“homepage”: “https://www.luculus.nl/poolMetaData.json”
}

this is how it looks on a bigger screen.

cardano-cli query stake-snapshot --stake-pool-id $(cat stakepoolid.txt) --testnet-magic 1097911063
{
“poolStakeGo”: 497625174,
“activeStakeGo”: 14560912495077953,
“poolStakeMark”: 497625174,
“activeStakeMark”: 14564464850443658,
“poolStakeSet”: 497625174,
“activeStakeSet”: 14528080951909043

This also works.

I just cannot find the pool on adatools.io. I may have to wait 2 epochs, but aparently os11k managed to find it on the Deadalus testnet.
Could you please help me locating this? googling around did not help.

1 Like

sorry, it’s there :frowning: my phone screen it’s to small :)))

thank you anyway! :slight_smile:

If it’s visible on daedalus then u must wait, perhaps adatools or pooltool not synced yet

pooltool testnet seems not to be working anymore.

I understand that I may need to wait on adatools.

But how did you find it on Daedalus testnet? Where can I find that? Is it a website?

Hi,

pooltool.io is not showing my pool correctly too, even if I fixed all problems, long time ago. Not sure about testnet.adatools.io, maybe you just need to wait a bit.

When I had incorrect metadata, I was not able to see it in testnet daedalus and you can see yours, so I would assume everything is ok.

image

Here I can find your pool without any problem:

testnet.cardanoscan.io

2 Likes

Daedalus is a wallet for cardano, testnet one is particularly for testnet.

Download it here:

Daedalus is the wallet provided by IOHK for ADA