My stake pool disapeared overnight !?

Yesterday the output of: ‘jcli rest v0 stake get --host “http://127.0.0.1:3101/api”|grep f667’

Showed my stakepool: f667ae183d5a1db8f408a563706f95538ee2fc49518a67b5fb12f2bac7c3c35b

Today it’s not there. Should I simply run the ‘createStakePool.sh’ again or is there something I have missed?

Are you sure you did not mix the ‘stake get’ with the ‘stake-pools get’ command ?

1 Like

I can see your pool using both :

psychomb@ubuntu:~/jormungandr$ jcli rest v0 stake-pools get -h http://127.0.0.1:8443/api | grep f667
- f667ae183d5a1db8f408a563706f95538ee2fc49518a67b5fb12f2bac7c3c35b

psychomb@ubuntu:~/jormungandr$ jcli rest v0 stake get -h http://127.0.0.1:8443/api | grep f667
- - f667ae183d5a1db8f408a563706f95538ee2fc49518a67b5fb12f2bac7c3c35b

and it has 0 delegated stake

1 Like

You’re right!

I closed the topic since there is no problem.