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 API 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 and copy your API Key
sudo apt update && sudo apt install screen -y
- Run the following command to install the CLI tool:
wget https://github.com/Datagram-Group/datagram-cli-release/releases/latest/download/datagram-cli-x86_64-linux && \
sudo mv datagram-cli-x86_64-linux /usr/local/bin/datagram-cli && \
sudo chmod +x /usr/local/bin/datagram-cli
- Replace
YOUR_API_KEY
with the actual key from your dashboard:
screen -dmS datagram datagram-cli run -- -key YOUR_API_KEY
screen -r datagram
- To detach the screen without stopping the process, Press:
Ctrl + A
, thenD
- 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!
-
Q: Where do I find the API Key?
-
A: Go to Dashboard > Wallet > Licenses and copy the key.
-
Q: Does the node need to run 24/7?
-
A: Yes, for optimal rewards.