Upgrade to 8.7.2 from 8.0.0
Quick update guide from 8.x.x to 8.7.2
1. backing up current binaries
cd ~/.local/bin/
# let's create a folder with the version number
mkdir -p $(cardano-node version | grep -oP '(?<=cardano-node )[0-9\.]+')
# copying files to the created folder
cp cardano-node $(cardano-node version | grep -oP '(?<=cardano-node )[0-9\.]+')/
cp cardano-cli $(cardano-node version | grep -oP '(?<=cardano-node )[0-9\.]+')/2. Upgrading and updating the system packages
# let's update the system first
sudo bash -c 'sudo apt-get update -y; sudo apt-get upgrade -y'3. Updating the Cardano node requirements
ghcup install ghc 8.10.7
ghcup install cabal 3.8.1.0
ghcup set ghc 8.10.7
ghcup set cabal 3.8.1.0sudo apt install -y libsodium-dev libtool autoconf makeInstalling BLST
Update/ install new libsodium version
4. Downloading configuration files (leaving old topology file in place):
5. Proceeding with Cardano Node binary updates



Last updated