Hi all, we have released a new beta version of bor v2.3.0-beta4
for Amoy.
This release contains some bug fixes and improvements over the previous version.
Steps to upgrade:
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (amoy), 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.0-beta4 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v2.3.0-beta4
-
Restart bor service
sudo service bor start
What’s Changed
Docker Images
You can find the latest docker image here:
Bor: https://hub.docker.com/r/0xpolygon/bor/tags
Thanks,
Polygon Team