Cosmovisor
install dependencies, if needed
install go, if needed
set vars
download binaries
install Story
Cosmovisor Setup
Install and init Cosmovisor:
UPGRADE v0.12.1:
Check version:
Check upgrade info
UPGRADE v0.13.0: (prepare)
Check version:
Create upgrade simlink:
Check current simlink:
Check upgrade info:
Sets up an automatic upgrade in Cosmovisor:
Create service file:
init story app
set seeds and peers
download genesis and addrbook
set custom ports in story.toml file
set custom ports in config.toml file
enable prometheus and disable indexing
create geth servie file
download snapshots
backup priv_validator_state.json
remove old data and unpack Story snapshot
restore priv_validator_state.json
delete geth data and unpack Geth snapshot
enable and start geth, story
check logs (in new Tmux)
Check sync status:
END SETUP:
Note
Remove folder
Remove symlink:
Setup symlink v0.12.1 back:
Finally Start node & setup v0.13.0 with Cosmosvisor again.
Last updated