Minato Node Install Guide
sudo apt update && sudo apt-get install openssl
curl -fsSL <https://get.docker.com> -o get-docker.sh && sh get-docker.sh
sudo usermod -aG docker $USER && newgrp docker
sudo systemctl enable docker.service && sudo systemctl enable containerd.service
git clone <https://github.com/zstake-xyz/Soneium_Minato>
cd Soneium_Minato && openssl rand -hex 32 > jwt.txt && mv sample.env .env && nano .env
Please change the following items P2P_ADVERTISE_IP=<Node Public IP>
nano docker-compose.yml
Please change the following items –nat=extip:<your_node_public_ip>
docker compose up -d
docker compose --profile init --profile node up -d