Compiling Cardano Node
sudo apt remove libsodium-devcd $HOME/gitgit clone https://github.com/IntersectMBO/cardano-node.git
cd cardano-node
git fetch --all --recurse-submodules --tagsgit checkout $(curl -s https://api.github.com/repos/IntersectMBO/cardano-node/releases/latest | jq -r .tag_name)cabal update
cabal configure -O0 -w ghc-<GHCVersionNumber>cabal build all
cabal build cardano-cli
Last updated