PreviousTitan Network L1 Node Resource Quality Inspection NoticeNextRelease v0.1.22 - Cassini Testnet2.0
Last updated
This is a non-mandatory update. If your current version is running stably, you may choose not to update at this time.
Core Refactoring and Fixes:
Fixed UDP port abuse issue
Fixed and optimized some known issues
1. Remove the old version
Before downloading the latest version, remove the old version of the program:
rm $(which titan-l1-guardian)
2. Download the latest software:
Visit the following link to download the latest version of the Titan Guardian package:
https://github.com/Titannet-dao/titan-node/releases/download/v0.1.23/titan-l1-guardian
3. Replace the old version and update permissions:
Replace the existing program and ensure the new program has the appropriate execution permissions:
mv titan-l1-guardian /usr/local/bin/ chmod 0755 /usr/local/bin/titan-l1-guardian Note: If you have already set the correct execution permissions during packaging, this step can be omitted.
4. Start the new version:
Start the new version program. Restart Node: Please ensure you restart your node immediately after updating to ensure the update takes effect. 🔄
Execute the following command to confirm the update was successful:
titan-l1-guardian -v

The version information shown in the figure indicates that the upgrade was successful. ✅
Last updated