Hello everyone.
My name’s Travers. A friend of mine introduced me to Cardano and after a few months of research, I’m totally hooked and whilst I missed the Incentivised Testnet capture, I’m already in the process of setting up my node (as a practice for the mainnet).
One issue I’m having is that I have followed the below instructions:
…, but I’m getting an error when inputting one of the last couple of lines.
cp -p ~/Downloads/cardano-node/dist-newstyle/build/x86_64-linux/ghc-8.6.5/cardano-node-1.11.0/x/cardano-node/build/cardano-node/cardano-node ~/.local/bin/
cp -p ~/Downloads/cardano-node/dist-newstyle/build/x86_64-linux/ghc-8.6.5/cardano-cli-1.11.0/x/cardano-cli/build/cardano-cli/cardano-cli ~/.local/bin/
After some digging it seems my Downloads/cardano-node/dist-newstyle subfolder doesn’t include a buld sub-folder for some reason, so it then can’t create a PATH in .local/bin
I see within .local/bin that cardano-node is there but not cardano-cli.
I was wondering if someone could be kind enough to help me with this?
Thanks,
Travers.