Install secretd
Unlike other Tendermint/Cosmos based daemons,
secretd
cannot be built from source due to the SGX requirement. For other builds other than .deb
, see the Secret Network Github Releases.The most common method for install
secretd
is the Secret Network package installer for Debian/Ubuntu:# download secretd v1.10.0
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.10.0/secretnetwork_1.10.0_mainnet_goleveldb_amd64.deb"
# verify download
echo "4c1818a6cc8b72e20e492741cb9fbed6567e8971333718f0787e8f182fda18a4 secretnetwork_1.10.0_mainnet_goleveldb_amd64.deb" | sha256sum --check
sudo apt install -y ./secretnetwork_1.10.0_mainnet_*_amd64.deb
# verify installation
secretd version
# 1.10.0
Last modified 1mo ago