Releases: Staketab/cosmos-tools
Releases · Staketab/cosmos-tools
AutoVisor v2.1.0
Tendermint multi-network automation script for Cosmovisor setup.
The script installs a node of any Tendermint project and configures the Сosmovisor.
This release includes:
- Added the ability to use snapshots during installation.
Used snapshot service from c29r3 https://github.com/c29r3/cosmos-snapshots
List of available snapshots:
- Akash Network (Mainnet)
- Sifchain (Betanet)
- Sentinel (Mainnet)
- Desmos (Mainnet)
- Osmosis (Mainnet)
Bash: https://github.com/Staketab/cosmos-tools/blob/main/cosmovisor/cosmovisor.sh
Learn how to setup: https://github.com/Staketab/cosmos-tools/tree/main/cosmovisor
AutoVisor v2.0.0
Automated setup of Cosmovisor service for all Tendermint core projects.
This release includes:
- Compiling from Source
- Compiling from Binary (you can use links to
tar
,tar.gz
,gz
,zip
,bzip2
,gzip
archives) - State-sync configuring
- Added the ability to use links to the genesis file archive (
tar
,tar.gz
,gz
,zip
,bzip2
,gzip
and of coursejson
) - Shows your full PEER when configuring
- Synchronization starts automatically after setup
The next release will include:
- Ability to use custom RPC
- Some improvements
- etc.
Bash: https://github.com/Staketab/cosmos-tools/blob/main/cosmovisor/cosmovisor.sh
Learn how to setup: https://github.com/Staketab/cosmos-tools/tree/main/cosmovisor
AutoVisor v1.0.0
Automated setup of Cosmovisor service for all Tendermint core projects.
This release includes:
- Build from source
- Sentry or Validator nodes installation options
- Fast sync configuration options (Example: v0, v1, v2)
Bash: cosmovisor.sh
Documentation: Link