🚫Release v0.1.19-b - Cassini Testnet

Update Deadline

Please complete this update before 12:00 PM UTC, July 24, 2024.

Update Guide

1. Remove the old version

Remove the old version before downloading the new version.

rm $(which titan-l1-guardian)

2. Download the latest version

Visit the following url to download the latest version of Titan Guardian software:

https://github.com/Titannet-dao/titan-node/releases/download/v0.1.19-b/titan-l1-guardian

3. Move to the system directory and update the permissions

Move it to the system directory and ensure it has proper permissions

mv titan-l1-guardian /usr/local/bin/
chmod 0755 /usr/local/bin/titan-l1-guardian

Note: If you have set the proper execute permission, you may skip this step.

4. Start the new version

Start the new software.

Important Notes:

  • Restart the node: The new settings will take effect after updating and restarting the node.

  • Verify the upgrade: Run the following command to confirm the update was successful:

    titan-l1-guardian -v
If the version information is displayed as shown, the upgrade was successful. ✅
  • Forced Offline Warning: Nodes that fail to update on time will be automatically taken offline.

Please follow the steps above to ensure a smooth update of your system, maintaining the stability and security of the Titan network. We appreciate your continued support and cooperation.

Last updated