Running Mina with Docker
1. Preparation
1.1 Ubuntu setup
sudo apt update && sudo apt upgrade -ysudo apt install docker.io curl -y \
&& sudo systemctl start docker \
&& sudo systemctl enable docker1.2 Firewall configuration
sudo iptables -A INPUT -p tcp --dport 8302:8303 -j ACCEPT2. Node launch options
2.1 Run only Block Producer:
2.1.1 Run Snark Worker to Block Producer:
2.2 Run only Snark Worker (without Block Producer)
3. Viewing logs
3.1 Alternative log output
4. Docker commands
5. Others
Last updated