** copy and paste the blow be sure to change the YOUR_LINUX_USER ** [Unit] Description=lava Service After=network-online.target [Service] User=YOUR_LINUX_USER ExecStart=/usr/local/bin/lavad start StandardOutput=syslog StandardError=syslog Restart=on-failure RestartSec=10 LimitNOFILE=10000 [Install] WantedBy=multi-user.target Start and Init the network
sudo systemctl enable lava.service
** Generating configs **
lavad init YOUR_Chosen_moniker
** run lava service **
sudo journalctl -u lava.service -f --output cat
** check your node status by issueing the command below be sure to install jq using apt **
curl -s localhost:PORT/status | jq
Snapshot ** block height is ** ** size is ** ** app version ** Snapshot ** CREATION DATE ** ** If you want to use our snapshot ** ** chain ID is lava-testnet-2 **
Monitoring Your Node ** To monitor your node you have to keep an eye on your node as well as your server ** ** and to do this we will use grafana,prometheus and node_exporter **
** search for node_exporter , or chose ID 11074 then import it to your grafana dashboard ** ** here is the link for Node_exporter dashboard to import **