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 |
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 |
git clone https://github.com/sideprotocol/side.git
cd side
git checkout v0.9.0
make install
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
sided version
# 0.9.0
sided keys add test --key-type="segwit"
sided init <MY_SIDE_VALIDATOR> --chain-id=grimoria-testnet-1
wget https://raw.githubusercontent.com/sideprotocol/testnet/main/grimoria-testnet-1/genesis.json -O $HOME/.side/config/genesis.json
cd $HOME/.side/config
nano config.toml
persistent_peers = "[email protected]:26656,[email protected]:26656"
minimum-gas-prices = "0.005uside"
sided tendermint unsafe-reset-all
sided start
If you liked this guide, please go to all my social networks)