Please note I did already go through all those steps, I just didn’t have the values of the Pool name and such into the poolMetaData.json file.
When I tried to run the following command:
cardano-cli query stake-snapshot --stake-pool-id $(cat stakepoolid.txt) --mainnet
I would get the following response:
REDACTED:~/cardano-my-node$ cardano-cli query stake-snapshot --stake-pool-id $(cat stakepoolid.txt) --mainnet
Invalid argument `stake-snapshot’
Usage: cardano-cli query (protocol-parameters | tip | stake-distribution |
stake-address-info | utxo | ledger-state |
protocol-state)
Node query commands. Will query the local node whose Unix domain socket is
obtained from the CARDANO_NODE_SOCKET_PATH enviromnent variable.
Is that because I went through to step 13 and then went back and repeated the steps with a populated poolMetaData.json file?
Usage: cardano-cli query (protocol-parameters | tip | stake-distribution |
stake-address-info | utxo | ledger-state |
protocol-state)
Node query commands. Will query the local node whose Unix domain socket is
obtained from the CARDANO_NODE_SOCKET_PATH enviromnent variable.