Skip to content

SKaaalper/datagram-network-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 

Repository files navigation

πŸ“‘ Datagram Network β€” Node Setup Guide (Early Alpha)

image

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

Step-by-Step Installation:

1. Complete Community Tasks

2. Register Your Account:

image

3. Update Package List and Install screen:

sudo apt update && sudo apt install screen -y

4. Install Datagram CLI:

  • 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

5. Run the Node:

  • Replace YOUR_API_KEY with the actual key from your dashboard:
screen -dmS datagram datagram-cli run -- -key YOUR_API_KEY

6. Check Node Logs:

screen -r datagram
  • To detach the screen without stopping the process, Press: Ctrl + A, then D

image

7. For Windows and MAC:

image

8. Confirm Participation

image

Rewards Note:

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

FAQ

  • 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.

Datagram Official Docs

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published