Detailed Nesa Node Requirements
Hardware Requirements
- CPU:
- Minimum: 4 cores
- Recommended: 8+ cores
- RAM:
- Minimum: 8 GB
- Recommended: 16 GB or more
- Storage:
- Minimum: 100 GB SSD
- Recommended: 500 GB SSD or more
- Network:
- Stable internet connection
- Minimum 10 Mbps upload/download speed
- GPU (Optional but recommended):
- NVIDIA GPU with at least 8 GB VRAM
Software Requirements
- Operating System:
- Ubuntu 20.04 LTS or later
- Debian 10 or later
- macOS 10.15 or later
- Windows 10 with WSL2
- Docker:
- NVIDIA Container Toolkit (for GPU support):
- Latest version compatible with your GPU drivers
- Git:
- Python:
- Additional tools:
Detailed Installation and Management
1. Docker Management
After installation, you can use these Docker commands to manage your Nesa node:
# List all running containers
docker ps
# List all containers (including stopped ones)
docker ps -a
# Stop a specific container
docker stop <container_id>
# Start a stopped container
docker start <container_id>
# Remove a container
docker rm <container_id>
# View logs of a container
docker logs <container_id>
# Follow logs in real-time
docker logs -f <container_id>
2. Nesa Node Configuration