Bone-beta-3
We are releasing a new version of Bor - v1.1.0-bone-beta-3
and it will be a hardfork . The hard fork will be expected at 9rd APR 2024
around 1:30 PM IST on block number - 1993000
. Make sure to upgrade your puppynet nodes before the timeline. This Hardfork contains the Burn Hardfork.
From the block number -1993000
onwards a Burn mechanism will be activated which will collect the base of trx on L2 and after that the user will be able to withdraw it. Once it is available, 30 % will be collected as platform profit and the remaining 70% will be converted to Shib and burnt.
Upgrade instructions
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (puppynet), and node type (sentry, validator, or archive).
# Replace the node type
curl -L <https://raw.githubusercontent.com/shibaone/install/puppynet/bor.sh> | bash -s -- v1.1.0-bone-beta-3 puppynet <node_type> -
Check bor version
/usr/bin/bor version
# It should print# v1.1.0-bone-beta-3 -
Check Hardfork Block details
cd /var/lib/bor
bor attach bor.ipc
admin.nodeInfo.protocols.eth.config.bor
# It should print "1993000**" : ""**
- Restart bor service
sudo service bor start
sudo journalctl -u bor.service -f