Hi all, we have released a new version on bor , v2.3.3 which contains bug fixes and node optimization.
Steps for upgrading Bor:
-
Stop bor service
sudo service bor stop -
Install Bor with a version tag, network name (Mainnet), and node type (sentry, validator or archive).
# Replace the node type curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v2.3.3 <network> <node_type> -
Check bor version
/usr/bin/bor version # It should print # v2.3.3 -
Restart bor service
sudo service bor start
Docker Images:
You can find the latest docker images here:
https://hub.docker.com/r/0xpolygon/bor/tags