Skip to content

Instantly share code, notes, and snippets.

View humantraffic's full-sized avatar
🌴
On vacation

1ce humantraffic

🌴
On vacation
View GitHub Profile
$ apt update
$ apt install -y curl make git wget build-essential cmake gcc jq clang pkg-config libssl-dev screen
$ . <(wget -qO- https://raw.githubusercontent.com/SecorD0/utils/main/installers/golang.sh)
$ go version
Output: go version go1.17.2 linux/amd64
$ adduser gno
$ usermod -aG sudo gno
$ su -l gno
@humantraffic
humantraffic / README.md
Created December 7, 2021 07:43 — forked from k0kk0k/README.md
A simple utility for monitoring any Cosmos-SDK based node

Description

This bash script designed for monitoring the state of a node and automatically unjail validator and/or restarting node in the case of an unexpected node halt or lost of sync state.

Installation

  1. For keyring password create the file <pass.key> and write the password to it.
read -s -p "Enter password: " pass
echo $pass > pass.key