Hi all I just registered my first stake pool [PARKS]! However I can only see it on pooltool.io.
When I run this command to query the ledger state from my node, my CPU utilization spikes and ends up killing my node every time. Has anyone had a similar experience with this?
Try first redirect the ledger state into a file: cardano-cli query ledger-state --mainnet > ledger-state.json
then grep the info grep publicKey ledger-stake.json | grep $(cat stakepoolid.txt)
Hi @laplasz, first of all, thanks for your help, it is really appreciated.
I have tried to redirect the output to a file and parse it but as soon as I run the cardano-cli query ledger-state command the node shut-down and restarts.
I am running the node on a 4 CPU - 8 GB memory vps