have you had enough ADA on your pledge-address when you ran the createStakepool script? you need at least 500+ ADA, otherwise the pooladdress is not getting registered on the chain. createStakepool doesn’t output an error if it didn’t work.
I ran the createStakePool.sh script again after i had transferred > 500 ADA to the address as i did not have enough the first time i ran the script.
When i checked the address before running the createStakePool, i could see the balance of the address on the shelley explorer with > 500.
That is when i re-ran the createStakePool.sh. I could see my balance then reduced by 500 ADA.
I do remember though that when i ran the command to check my pool I could not see it. I then used the send-certificate.sh script.
After this i then uploaded my poolid.json and poolid.sig files to git.
Which were successfully committed.
So are you telling me now that i need to do this all over again and transfer another 500 ADA to the same address??
Can i get my original 500 ADA back then because i will just be doing the same steps as i did previously.
The json and sig files must be named with the PublicKey of the owner(you), not the poolid.
What is your PoolID?
The balance you see is your personal owner wallet balance, not the balance of the stakepool.
You can set the “delegate too” hash to any hash you randomly create, there must not be a pool with that hash. Wouldn’t make any sense to do this.
So the really important check is, to look that your poolid is in the blockchain after running the createStakePool.sh script. Also the github commit is just to see your Ticker listed within the Daedalus Wallet. But your pool is created in the time you ran the createStakePool.sh script.