Binary
In this guide, we will use the binary provided in Uomi release.
If you have experience with Rust compilation, you can also build the binary from the repo.
Installing an Archive Node
System Requirements
⚠️ Minimum Hardware Requirements
RAM: 16GB
Storage: 500GB
CPU: 8 cores
Good network connectivity
Prerequisites
Before starting the installation, ensure you have:
Ubuntu 20.04 LTS or higher
Root or sudo privileges
The following packages installed:
Installation Steps
1. Prepare the Environment
Create necessary directories and user:
2. Install Binary Files
3. Create Service File
Create a systemd service file at /etc/systemd/system/uomi.service
:
4. Start the Node
5. Monitor the Node
Check node status:
View logs:
Verifying Installation
You can verify your node is running correctly by:
Checking the service status:
Verifying RPC endpoint:
Common Issues
🔧 Troubleshooting
Service Won't Start
Check logs:
journalctl -u uomi.service -f
Verify file permissions
Ensure ports are not in use
Sync Issues
Verify network connectivity
Check disk space
Ensure sufficient RAM
Maintenance
Updating the Node
Stop the service:
Replace the binary:
Restart the service:
Backup
Regularly backup your node data:
Security Recommendations
Firewall Configuration
Regular Updates
Keep the system updated
Monitor security announcements
Update the node software when new versions are released
Stay Connected
Join our Discord community to:
Get the latest updates about node operations
Connect with other node operators
Receive technical support
Participate in community discussions
💬 Join Our Community Join the UOMI Discord server
Last updated