๐งฑ Conneth Node Installation & Operation
Conneth is powered by a decentralized network of community-run nodes. Anyone can set up a node to help power the platform โ and earn $CONN tokens in return.
This guide explains:
๐ง How to install the Conneth Node software
๐ก What roles nodes can play
๐ธ How mining and rewards work
๐ก๏ธ Node verification and Trust Scores
๐ป System Requirements
OS
Linux (Ubuntu), Windows 10+
CPU
Dual-core 2.4GHz
RAM
4 GB
Disk Space
50 GB SSD (minimum)
Network
Stable 5 Mbps+ connection
Ports
9200, 9735 (TCP/UDP open)
๐ ๏ธ Installation (Linux)
sudo apt update
sudo apt install git curl docker docker-compose -y
git clone https://github.com/connethofficial/node
cd node
./install.sh
The node will:
Auto-connect to the nearest Conneth gateway
Download latest configs and security keys
Begin heartbeat + mining process
๐ช Installation (Windows)
Download the Conneth Node Installer (.exe) from conneth.network
Run as administrator
Allow firewall/network permissions
Follow on-screen setup wizard
After setup:
A desktop dashboard will appear
You'll see your uptime, bandwidth served, and $CONN earnings
๐ง Node Roles
Nodes can serve one or more roles:
๐ฐ๏ธ Router Node
Relays wallet calls, VPN, and dApp traffic
๐ก Hotspot Node
Hosts internet for nearby users (ConnethMesh)
๐พ Storage Node
Hosts user content, media, profiles, etc.
๐ ๏ธ Validator Helper
Confirms Proof-of-Connection logic
๐ PoC Verified = Max Rewards
To prevent abuse:
Only wallets with PoC (Proof-of-Connection) verification can earn full mining rewards
Unverified nodes may participate but with capped rewards
Each node must link to:
A verified wallet ID
A
.conneth
domain (e.g.master.conneth
)
๐ฐ Reward Logic
๐ถ Uptime
35%
๐ Bandwidth served
25%
๐ฅ Verified connections supported
25%
๐พ Content Hosted
15%
Rewards are calculated hourly and paid daily in $CONN.
๐ Node Dashboard
All node operators get access to:
Live analytics
Earnings overview
Trust Score health
Smart alerts if their node drops or goes offline
This dashboard is available on:
Desktop (Windows/Linux)
Web dApp (connect your wallet)
๐งช Advanced (Optional)
Port forwarding for multi-device nodes
Docker Swarm mode for scaling
Tor-compatible relay node mode (for privacy focus)
SFTP secure hosting for ConnethCloud uploads
๐งฑ Join the Conneth Node Network
Once installed, your node will:
Broadcast to the ConnethMap
Be eligible for global routing traffic
Appear in your profile and DAO logs
Help build the backbone of the new internet โ and earn while doing it.
Last updated