Skip to content

dhyaa44/Datagram---CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Tutorial: Running Datagram CLI on a Linux VPS

Step 1: Register for a Datagram Account

Before running the node, you need to register an account and obtain your API Key.

  1. Visit the registration page:
    [https://dashboard.datagram.network?ref=967207775)

  2. Sign up using your email address.

  3. After logging in, Copy your LICENSE at Wallet from the dashboard.


Step 2: Create Folder and Download Datagram CLI

  1. Create a new folder and navigate into it:

    mkdir datagram
    cd datagram
  2. Download the datagram-cli binary:

    wget -O datagram-cli https://github.com/Datagram-Group/datagram-cli-release/releases/latest/download/datagram-cli-x86_64-linux
  3. Make the file executable:

    chmod +x datagram-cli

Step 3: Run Datagram CLI with Your API Key

  1. Start a new screen session to keep the program running in the background:

    screen -S datagram
  2. Run the CLI with your API Key (replace YOUR_API_KEY):

    ./datagram-cli run -- -key YOUR_API_KEY
  3. To detach from the screen session without stopping the process:

    Press:

    Ctrl + A then D
    
  4. To reattach to the screen session:

    screen -r datagram

Additional Notes

  • Make sure your API Key is valid and active.
  • Use screen so the node keeps running even after you log out.
  • You can always reattach to the screen to monitor the node.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published