Skip to content

This repository contains my guide to the Side Protocol project node

License

Notifications You must be signed in to change notification settings

TempGROX/my_side_protocol_guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

my_side_protocol_guide

This repository contains my guide to the Side Protocol project node

Download and Install

As always, let's first familiarize ourselves with the network parameters in the form of a handy sign!

PARAMETR VALUE
Chain ID grimoria-testnet-1
RPC https://testnet-rpc.side.one
Rest https://testnet-rest.side.one
gRPC https://testnet-grpc.side.one:443
Persistence Nodes [email protected]:26656,[email protected]:26656

Hardware Requirement

Below are the minimum requirements for your system, if your requirements are lower, then you should not continue to follow this guide!

PARAMETR VALUE
CPU 4 cores
RAM 8 GB
Storage 500 GB
Network 1 Gbps

Build from source code

git clone https://github.com/sideprotocol/side.git
cd side
git checkout v0.9.0

Compile binary

make install
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
sided version
# 0.9.0

Run Node

Add key

sided keys add test --key-type="segwit"

Initialize

sided init <MY_SIDE_VALIDATOR> --chain-id=grimoria-testnet-1

Install Genesis file

wget https://raw.githubusercontent.com/sideprotocol/testnet/main/grimoria-testnet-1/genesis.json -O $HOME/.side/config/genesis.json

Configure seeds and peers

cd $HOME/.side/config
nano config.toml

persistent_peers = "[email protected]:26656,[email protected]:26656"

Setup minimum gas price

minimum-gas-prices = "0.005uside"

Start TestNet

sided tendermint unsafe-reset-all 
sided start

The end!

If you liked this guide, please go to all my social networks)


About

This repository contains my guide to the Side Protocol project node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published