ERROR: bech32 and/or cardano-address not found in '$PATH'

You must have the cardano-address and bech32 files in cd ~/.cabal/bin

ls -l
If not u need to rebuild the node

ghcup - -version

ghcup install ghc 8.10.2

ghcup set ghc 8.10.2

Check again

ghcup - -version

ghcup install cabal 3.2.0.0
ghcup set cabal 3.2.0.0

- check the version
cabal - -version ( should be 3.2.0.0)

- stop the node
sudo systemctl stop cnode

cd ~/git
cd cardano-node

git fetch --tags --all
git checkout 1.27.0

echo -e “package cardano-crypto-praos\n flags: -external-libsodium-vrf” > cabal.project.local

$CNODE_HOME/scripts/cabal-build-all.sh -o


- start the node
sudo systemctl start cnode

- wait for the BP to sync and check again in cntools
1 Like