kazazel / sanr-pos-network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running SANR Network node in readonly mode

Minimum technical requirements

  • CPU 8 CORE
  • MEMORY 16 GB
  • HDD 300 GB SSD
  • Static IP

Recommended technical requirements

  • CPU 16 CORE
  • MEMORY 32 GB
  • HDD 300 GB SSD
  • Static IP

Software

1. Environment setup

1.1 Create a directory and Navigate to it

mkdir -p /opt/sanchain/readonly
cd /opt/sanchain/readonly

1.2 Clone the Project

git clone https://github.com/santiment/sanr-pos-network.git .

1.3 Configuration and settings edit

mv env.example .env
nano .env
  • EXTERNAL_IP=Server external address

1.4 Configure the Node Type

ln -s docker-compose-readonly.yml docker-compose.yml

1.5 Launch the Project

docker compose up -d

About


Languages

Language:Shell 100.0%