Blockproducer and Relay working but Stake Pool isn't listed on pooltool

Hey guys,

I did follow all the Coincasew tutorial, and both my Block Producer and Relay seems to be working well;
image

The problem is that when I try to find my stake pool on pooltool, pool.pm or other platforms, I can’t find my Stake pool listed;

Someone could give me some light on what I’m missing?!

All replies are welcome

Run your ticker through pool.vet that can find some of the easy errors that might be hindering it. It does take a few days sometimes for them to show up on some of the sites depending on their refresh rate. Have you checked you pool via the method listed on the coincashew site? Step 13 Guide: How to build a Cardano Stake Pool - CoinCashew

Hey Jeremy, thanks for your reply;

Yeah, I did try to find my pool on pool.vet but it’s not listed there;
image

About the step13, yes I did all steps;

The output of the last command is the below:
image

The Stake Pool Id is:
71f952ea3a3ccfeea5837a1312833bc038fbb27f7ae870f9e9e23c59

My Grafana dashboard is also working well;

Thanks in advance!!

Pool Id:
71f952ea3a3ccfeea5837a1312833bc038fbb27f7ae870f9e9e23c59

Result on pooltool.io:

$ cardano-cli query ledger-state --mainnet > ledger-state.json
$ grep 71f952ea3a3ccfeea5837a1312833bc038fbb27f7ae870f9e9e23c59 ledger-state.json 
$

it is not in the ledger…
try to get the pool-id again:
cardano-cli stake-pool id --cold-verification-key-file cold.vkey --output-format "hex"

Hey brother, thanks for your answer;

I ran it again and replaced the files on my block producer
image

But the outputs seem the same:
image

And it stills not listed on:

Do you know what could be wrong?

What I would do is to re-register the node… everything is the same, but without pool deposit.
So I assume it wont be successful. - could you try it?