In this simple guide, I will show you how to put a complete Side Protocol project node. I'm sure you will be able to get it up and running quickly if you use my guide! Be sure to subscribe to my social networks, they will be listed at the end of the guide.
Chain ID: grimoria-testnet-1
Persistence Nodes: 6bef0693d7a31fed473b95123ad19b544b414093@202.182.119.24:26656,44f8009ed91fddd7ee51117482ede20fb4f33e78@149.28.156.79:26656
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
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
Compile the sided binary:
make install
sided version
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 = "6bef0693d7a31fed473b95123ad19b544b414093@202.182.119.24:26656,44f8009ed91fddd7ee51117482ede20fb4f33e78@149.28.156.79:26656"
# in app.toml file
minimum-gas-prices = "0.005uside"
sided tendermint unsafe-reset-all
sided start
If you found this guide helpful or just liked it, you can learn more about me and subscribe to my social media. Do it, don't be lazy!