πŸ”‹Shentu

Public Endpoints

RPC: https://shentu-rpc.validator247.com/

API : https://shentu-api.validator247.com/

Explorer

https://explorer.validator247.com/shentu/staking

Update your server

sudo apt update && sudo apt upgrade -y

Install packages

sudo apt install git curl wget tar lz4 unzip jq build-essential pkg-config clang bsdmainutils make ncdu -y

Install Go

cd $HOME
version="1.20.4"
wget "https://golang.org/dl/go$version.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$version.linux-amd64.tar.gz"
rm "go$version.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go version

Install App and build

check version

Set-variables

Initialize the node

Set minimum gas price

pruning

Download genesis

Download addrbook

Create service

SNAPSHOT - Every 12 hours

Check Syn

Checklogs

Create Wallet

Recover Wallet

Create validator

Edit Validator

Vote

Unjail

Withdraw rewards and commission

Restart & see logs

Last updated