Regarding the bech32 issue you can try these steps
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-libsodiu…
PS: just follow the steps but replace the version 1.27.0 with 1.35.4 (first check if u have bech32 and cardano-address inside cabal folder and also u can try with
and don’t forget to install chrony on all nodes (search for chrony section)
# Setup Cardano Shelley staking node (Ubuntu 20.04)
-- DISCLAIMER: This guide is for educational purposes only. Do not use in production with real funds.
-- DISCLAIMER: By using this guide, you assume sole risk and waive any claims of liability against the author.
-- Note: This guide is for running jormungandr on a virtual private server (VPS), running Ubuntu 18.04.
-- Note: This guide assumes your local machine is a Mac, but most instructions are executed on the remote machine.
-- Note: anything preceded by "#" is a comment.
-- Note: anything all-caps in between "<>" is an placeholder; e.g. `"<FILENAME>"` could be `"foo.txt"`.
-- Note: anything in between "${}" is a variable that will be evaluated by your shell.
* Author: Chris Graffagnino (stake-pool: __MASTR__)
* Thanks to these expert contributors!
@ilap - __UNDR__
@mark-stopka - __BLTN__
@pheelLikeWater - __MONKY__
@Willburn - __ANP__
## Create free account on Github
This file has been truncated. show original