Datagram is an AI-powered Hyper-Fabric Network that connects DePINs (Decentralized Physical Infrastructure Networks), enabling real-time data processing and intelligent bandwidth allocation across industries like telecom, gaming, and AI.
This guide helps you install and run a Datagram Node CLI as an Early Alpha Tester.
📌 Minimum System Requirements:
Component | Requirement |
---|---|
CPU | 4 Cores |
RAM | 4 GB |
🛠️ Prepare this Before Installation:
✅ Linux VPS (Ubuntu 20.04 or newer)
✅ Basic terminal access
✅ Discord, Telegram, and X accounts
✅ Register Datagram Dashboard account
✅ Your Datagram License Key from Wallet > Licenses tab
- To qualify as an Early Alpha Tester:
- Follow @DGramNetwork on X and Retweet/Like the Alpha Testnet video.
- Join Telegram Group
- Join Discord Server.
- Make sure to run your node before submitting the Early Alpha Tester Form
- Sign up and access your dashboard here: https://dashboard.datagram.network/
- Go to Wallet > Licenses
sudo apt update && sudo apt install tmux -y
wget -O datagram-cli-x86_64-linux \
$(curl -s https://api.github.com/repos/Datagram-Group/datagram-cli-release/releases/latest \
| grep "browser_download_url.*datagram-cli-x86_64-linux" \
| cut -d '"' -f 4)
chmod +x datagram-cli-x86_64-linux
- Replace
License
with the actual key from your dashboard:
tmux new -s datagram datagram-cli-x86_64-linux run -- -key license
- To detach the screen without stopping the process, Press:
Ctrl + b
, thend
tmux attach -t datagram
- Submit the Early Alpha Form with your X and Discord info.
- After ~6 hours of uptime, your node starts earning points.
- Keep it running 24/7 to maximize rewards!