๐Ÿงฑ 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

Component
Minimum Spec

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)

  1. Download the Conneth Node Installer (.exe) from conneth.network

  2. Run as administrator

  3. Allow firewall/network permissions

  4. 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:

Role
Function

๐Ÿ›ฐ๏ธ 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

Metric
Weight

๐Ÿ“ถ 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