[Beginner Guide] Setup a Cardano Node using Guild Operator Scripts + (Tips & Troubleshooting)

If you’re getting an error at the BUILD CARDANO NODE STEP, its a copy paste problem.

cd ~/git
git clone GitHub - input-output-hk/cardano-node: The core component that is used to participate in a Cardano decentralised blockchain.
cd cardano-node

git fetch --tags --all
git checkout 1.34.1

echo -e “package cardano-crypto-praos\n flags: -external-libsodium-vrf” > cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh -o

Check the quotation marks etc or copy from @Alexd1985 guide here How to set up a POOL in a few minutes - and register using CNTOOLS - #346 by b1gb1zzness