Cosmos Hub Node Setup
Follow this guide to run your own Cosmos Hub node and use it for your Lava Provider.
Firewall Settings
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow 22
#Allowed Ports
sudo ufw allow 26656/tcp
sudo ufw allow 26657/tcp
sudo ufw allow 26660/tcp
sudo ufw allow 9090/tcp
sudo ufw allow 1317/tcp
sudo ufw enable
Set Node name
Install dependencies
Update system and install build tools
Install Go
Download and build binaries
Install Cosmovisor and create a service
Set node configuration
Initialize the node
Set Ports
Download latest chain snapshot
Start service and check the logs
(Optional)
Some Useful commands
Last updated