Skip to content

πŸš€ Run a Diode Node in 5 min. No fluff. No confusion. Just clear steps to get your Diode Node online fast for airdrops & testnet rewards. Let’s go.

Notifications You must be signed in to change notification settings

Testnetor/Diode-Node-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 

Repository files navigation

πŸ›°οΈ Diode Node Guide

Diode Logo

πŸš€ Run a Diode Node in 5 Minutes

Decentralized internet starts with you.
Set up your Diode node and start earning rewardsπŸ’Έ


⚑ Diode Node Setup Guide (Snap Method)

This guide explains how to install and manage a Diode node using Snap.
Tested on Ubuntu and Debian-based Linux systems.

πŸ“¦ Requirements

Minimum setup to run a Diode node:

βœ… Linux system (Ubuntu 20.04+, Debian, etc.)
βœ… 1 vCPU & 1 GB RAM
βœ… 10 GB free storage
βœ… Internet connection
βœ… Basic terminal knowledge

🌐 Optional: Open Required Ports

Some environments may require opening these ports on your firewall:

sudo ufw allow 22
sudo ufw allow 38537
sudo ufw allow 51055
sudo ufw allow 41046
sudo ufw allow 443
sudo ufw allow 993
sudo ufw allow 1723
sudo ufw allow 10000
sudo ufw allow 8545
sudo ufw allow 8443

πŸ”„ 1. Update & Upgrade the System

sudo apt update && sudo apt upgrade -y

🧩 2. Ensure Snap is Installed

Snap is required to install the Diode node. Most Ubuntu systems already have it.

sudo apt install snapd -y

πŸ“¦ 3. Install Diode Node (Snap)

sudo snap install diode-node

After installation, diode-node runs automatically in the background.


🚨 Required: Fund Your Node Wallet

# You must send 1–10 DIODE tokens to your node wallet (starts with 0x...)
# Without this balance, your node will NOT accumulate points or rewards
# Send from your MetaMask or other EVM-compatible wallet

🧾 Register on Diode Collab App (REQUIRED)

Running a node is not enough β€” you must register your wallet and each node inside the Diode Collab desktop app in order to receive points and rewards.


🧱 Step 1: Download the Collab App

Download and install the Diode Collab application from:

πŸ”— https://diode.io/#download-app

Supports: Windows, macOS, Linux


🧠 Step 2: Register Your Wallet

  1. Open the app
  2. Connect the wallet you used on your node
  3. Go to the Registrar bot tab
  4. Enter the following command:
set wallet 0xYOUR_WALLET_ADDRESS

βœ… Only needed once per wallet


πŸ–₯️ Step 3: Register Your Node(s)

  1. On your server, run the command:
diode-node.info
  1. Copy your NodeID

  2. In the Registrar bot inside the app, write:

register node NODEID MyNodeName

πŸ“Œ NODEID: from your server (it's a long string)
πŸ“Œ MyNodeName: any nickname for the node (e.g., vps-france-1)
βœ… You can register unlimited nodes


⚠️ If you skip this step, your node will NOT be tracked, even if it's online and funded.

πŸ” 4. View Node Info

Check your node’s status, ID, and connection info with:

diode-node.info

πŸ› οΈ Useful Commands

Description Command
πŸ“₯ Install Diode Node sudo snap install diode-node
πŸ”Ž View Node Info diode-node.info
♻️ Restart the Node snap restart diode-node
πŸ“„ View Live Logs sudo snap logs diode-node -f

About

πŸš€ Run a Diode Node in 5 min. No fluff. No confusion. Just clear steps to get your Diode Node online fast for airdrops & testnet rewards. Let’s go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published