Cosmovisor
install dependencies, if needed
install go, if needed
set vars
install Story-geth
install Story
Cosmovisor Setup
Install and init Cosmovisor:
UPGRADE v1.4.2:
Check version:
Check upgrade info
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 v1.4.0 back:
Finally Start node & setup v1.4.2 with Cosmosvisor again.
Last updated