# What steps did I skip or miss? Stake-Snapshop returns

**URL:** https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979
**Category:** Operate a Stake Pool
**Created:** [16 June 2021 03:39 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979 "2021-06-16T03:39:21Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![timeforprunejuice](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/timeforprunejuice/32/37147_2.png) [@timeforprunejuice](https://forum.cardano.org/u/timeforprunejuice)
#### Post date: [16 June 2021 03:39 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/1 "2021-06-16T03:39:21Z")

</div>

Folks,

What did I skip? I’m using CoinCashew, the docs from Cardano and de Lara’s guide. I can query the funds and I see my address on teh Cardano website, but not [pooltool.io](http://pooltool.io). Below is where I am stuck with the result …

[cardano-node]$ cardano-cli query stake-snapshot --stake-pool-id $(cat stakepoolid.txt) --mainnet  
{  
“poolStakeGo”: 0,  
“activeStakeGo”: 22970909569111347,  
“poolStakeMark”: 0,  
“activeStakeMark”: 23075664958746578,  
“poolStakeSet”: 0,  
“activeStakeSet”: 23020000415780615  
}

Thanks

---

<div class="post-metadata">

### Author: ![timeforprunejuice](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/timeforprunejuice/32/37147_2.png) [@timeforprunejuice](https://forum.cardano.org/u/timeforprunejuice)
#### Post date: [16 June 2021 03:57 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/2 "2021-06-16T03:57:56Z")

</div>

I see on Cardanoscan my  
 ![cardanopool](https://us1.discourse-cdn.com/flex023/uploads/cardano/original/3X/c/3/c3f876743502747370ef104b832380c4b21352f3.png)

---

<div class="post-metadata">

### Author: ![laplasz](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/laplasz/32/15238_2.png) [@laplasz](https://forum.cardano.org/u/laplasz)
#### Post date: [16 June 2021 09:20 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/3 "2021-06-16T09:20:52Z")

</div>

Hi!

What is id of your pool?

---

<div class="post-metadata">

### Author: ![timeforprunejuice](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/timeforprunejuice/32/37147_2.png) [@timeforprunejuice](https://forum.cardano.org/u/timeforprunejuice)
#### Post date: [16 June 2021 14:43 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/4 "2021-06-16T14:43:16Z")

</div>

The website is live (Windows shared hosting instead of LINUX) and poolMetaData seems to be formatted correct. I used two DNS records to point to [relay1.mywebsite.com](http://relay1.mywebsite.com) and [relay2.mywebsite.com](http://relay2.mywebsite.com).

cardano-cli query utxo   
–address $(cat payment.addr)   
–mainnet

Returns 10K ADA …

It seems that I have 2 issues:

1. My ticker is not showing up (metadata not being picked up?)
2. I need to move 10K from one place to another.

Any suggestions are appreciated.

Thank you

---

<div class="post-metadata">

### Author: ![laplasz](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/laplasz/32/15238_2.png) [@laplasz](https://forum.cardano.org/u/laplasz)
#### Post date: [16 June 2021 15:15 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/5 "2021-06-16T15:15:16Z")

</div>

Hi!

Ok - so debug that your metadata is ok with the commands described here:  
[https://iohk.zendesk.com/hc/en-us/articles/900004680423-Stake-pool-is-not-shown-in-Daedalus](https://iohk.zendesk.com/hc/en-us/articles/900004680423-Stake-pool-is-not-shown-in-Daedalus)

---

<div class="post-metadata">

### Author: ![timeforprunejuice](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/timeforprunejuice/32/37147_2.png) [@timeforprunejuice](https://forum.cardano.org/u/timeforprunejuice)
#### Post date: [16 June 2021 17:05 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/6 "2021-06-16T17:05:11Z")

</div>

Hi Folks,

If you are reading this AND use Windows web server hosting for your website, instead of LINUX, you have to modify your config.ini on the server with the following to allow your poolMetaData.json file to be read/exposed:

```auto
  <system.webServer>
    <staticContent>
      <mimeMap fileExtension=".json" mimeType="application/json" />
    </staticContent>
  </system.webServer>

```

I’m 1mm further to going live …

Thank you,

TFPJ

---

<div class="post-metadata">

### Author: ![laplasz](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/laplasz/32/15238_2.png) [@laplasz](https://forum.cardano.org/u/laplasz)
#### Post date: [16 June 2021 19:46 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/7 "2021-06-16T19:46:10Z")

</div>

So with that modification could you download the metadata?

---

<div class="post-metadata">

### Author: ![timeforprunejuice](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/timeforprunejuice/32/37147_2.png) [@timeforprunejuice](https://forum.cardano.org/u/timeforprunejuice)
#### Post date: [16 June 2021 19:51 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/8 "2021-06-16T19:51:47Z")

</div>

I appreciate your help and time. So far, all issues are my understanding and mistakes …

1. I use Windows web hosting and I had to modify config.ini on the server to expose the poolMetaData.json. I fixed this …

2. poolMetaData.json in the root of my server does not match the one I used to create the hash ☹ I literally just noticed this and I’m at step 8.2 in [docs.cardano.org](http://docs.cardano.org) and ready to create the hash when I click send on this note …

Thank you,

Michael

---

<div class="post-metadata">

### Author: ![timeforprunejuice](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/timeforprunejuice/32/37147_2.png) [@timeforprunejuice](https://forum.cardano.org/u/timeforprunejuice)
#### Post date: [16 June 2021 21:37 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/9 "2021-06-16T21:37:18Z")

</div>

Hi Carlos,

Do you have a moment to view my stake pool? I think I just need to wait now.

> **[Transaction 49a7cf05bc5ea54cba16f430ab77e6c85b64e6538f80d341c4f378ff0490ff6a...](https://cardanoscan.io/transaction/49a7cf05bc5ea54cba16f430ab77e6c85b64e6538f80d341c4f378ff0490ff6a?tab=poolcertificates)**
>
> Transaction 49a7cf05bc5ea54cba16f430ab77e6c85b64e6538f80d341c4f378ff0490ff6a page with transaction
> assurance, timestamp, UTXO, certificates, and more.

If you have time, this is much appreciated.

Best Regards,

Michael

---

<div class="post-metadata">

### Author: ![laplasz](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/laplasz/32/15238_2.png) [@laplasz](https://forum.cardano.org/u/laplasz)
#### Post date: [17 June 2021 14:29 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/10 "2021-06-17T14:29:44Z")

</div>

Hi!

I am afraid the registration is not ok.  
Have you checked your metadata? whether is ok, or not?  
here is another tool [https://pool.vet](https://pool.vet) to check the status of your pool

---

<div class="post-metadata">

### Author: ![timeforprunejuice](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/timeforprunejuice/32/37147_2.png) [@timeforprunejuice](https://forum.cardano.org/u/timeforprunejuice)
#### Post date: [17 June 2021 15:37 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/11 "2021-06-17T15:37:30Z")

</div>

I see that my hash is wrong AND I have http:// instead of [https://when](https://when) creating the stake pool registration certificate.

It is also trying to deduct another 500 ADA to create the pool again - I ust want to update the pool. I don’t know how to stop that.

I can barely work an hour without a major interruption …

Thank you

---

<div class="post-metadata">

### Author: ![laplasz](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/laplasz/32/15238_2.png) [@laplasz](https://forum.cardano.org/u/laplasz)
#### Post date: [17 June 2021 16:06 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/12 "2021-06-17T16:06:13Z")

</div>

Hi!

if 500 ADA is needed that means your cold keys are different from the keys you used for the initial registration…  
try to submit a new topic with the exact error you got.

---

<div class="post-metadata">

### Author: ![timeforprunejuice](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.cardano.org/timeforprunejuice/32/37147_2.png) [@timeforprunejuice](https://forum.cardano.org/u/timeforprunejuice)
#### Post date: [17 June 2021 16:10 UTC](https://forum.cardano.org/t/what-steps-did-i-skip-or-miss-stake-snapshop-returns/64979/13 "2021-06-17T16:10:53Z")

</div>

I will take your advice and publish my question publicly later. I’m reading the docs at [cardano.org](http://cardano.org) again - and may re-read them a few more times before I get started again.

Thank you
