If you want to support this free educational Cardano content or found the content helpful, visit cointr.ee to find our donation addresses. Much appreciated in advance.
Technical writing by Change Pool (ticker CHG)
Input-Output (IOHK) regularly releases new versions of Cardano Node via the cardano-node
GitHub repository. Carefully review release notes available in the repository for new features, configurations, known issues, technical specifications, related downloads, documentation, changelogs, assets and other details of each new release.
To receive notifications related to activity in the Cardano Node GitHub repository, configure Watch functionality.
The Upgrading a Node topic describes how to upgrade a Cardano node to the latest version. Complete the following procedures on each block producer and relay node comprising your stake pool as needed to complete the upgrade.
For instructions on upgrading your stake pool to a previous Cardano version, see the archive.
If you use CNCLI command line utilities developed by the Cardano Community, then upgrade to the latest version if a newer version is available.
Do not confuse the Cardano Community's CNCLI utilities with the cncli.sh
companion script for stake pool operators maintained by Guild Operators.
To upgrade the Cardano Community's CNCLI binary:
In a terminal window, type the following commands:
2. To confirm that the new version of the CNCLI binary is installed, type:
If the command displays the latest version number, then the upgrade is successful.
Guild Operators maintains a set of tools to simplify operating a Cardano stake pool, including Guild LiveView. If you use the gLiveView script, then ensure that you are using the latest version prior to upgrading your Cardano node.
In the Common env
file for Guild Operator scripts, by default the UPDATE_CHECK
user variable is set to check for updates to scripts when you start gLiveView.sh
. If your implementation displays the message Checking for script updates
when gLiveView starts and you install available updates when prompted, then you do NOT need to complete the following procedure.
To upgrade the Guild LiveView tool manually:
To back up existing Guild LiveView script files, type the following commands where <gLiveViewFolder>
is the folder where the gLiveView.sh
script is located on your computer:
If you follow the Coin Cashew instructions for Starting the Nodes, then you can type $NODE_HOME
to replace
2. To download the latest Guild LiveView script files, type:
3. To set file permissions on the gLiveView.sh
file that you downloaded in step 2, type:
4. To set the CONFIG
and SOCKET
user variables in the env
file that you downloaded in step 2, type:
For details on setting the NODE_HOME
environment variable, see the topic Installing Cabal and GHC
5. As needed to configure Guild LiveView for your stake pool, use a text editor to transfer additional user variable definitions from the env.bak
file that you created in step 1 to the env
file that you downloaded in step 2.
6. To test the upgrade, type:
If the upgrade is successful, then the terminal window displays the Guild LiveView dashboard having the version number of the latest release.
For each Cardano Node release, Input-Output recommends compiling binaries using specific versions of GHC and Cabal. For example, refer to Installing cardano-node and cardano-cli from source in the Cardano Developer Portal to determine the GHC and Cabal versions required for the current Cardano Node release. Table 1 lists GHC and Cabal version requirements for the current Cardano Node release.
Table 1 Current Cardano Node Version Requirements
To upgrade the GHCup installer for GHC and Cabal to the latest version:
In a terminal window, type:
To install other GHC versions:
In a terminal window, type the following commands where <GHCVersionNumber>
is the GHC version that you want to install and use:
To install other Cabal versions:
In a terminal window, type the following commands where <CabalVersionNumber>
is the Cabal version that you want to install and use:
To set GHCup, GHC and Cabal versions using a graphical user interface, type ghcup tui
in a terminal window.
To update Libsodium:
As of version 8.0.0, a new version of libsodium
is required.
To update secp256k1:
As of version 8.9.0, a new version of libsecp256k1
is required
To install the blst library:
As of version 8.9.0, a new version of blst
is required.
A new Cardano Node release may include updated configuration files. If configuration files are updated for a release, then you need to download and install the new configuration files when you upgrade a node.
To download and install new Cardano Node configuration files:
To stop your Cardano node, type the following command in a terminal window where <CardanoServiceName>
is the name of the systemd service running your Cardano node:
If you follow the Coin Cashew instructions for Creating Startup Scripts, then <CardanoServiceName>
is cardano-node
2. To back up the configuration files that your node currently uses, type the following commands as appropriate where <ConfigurationFileFolder>
is the path to the folder where the configuration files are located:
If you follow the Coin Cashew instructions for Preparing Configuration Files, then <ConfigurationFileFolder>
is $HOME/cardano-my-node
Alternately, you can type $NODE_HOME
If needed, you can also use the environment variable $NODE_CONFIG
to indicate the mainnet
cluster in configuration file names.
3. Using a Web browser, navigate to the Cardano Node GitHub repository, then browse to the latest release, then click to expand the Downloads dropdown list in the Technical Specification section of the release notes, and then click the Configuration Files link.
4. On the Cardano Configurations page, click the following links to download configuration files for the mainnet
cluster to the folder where you created backups of your current configuration files in step 2: config
, byronGenesis
, shelleyGenesis
, alonzoGenesis, conwayGenesis
and topology
As of version 8.9.0, you need to download a new config file, conway-genesis.json
Then, verify config.json
contains the following two lines:
If you want to download new configuration files using the command line, then navigate to the folder where you created backups of your current configuration files in step 2 using a terminal window, and then type the following command where <ConfigurationFileURL>
is the URL for the configuration file that you want to download: wget <ConfigurationFileURL>
5. Using diff
or a similar file comparison utility, identify and copy customizations as needed from the backup configuration files that you created in step 2 to each new configuration file that you downloaded in step 4.
The config.json
file contains hashes for the byron-genesis.json
, shelley-genesis.json
, alonzo-genesis.json
and conway-genesis.json
files using the ByronGenesisHash
, ShelleyGenesisHash
, AlonzoGenesisHash
and ConwayGenesisHash
keys, respectively. Therefore, do NOT manually edit the *genesis.json
files.
Either build the latest binaries or download pre-built binaries that may be available from IOHK
2. To verify that you installed the new Cardano Node binaries successfully, type:
3. Restart your Cardano node systemd service to finish the upgrade process.
4. Optionally, to install the latest versions of all previously installed packages on your computer, and then reboot the computer, type:
Upgrading to a new Cardano Node version may require replaying the copy of the blockchain residing on the local computer. The task of replaying the blockchain may require hours to complete.
To monitor your node, type the command journalctl -fu cardano-node
in a terminal window.
6. Copy the new cardano-cli
binary to the air-gapped, offline computer that you use to sign transactions for your stake pool.
7. On your air-gapped, offline computer, ensure that libsecp256k1 and blst are installed and up to date.
To verify that the upgrade is successful, open gLiveView, journalctl logs or Grafana dashboard.
After an upgrade, starting a node may take up to a few hours. Be patient.
Did you find our guide useful? Send us a signal with a tip and we'll keep updating it.
It really energizes us to keep creating the best crypto guides.
Hang out and chat with our stake pool community on Telegram @ https://t.me/coincashew
If your upgrade is unsuccessful, then try Fixing a Corrupt Blockchain and Resetting an Installation, as needed.
Release Date | Cardano Node Version | GHC Version | Cabal Version |
---|---|---|---|
Congrats on completing the update.
Use cointr.ee to find our donation addresses.
Any feedback and all pull requests much appreciated.