Cardano-node run gives Yaml file not found error

Now we are getting somewhere. Thank you for that :slight_smile: Now it is saying that permission is denied. Am I meant to change the host-add back at this point?

echo export CARDANO_NODE_SOCKET_PATH="$NODE_HOME/db/socket" >> $HOME/.bashrc

source $HOME/.bashrc

Replace $NODE_HOME with your path to cardano-node

Greetings, getting a similar error here: 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 created a db folder inside the rely folder since i did not have one. Will this be an issue?
Additionally, i have testnet… instead of mainnet… like polaris…

OK, i got the mainnet files: but same error: 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’m stuck on the same issue :frowning: however I just want to finish the first lesson of the stake pool course.