Updating Cardano Nodes to Version 1.35.3
The Vasil candidate version of Cardano node was released on August 11, 2022. Many SPO’s (Stake pool operators) chose to wait before upgrading, especially since the prior version was rolled back after a week. In the recent week, many of Cardano’s developers and even CEO Charles Hoskinson announced that they are confident that this will be the version to host the Vasil hard fork. The hard fork requires 75% of stake pools to be upgraded to version 1.35.3 to initiate.
We opted to wait until yesterday to update our nodes on our pool: White Lotus Pool.
Notes:
Log into root user, if needed
Cardano-Node version 1.35.3 requires
GHC version 8.10.7
Cabal version 3.6.2
*Make sure to download, compile, and install libsecp256k1 BEFORE building the node!
Build will fail if you forget or skip this step.
First, set the updated GHC and Cabal versions
ghcup upgrade
ghcup set ghc 8.10.7
ghcup set cabal 3.6.2#check version’s were properly updated with:
ghcup --version
ghc --version
cabal --version
Upgrade was done following CoinCashew’s guide.