Pool ID not showing in PoolTool

Hi,
I have set a stake pool and flowed all instructions, my pool id in hex found by:
cardano-cli stake-pool id --cold-verification-key-file cold.vkey --output-format “hex”

is 286db5ff4245d113c67186d70f06c85de1315874d5070b0bba26d90d

or pool13ghnjmzaxydnlleq7c7hkaz9elzkm6k6z6pd945q02njv7l7zuw

but i can’t find it in pooltool.
my Ticker pool name is : MAKMS.
:frowning: where is the problem ? thank for yours helps .
Mery

Hi, and welcome!

Have you published your pool in a transaction as well?

Thank you for your reply.

yes I do:
firstly i calculate the TTL and edit the transaction like this:

cardano-cli transaction build-raw
–tx-in myUTxO#0
–tx-out $(cat payment.addr)+449450697
–invalid-hereafter 25241282
–fee 183101
–out-file tx.raw

2- i signed the transaction :

cardano-cli transaction sign --tx-body-file tx.raw --signing-key-file payment.skey --signing-key-file stake.skey --signing-key-file cold.skey --mainnet --out-file tx.signed

3- and third i have submit it to the network

cardano-cli transaction submit --tx-file tx.signed --mainnet

and the transaction was submitted successfully .

NB: when i didn’t found my pool Id , i have repeat thes steps another time, and at each time my amount of lovelaces decrease

There should be more content in that transaction to register a pool. Have you created your metadata and your certificates? The transaction to publish your pool should contain your pool certificate and your stake certificate. Have you generated those?

Pool not found

1 Like

yes i generated these files, pool-metadata.json and pool-registration.cert
but not at each time, my metadata file still unchanged. also certificate. should i retry all this generation at each time?

You can see how it’s done here:
https://www.coincashew.com/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node

Just doing a regular transaction won’t do much. You need to add the certificates to the transaction. There are examples in the guide. Let me know if something is still unclear after following the examples :slight_smile:

ok thanx, i will try it.

1 Like

Finally it’s work my pool id is shown , but the problem was, that it’s took time to be displayed in pooltool.io
My ticker pool is : MAKL

Happy :slight_smile: thanks for help.

Hello,

Check your relay port… should be open to accept connections from outside

https://pool.vet/#MAKL

image

1 Like

ah good link,
the work is in progress, thank you well

1 Like

Hey mate @meryADA, could you please give more information about what you did ?!

I followed all steps and seems like it’s all working well, but when I try to find my stake pool on pooltool.io or pool.pm and others, I can’t;

Do you know tell me what’s missing?

Thank you very much