# Side Protocol: Run a Full Node guide **Published by:** [Gax1nnt](https://paragraph.com/@gax1nnt/) **Published on:** 2024-08-02 **URL:** https://paragraph.com/@gax1nnt/side-protocol-run-a-full-node-guide ## Content 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.Run a Full NodeTestnet ConfigurationChain ID: grimoria-testnet-1RPC: https://testnet-rpc.side.oneRest: https://testnet-rest.side.onegRPC: https://testnet-grpc.side.one:443Persistence Nodes: 6bef0693d7a31fed473b95123ad19b544b414093@202.182.119.24:26656,44f8009ed91fddd7ee51117482ede20fb4f33e78@149.28.156.79:26656Hardware RequirementCPU: 4 coresRAM: 8 GBStorage: 500 GBNetwork: 1 GbpsBuild Sided from Source codegit 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 Adding keys to the keyringsided keys add test --key-type="segwit" Initialize the Nodesided init <MY_SIDE_VALIDATOR> --chain-id=grimoria-testnet-1 Download The Genesis filewget https://raw.githubusercontent.com/sideprotocol/testnet/main/grimoria-testnet-1/genesis.json -O $HOME/.side/config/genesis.json Adding seeds and persistent peerscd $HOME/.side/config nano config.toml persistent_peers = "6bef0693d7a31fed473b95123ad19b544b414093@202.182.119.24:26656,44f8009ed91fddd7ee51117482ede20fb4f33e78@149.28.156.79:26656" Set up min gas price# in app.toml file minimum-gas-prices = "0.005uside" Start Node and Syncsided tendermint unsafe-reset-all sided start My LinksIf 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! https://gax1nnt.gitbook.io/gax1nnt/ https://x.com/Gax1nnt https://discord.com/users/846687399262289932 https://linktr.ee/Gax1nnt ## Publication Information - [Gax1nnt](https://paragraph.com/@gax1nnt/): Publication homepage - [All Posts](https://paragraph.com/@gax1nnt/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@gax1nnt): Subscribe to updates - [Twitter](https://twitter.com/Gax1nnt): Follow on Twitter