v1.12
Secret Network v1.12 Instructions
β οΈ IMPORTANT NOTES β οΈ
Upgrading Manually
2:00PM ERR UPGRADE "v1.12" NEEDED at height: 11136666:
2:00PM ERR CONSENSUS FAILURE!!! err="UPGRADE \"v1.12\" NEEDED at height: 11136666# Backup your node's SGX secrets
cp -a /opt/secret/.sgx_secrets ~/sgx_secrets_backup
mkdir 111backup
cp ~/.secretd/.node/* 111backup/
# Get the v1.12 binaries
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.12.0/secretnetwork_1.12.0_mainnet_goleveldb_amd64.deb"
# Verify the v1.12 binaries
echo '906589ad94a7bf8ec8bc5b54f6e3de7c2222e350cf1dbe61ac990fb95f1718b4 secretnetwork_1.12.0_mainnet_goleveldb_amd64.deb' |
sha256sum --check
# Stop the v1.11 node
sudo systemctl stop secret-node
# Install the v1.12 binaries
sudo apt install -y "./secretnetwork_1.12.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?