-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
https://github.com/ava-labs/avalanchego/releases/tag/v1.10.7
- The supported plugin version is
27
. - subnet-evm: 0.5.3
SOP to update nodes
- Create instance backup image
- Backup node keys
- Run the update steps below
Steps
wget [https://github.com/ava-labs/avalanchego/releases/download/v1.10.7/avalanchego-linux-amd64-v1.10.7.tar.gz](https://github.com/ava-labs/avalanchego/releases/download/v1.10.7/avalanchego-linux-amd64-v1.10.7.tar.gz)
tar xzf avalanchego-linux-amd64-v1.10.7.tar.gz
cp avalanchego-v1.10.4/run.sh avalanchego-v1.10.7/
mkdir subnet-evm-0.5.3
wget [https://github.com/ava-labs/subnet-evm/releases/download/v0.5.3/subnet-evm_0.5.3_linux_amd64.tar.gz](https://github.com/ava-labs/subnet-evm/releases/download/v0.5.3/subnet-evm_0.5.3_linux_amd64.tar.gz)
tar xzf subnet-evm_0.5.3_linux_amd64.tar.gz -C subnet-evm-0.5.3
// WARNING: double check if EVM ID is `kmYb53NrmqcW7gfV2FGHBHWXNA6YhhWf7R7LoQeGj9mdDYuaT`
mkdir ~/.avalanchego/plugins
cp subnet-evm-0.5.3/subnet-evm ~/.avalanchego/plugins/kmYb53NrmqcW7gfV2FGHBHWXNA6YhhWf7R7LoQeGj9mdDYuaT
sha256sum subnet-evm-0.5.3/subnet-evm ~/.avalanchego/plugins/kmYb53NrmqcW7gfV2FGHBHWXNA6YhhWf7R7LoQeGj9mdDYuaT
tree avalanchego-v1.10.7/ && tree ~/.avalanchego/plugins/
# stop running node by ctrl+c
cd ~/avalanchego-v1.10.7/
./run.sh
# wait until see "consensus starting" of the chains
Verify if all validators are running successfully
cd ~/avalanchego-api-scripts/api
./platform.getCurrentValidators.sh 81vK49Udih5qmEzU7opx3Zg9AnB33F2oqUTQKuaoWgCvFUWQe | jq .
Update numbers-network
repository
Update History: Testnet
- 230928: Update testnet nodes from v1.10.7 to v1.10.11
- 230803: ✓ Update testnet nodes from v1.10.4 to v1.10.7
- 230719: ✓ Update testnet nodes from v1.10.3 to v1.10.4
- 230620: ✓ Update testnet nodes from v1.10.2 to v1.10.3
- 230601: ✓ Update testnet nodes from v1.10.0-fuji to v1.10.2
- 230406: ✓ Update testnet nodes from v1.9.7 to v1.10.0-fuji
- 230201: ✓ Update testnet nodes from v1.9.4 to v1.9.7
- 221219: ✓ Update testnet nodes from v1.9.0-startup to v1.9.4
- 221024: ✓ Update testnet nodes from v1.9.0 to v1.9.0-startup
- 221002: ✓ Update testnet nodes from v1.8.6 to v1.9.0
- 220927: ✓ Update testnet nodes from v1.8.4 to v1.8.6
┆Issue is synchronized with this Asana task by Unito
┆Created By: Bofu Chen
Metadata
Metadata
Assignees
Labels
No labels