Hi I’m following the lessons from the stake pool course and I encountered a issue while entering this exact line into putty. cardano-node run, if done successfully I would have gotten a long explanation on what I can do with this command(As shown in the video.) However im encountering InvalidYaml (Just (YamlException “Yaml file not found: configuration/cardano/mainnet-config.json”))
cardano-node: YAML exception:
Yaml file not found: configuration/cardano/mainnet-config.json
I don’t know where to go from here I have tried reinstalling the cardano node and I experience the same issue, it may be a simple issue however I am quite new to this type of thing. I am using putty to talk to my AWS. and I’m on lesson 1 “Get configuration files and run the node”
The issue may be because I downloaded the testnet instead of the mainnet and it could be that when downloading the testnet it doesnt provide you with the scripts to run the node?
Sure, forgive me if I provided the wrong script
cardano-node run
InvalidYaml (Just (YamlException “Yaml file not found: configuration/cardano/mainnet-config.json”))
cardano-node: YAML exception:
Yaml file not found: configuration/cardano/mainnet-config.json
I tried:
journalct -e -f -u cardano-node
-bash: journalct: command not found
and the terminal gave me this response.
-bash: journalct: command not found
This also happened when I tried using apt-get instead of sudo yum in order to install the. But I discovered that only sudo yum worked binaries at the start of the stake pool course, however I am on linux so apt-get should be working if I am correct?