I am new to installing Cardano-node. I am following the Stake-Pool course, and am stuck on Lesson 1, downloading the config files. When he downloads the config files and runs the cardano-node to get help output, instead of displaying command line parameters, mine gives this error:
YAML exception:
Yaml file not found: configuration/cardano/mainnet-config.json
The file does exist, but not in the “/relay” folder I am currently in. If I cd to the /cardano-node directory, the “cardano-node run” command starts up the node, instead of displaying command line parameters like is shown in the training video.
- How do I get “cardano-node run” to show the command line parameters?
- Do I have to copy the entire “cardano-node” directory for each instance of a node, and then set the config files for whether it is a relay or block node?
- Is there perhaps a better class to take on how to install cardano-node and set up a staking pool?