Mandatory Komodo Daemon Update Before June 14, 2021

Komodo Team
Komodo Team

Mandatory Komodo Daemon Update Before June 14, 2021
Table of Contents
Table of Contents

Update: Season 5 Notary Node operators are online! Congrats to the Komodo team for a job well done. The ecosystem-wide hard fork with 8 external blockchains, and ~20 Komodo Smart Chains is complete. There were no hiccups, and everything is running smoothly.

This is a message from the Komodo Platform team regarding an upcoming mandatory update to the Komodo daemon. The Komodo development team has already activated changes to the Komodo code base. The changes are mandatory for the entire network before June 14th, 2021.

The upcoming hard fork will activate Komodo’s switch from Bitcoin notarizations to Litecoin notarizations for all blockchains using Komodo’s delayed Proof of Work (dPoW) network for 51% attack security.

Please make sure to update your Komodo daemon promptly to ensure users can continue to use wallets without service interruption.

0.7.0 [Medusa] Changelog

  • Disable vSolutions size > 1 after HF
  • Fix -disablewallet arg on getblocktemplate caused daemon crash
  • Add zHTLC functionality
  • Update assetchains file
  • Add S5 pubkeys and HF bits
  • Update CI
  • Bump version
  • General enhancements

View GitHub


Instructions for Updating the CLI Daemon

If you have the Komodo daemon running, you can keep it running while updating if your machine has sufficient processing power. If you prefer to stop it before updating, please use

~/komodo/src/komodo-cli stop

to stop the daemon and proceed with the steps to update.

Be sure to follow each of these steps carefully. Don’t move onto the next step until the previous one is successfully completed.

Step 1

Navigate to your Komodo directory.

cd ~/komodo

Step 2

Make sure you don't have any changes made to the source and reset it. This will ensure clean source and shouldn't create issue while pulling the latest source in the next step.

git reset --hard

Step 3

Use master branch

git checkout master

Step 4

Clean the source directory.

make clean

Step 5

Update the source. (If you’ve made any changes to the source code, this step may not pull the latest source. Please make sure you used the step above to eliminate this issue.)

git pull

Step 6

Compile the latest binary.

./zcutil/build.sh -j$(nproc)

Start your services as usual. (If you have not stopped the Komodo daemon before compiling, please stop the daemon now and start it again.)

Step 7

Verify the update

~/komodo/src/komodo-cli getinfo

Please look for the KMDversion in the output of the above call, which should display:

"KMDversion": "0.7.0",

This verifies your Komodo wallet daemon is updated to the latest version which has the required updates.

Need Assistance?

If you have any questions or need further assistance with this update, please contact the Komodo support team at [email protected]. Komodo team members are also available on the Komodo Discord server.

Great! Next, complete checkout for full access to Komodo Platform Blog | En
Welcome back! You've successfully signed in
You've successfully subscribed to Komodo Platform Blog | En
Success! Your account is fully activated, you now have access to all content
Success! Your billing info has been updated
Your billing was not updated