π³Docker
Author [godwin]
System Requirements
CPU
OS
RAM
DISK
Pre-Requisites
sudo apt update -y && sudo apt upgrade -y && sudo apt auto-remove -y
sudo apt install ufw -yConfigure Firewall Settings
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow 22/tcp
sudo ufw allow 80
sudo ufw allow 443
sudo ufw allow 4444Install Docker
Setup Rootstock Node
Run the node
Monitor the node
Query the node
Attach Geth to the local node
Install Geth
Check if the node is running
References
Last updated