Skip to content

aramzcrypto/datagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Datagram Alpha Testnet

A step-by-step guide to run Datagram node via CLI

Contents


Requirements

Component Minimum Recommended
CPU 2 cores 4+ cores
RAM 4 GB 8 GB
Storage 20 GB SSD 50 GB+ SSD
Network 10 Mbps Stable broadband
OS Ubuntu 20.04/22.04 Any Linux (incl. WSL)

Step 1: Sign Up & Get License Key

  • Sign up here
  • Get a free license key from Wallet > License Key

Step 2: Login to your VPS or WSL

  • Connect to your Linux environment (VPS or WSL):
ssh root@your-vps-ip

Step 3: Import Datagram CLI

  • Download the latest CLI binary directly:
wget https://github.com/Datagram-Group/datagram-cli-release/releases/latest/download/datagram-cli-x86_64-linux -O datagram-cli
chmod +x datagram-cli

Step 4: Run Datagram Node

  • Start a screen session:
screen -S datagram
  • Run the node with your license key (replace YOUR_LICENSE_KEY):
./datagram-cli run -- -key YOUR_LICENSE_KEY
  • Detach from screen (node keeps running):
Ctrl + A, then D
  • To reattach later:
screen -r datagram

Your node will run continuously in the background and start earning points.


Follow Alpha Drops on X

About

Datagram Alpha Testnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors