Minato Node Install Guide

  1. Install
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
  1. Git install
git clone <https://github.com/zstake-xyz/Soneium_Minato>
  1. Editing .env
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>

  1. Editing docker-compose.yml
nano docker-compose.yml

Please change the following items –nat=extip:<your_node_public_ip>

  1. Running docker compose
docker compose up -d
  1. Node Startup

스크린샷 2024-09-27 오후 4.13.48.png

docker compose --profile init --profile node up -d