Skip to content

Instantly share code, notes, and snippets.

View cfl0ws's full-sized avatar

cfl0ws / chainflow cfl0ws

View GitHub Profile
#!/bin/bash
### autovote.sh ###
# courtesy of baryon.network 20180831
# free to edit and redistribute
# to avoid placing your signature passpharasse in a file this script will prompt you for passphrase
# update --from={your validator key wallet} befor running
# sugested to run this script inside of a screen session
###
@kwunyeung
kwunyeung / gaia_upgrade.sh
Last active January 13, 2023 06:29
script to upgrade the Cosmos gaia testnet
#!/bin/bash
# Upgrade Cosmos SDK and restart gaiad
POSITIONAL=()
while [[ $# -gt 0 ]]
do
key="$1"
case $key in
-t|--tag)