Skip to content

nguyenanh29/datagram-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

📡 Datagram Network — Node Setup Guide (Early Alpha Tester)

datagram

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

Step-by-Step Installation:

1. Complete Community Tasks

2. Register Your Account:

image

3. Update Package List and Install Tmux:

sudo apt update && sudo apt install tmux -y

4. Install Datagram CLI:

Download latest Datagram CLI for Linux

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

5. Run the Node:

  • 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, then d

6. Check Node Logs:

tmux attach -t datagram

7. For Windows and MAC:

Download the latest version

8. Confirm Participation

image

Rewards Note:

  • After ~6 hours of uptime, your node starts earning points.
  • Keep it running 24/7 to maximize rewards!

Datagram Official Docs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published