Problems with network setup

Yes, because u are not running the topology updater script on ur relay

Ok everything worked out today, the pool is created. I saw a message on adapools.org with the poolid that it was created but it is not yet visible on pooltool.io or adapools.org.

Maybe it takes sometime?

Also a question regarding pledge, is pledge just the amount of ada that stays on the payment addr?

what is your ticker?

Also a question regarding pledge, is pledge just the amount of ada that stays on the payment addr?
YES

The ticker is STAR,
but I just saw that there is another STAR on adapools.org and not on pooltools.io

I don’t know if this will cause a conflict?

What if the payment addr has now less then the pledge? which is the case atm.

yes, the problem with 2 pools same ticker is that it will create confusions, so better to change it

What if the payment addr has now less then the pledge? which is the case atm.
you will receive a warning, pledge not met, in adapools and pooltool, and no rewards in case u will create blocks

is it easy to change it still now?

yes, change your metadata with a new ticker and submit the transaction again.
without being necessary to pay again 500 ADA for registration of pool

Oh that is why the payment addr lost 500 ada. So if I make the transaction again, 500 ada WON’T be taken?

you didn’t lost, you will receive them back when u will retire the pool.
You make the transaction again , but without that part where u paid 500 ADA

a wait, u are using cntools?

It automaticly won’t charge 500 ada? or do I need to skip some part here: Guide: How to build a Cardano Stake Pool - CoinCashew
in chapter 12.

no I am not using cntools, I don’t actually know what that is?

I think this:

txOut=(({total_balance}-{poolDeposit}-{fee}))

echo txOut: ${txOut}

should be :
txOut=(({total_balance}-${fee}))

echo txOut: ${txOut}

and

block producer node
poolDeposit=$(cat $NODE_HOME/params.json | jq -r ‘.poolDeposit’)
echo poolDeposit: $poolDeposit
Run the build-raw transaction command.

The invalid-hereafter value must be greater than the current tip. In this example, we use current slot + 10000.

block producer node
cardano-cli transaction build-raw
{tx_in} \ --tx-out (cat payment.addr)+(( {total_balance} - {poolDeposit})) \ --invalid-hereafter (( ${currentSlot} + 10000)) \

I think you should exclude poolDeposit because u already did it

Thank you, it seems changed succesfully. But still, name, website and ticker stays at n/a.

Probably it needs to sync or something, it will take some time maybe for adapools.org

Hmm, I think there is something wrong. Because name and ticker does not show up.
It says on adapools.org:
new pool: “poolid” is created

In the registration certificate the metadata-url was not right, I changed it now.

I think it will take effect when the next epoch starts.

1 Like

It’s not necessary to wait; check on adapools.org

Where did u uploaded ur metadata?

On github, but when I did transmit it for the first time I had the wrong URL. Maybe this could be the case?

Possible, and press th raw button

I did it now with jsonkeeper, because the URL will be smaller…
I copied the URL and put it in the certificate as metadata URL.

Also I downloaded the the file with wget and changed the file to json.

I resubmitted the transmit, but still no data available on adapools

Don’t know what is still going wrong.

did u checked the metadata url? should not be longer than 64 characters