I built my node server and relay server and created my pool-keys. Now I am trying to generate an operational certificate based on this link.
I am trying to find out the slotNo, so I run “cardano-cli shelley query tip --mainnet”, but I get an error that it can’t find my socket node path:
bosr@node:~$ cardano-cli shelley query tip --mainnet
WARNING: The “shelley” subcommand is now deprecated and will be removed in the future. Please use the top-level commands instead.
Shelley command failed: query tip Error: Error while looking up environment variable: CARDANO_NODE_SOCKET_PATH Error: “CARDANO_NODE_SOCKET_PATH”
I am stuck there. Also, what “top-level command” does it want me to use instead of “shelley”?
Thanks in advance,
Roger