Klever Blockchain Mainnet v1.7.16 is HERE! 🚀

Hey Klever @Validators !

The wait is over, and the next monumental leap forward for our network has officially arrived. We are absolutely thrilled to announce the release of Klever Blockchain Mainnet v1.7.16! This isn’t just an update; it’s a massive step toward a faster, more secure, and unstoppable decentralized future. The momentum we are building together is incredible, and the best is yet to come!

The absolute crown jewel of this release is the implementation of Reward Distribution V2! We have completely revamped how rewards are distributed at the end of each epoch, making the entire process significantly more performant, robust, and resilient than ever before.

But the innovation doesn’t stop there! This version is packed with under-the-hood power, featuring essential core optimizations and enhanced KVM capabilities. On top of that, we’ve massively leveled up our network’s connectivity with major WebSocket improvements and the highly anticipated addition of event support on the WebSocket!

If you want to dive into the nitty-gritty of all the tech magic we’ve packed into this release, check out the full details here:

:backhand_index_pointing_right: v1.7.16 Release Notes :hammer_and_wrench::sparkles:


:warning: CRITICAL DEADLINE: EPOCH 5536​:warning:

To keep our network unified and blazing fast, this is a MANDATORY update.

You MUST upgrade your nodes before Wednesday, 15 April 2026, 13:00:00 UTC (Epoch 5536).

Nodes that have not been updated by Epoch 5536 may fork, and the validator may get jailed. Let’s keep our phenomenal uptime energy going and avoid any unnecessary downtime!


:hammer_and_wrench: Step-by-Step Upgrade Instructions

IMPORTANT: Make sure to update your config files prior to updating the node (there are changes with the fork update in enableEpochs.yaml).

Let’s upgrade our MAINNET VALIDATORS! Please execute the following steps:

1. Download the new config:

Bash

curl -k https://backup.mainnet.klever.org/config.mainnet.108.tar.gz | tar -xz -C ./node

2. Download the new image version:

Bash

docker pull kleverapp/klever-go:v1.7.16-0-gcf9f612c

3. Update the permissions of the database directories:

Bash

chown -R 999  $(pwd)/node/config
chown -R 999  $(pwd)/node/db
chown -R 999  $(pwd)/node/logs

4. Stop and remove your current node:

Bash

docker stop klever-node && docker rm klever-node

5. Run your node again:

Bash

docker run -it -d --restart unless-stopped \
    --user "$(id -u):$(id -g)" \
    --name klever-node \
    -v $(pwd)/node/config:/opt/klever-blockchain/config/node \
    -v $(pwd)/node/db:/opt/klever-blockchain/db \
    -v $(pwd)/node/logs:/opt/klever-blockchain/logs \
    --network=host \
    --entrypoint=/usr/local/bin/validator \
    kleverapp/klever-go:v1.7.16-0-gcf9f612c \
    '--log-save' '--use-log-view' '--rest-api-interface=0.0.0.0:8080'


Thank you for being the steadfast backbone of the Klever ecosystem. Your dedication, vigilance, and hard work are what keep this blockchain thriving and pushing the boundaries of what’s possible! Let’s get those nodes updated and keep building this amazing future together! :flexed_biceps::fire:

2 Likes