v1.11
Secret Network v1.11 Instructions
β οΈ IMPORTANT NOTES β οΈ
Upgrading Manually
2:00PM ERR UPGRADE "v1.11" NEEDED at height: 10824000:
2:00PM ERR CONSENSUS FAILURE!!! err="UPGRADE \"v1.11\" NEEDED at height: 10824000# Backup your node's SGX secrets
cp -a /opt/secret/.sgx_secrets ~/sgx_secrets_backup
mkdir 110backup
cp ~/.secretd/.node/* 110backup/
# Get the v1.11 binaries
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.11.0/secretnetwork_1.11.0_mainnet_goleveldb_amd64.deb"
# Verify the v1.11 binaries
echo '60fcc57ff1cf1479255083cc4752de32ed776f059e9a11cde915277e379577a3 secretnetwork_1.11.0_mainnet_goleveldb_amd64.deb' |
sha256sum --check
# Stop the v1.10 node
sudo systemctl stop secret-node
# Install the v1.11 binaries
sudo apt install -y "./secretnetwork_1.11.0_mainnet_goleveldb_amd64.deb"
# re-apply any systemd unit file customizations
# Restart the node
sudo systemctl restart secret-nodeUpgrading Automatically Using Cosmovisor
Details of Upgrade Time
In Case of an Upgrade Failure
Last updated
Was this helpful?