Docker version of pop node. Read the doc here
-
Pop node requirements:
System Requirements
Linux
Minimum 4GB RAM (configurable), more the better for higher rewards
At least 100GB free disk space (configurable). 200-500GB is a sweet spot
Internet connectivity available 24/7
-
Clone the repository:
git clone https://github.com/agarbato/pipe-cdn cd pipe-cdn -
Change docker-compose envs to add your wallet pubKey, change default ram/disk.
-
Start the services using Docker Compose:
docker-compose up -d
-
Verify that everything is running:
docker-compose ps
-
Run pop commands:
docker-compose exec pop_service /app/pop --status
To stop the running services:
docker-compose down- If you encounter issues, check the logs:
docker-compose logs -f
- Ensure that all required dependencies are installed.