Missing pledge!

Hello all,
I built few minutes ago my pool in mainnet. The ticker is EAS and I don’t know why I see 0 Pool Owners and missing pledge. Before registering the pool I had this balance:

[alessio@produder ~]$ ./check_balance.sh
TxHash TxIx Amount

2637cb9ed7a74f43c2f8993a20a1b04a9ee71bdd0f0d53b19d926f769a18ee27 0 2460686029 lovelace + TxOutDatumNone
a28873de50c0edb6a24e294c27a7cb7f3e28d08fbc5432f218be52d5a7f768a1 0 1000000 lovelace + TxOutDatumNone

With the 500 ADA for the registration purpose and the fee I calculated 1950 ADA as pledge.
This was the command I ran:

cardano-cli stake-pool registration-certificate
–cold-verification-key-file xxx/node.vkey
–vrf-verification-key-file xxxvrf.vkey
–pool-pledge 1950000000
–pool-cost 340000000
–pool-margin 0.00
–pool-reward-account-verification-key-file xxx/stake.vkey
–pool-owner-stake-verification-key-file xxx/stake.vkey
–mainnet
–single-host-pool-relay 93.42.90.87
–pool-relay-port 6000
–metadata-url https://git.io/JwG3k
–metadata-hash $(cat xxx/poolMetaDataHash.txt)
–out-file pool.cert

After all the transactions this is my current balance:

[alessio@produder ~]$ ./check_balance.sh
TxHash TxIx Amount

4d9e508d1858a55249c2dcbd46cfd7ff09d97d4d6951144c4f8d7fdf46718eb9 0 1960490212 lovelace + TxOutDatumNone
a28873de50c0edb6a24e294c27a7cb7f3e28d08fbc5432f218be52d5a7f768a1 0 1000000 lovelace + TxOutDatumNone

Why is it missing the pledge? The balance is greather than the pledge
Thank you for your help!!

Sorry now it is working… I just had to wait.
Sorry I was panicking ahahaha all day working on this, I’m very tired

Thank you the same, sorry for wasting your time!

2 Likes

patience is the key :beers:

1 Like

Yep, everything looks ok pool.vet - Cardano stake pool checker

1 Like