- Requirements
- Step 1: Sign Up & Get License Key
- Step 2: Login to your VPS or WSL
- Step 3: Import Datagram CLI
- Step 4: Run Datagram Node
| 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) |
- Sign up here
- Get a free license key from Wallet > License Key
- Connect to your Linux environment (VPS or WSL):
ssh root@your-vps-ip- 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- 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 datagramYour node will run continuously in the background and start earning points.
Follow Alpha Drops on X