Skip to content

DurdyMuhammet/Node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

790 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monetize your computer's storage now!

Table of Contents

What is DeNet?

DeNet is a decentralized data storage protocol that unlocks the global potential of unused storage. It connects storage providers with those in need of sovereign decentralized storage.

How It Works:

  1. Get a Datakeeper's license
  2. Install special software on your computer
  3. Connect to the DeNet network and share your disk space
  4. Store user and business data
  5. Get rewarded directly from storage users

More details about requirements can be found here

Who is a Datakeeper?

💽 Datakeepers offer their unused storage space to DeNet Storage users, creating mutually beneficial conditions for all without any intermediaries. By utilizing the DeNet Storage Protocol, users pay for the storage they need, while Datakeepers are rewarded for the storage they provide.

Installation Process

Step 1: Make sure that your setup meets the requirements
Step 2: Choose the installation option that better suits you

DeNode Manager Desktop

  • Best for: Desktop users, beginners, easy management
  • Features: Graphical interface for node management
  • Installation: Available for Windows, MacOS, and Linux desktop versions
  • Management: Intuitive GUI with real-time monitoring
  • Beginner-friendly: Ideal for users who prefer visual interfaces and point-and-click operations

💡 Tip: For detailed platform-specific installation instructions, see:

DeNode Manager Web

  • Best for: Server environments, headless systems, advanced users, and desktop users who want a lightweight solution
  • Features: Web-based interface accessible through browser, suitable for servers without GUI
  • Installation: Available for all supported platforms with additional setup steps for server environments
  • Management: Accessible through web browser at http://localhost:1111
  • Beginner-friendly: Requires basic terminal knowledge for initial setup

⚠️ Important: DeNode Manager Web is suitable for server operating systems (Ubuntu Server, CentOS, etc.) and can be installed on any platform with proper setup. For server environments, additional configuration may be required.

💡 Tip: For platform-specific instructions, see:

Command Line Interface (CLI) Node

  • Best for: Server environments, headless systems, advanced users
  • Features: Full functionality via terminal commands
  • Installation: Available for all supported platforms
  • Management: Requires manual configuration and monitoring
  • Beginner-friendly: Not recommended for users unfamiliar with terminal operations

💡 Tip: For detailed platform-specific installation instructions, see:

Supported Platforms

DeNet Datakeeper Nodes can be installed on various operating systems depending on your needs and technical requirements:

Available CLI Builds

Operating System Architecture Download Link
Windows x86_64 denode-windows-amd64.exe
Linux x86_64 denode-linux-amd64
Linux ARM64 denode-linux-arm64
MacOS x86_64 denode-macos-amd64
MacOS ARM64 denode-macos-arm64

📝 Note: The DeNet Datakeeper Node CLI is distributed as a standalone binary file without any installation package. Just download the appropriate binary for your system.

Available DeNode Manager Desktop Builds

Operating System Architecture Download Link Package Format Installation Command
Windows x86_64 DeNode_Manager_1.0.7_x64-setup.exe Installer Double-click to install
MacOS x86_64 DeNode_Manager_1.0.7_x64.dmg Disk Image Open .dmg file and drag to Applications
MacOS ARM64 DeNode_Manager-1.0.7-arm64.dmg Disk Image Open .dmg file and drag to Applications
Linux x86_64 DeNode_Manager_1.0.7_amd64.deb DEB (Debian/Ubuntu) sudo dpkg -i DeNode_Manager_1.0.7_amd64.deb then sudo apt install -f
Linux ARM64 DeNode_Manager_1.0.7_arm64.deb DEB (Debian/Ubuntu) sudo dpkg -i DeNode_Manager_1.0.7_arm64.deb then sudo apt install -f
Linux x86_64 DeNode_Manager-1.0.7-1.x86_64.rpm RPM (Red Hat/Fedora/CentOS) sudo rpm -ivh DeNode_Manager-1.0.7-1.x86_64.rpm
Linux ARM64 DeNode_Manager-1.0.7-1.aarch64.rpm RPM (Red Hat/Fedora/CentOS) sudo rpm -ivh DeNode_Manager-1.0.7-1.aarch64.rpm

⚠️ Important: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support.

💡 Tip: Use the DeNode Manager Desktop download page at https://node.denet.app/ to conveniently download the specific application version.

Available DeNode Manager Web Builds

Operating System Architecture Download Link
Windows x86_64 denode-manager-win-amd64.zip
Linux x86_64 denode-manager-linux-amd64.zip
Linux ARM64 denode-manager-linux-arm64.zip
MacOS x86_64 denode-manager-darwin-amd64.zip
MacOS ARM64 denode-manager-darwin-arm64.zip

📝 Note: DeNode Manager Web is distributed as a zip or msi file that requires additional setup steps compared to DeNode Manager Desktop. It's suitable for both desktop and server environments.

How to Choose the Right Architecture

When downloading the DeNet Node Binary Build, it's important to select the version that matches your computer's processor architecture:

  • x86_64 (also called AMD64): This is the most common architecture for Intel and AMD processors used in most desktops and laptops
  • ARM64 (also called AArch64): This is used by Apple Silicon (M1, M2, etc.) Macs and some ARM-based Linux devices

To determine your system architecture:

On MacOS:

  1. Click the Apple menu and select "About This Mac"
  2. Click "More info..."
  3. Look for "Chip" or "Processor" - if it says "Apple M1", "Apple M2", etc., you have ARM64; otherwise, you have x86_64

On Linux:

  1. Open a terminal and run: uname -m
  2. If it shows x86_64, you have x86_64 architecture
  3. If it shows aarch64, you have ARM64 architecture

Package Format Explanation

  • DEB packages (ending in .deb) are used for Debian, Ubuntu, and other Debian-based Linux distributions

    • Install with: sudo dpkg -i package.deb then sudo apt install -f
  • RPM packages (ending in .rpm) are used for Red Hat, Fedora, CentOS, and other RPM-based Linux distributions

    • Install with: sudo rpm -ivh package.rpm

💡 Tip: If you're unsure what Linux distribution you're using, run cat /etc/os-release in your terminal to find out.

DeNode Manager Web vs DeNode Manager Desktop

Feature DeNode Manager Web DeNode Manager Desktop
Platform Support All platforms including servers Desktop platforms only
Interface Browser-based Native GUI
Installation Requires additional setup steps Simple installer
Server Compatibility ✅ Fully compatible ❌ Not compatible
Resource Usage Lower Higher
Accessibility Accessible from any device with browser Limited to desktop

📝 Note: The DeNode Manager Web is ideal for server environments where GUI support is not available, while DeNode Manager Desktop provides a more user-friendly experience for desktop users.

About

DeNet Storage is a decentralized cloud storage powered by users and Datakeepers who rent out their disk space. Datakeepers can earn rewards by providing storage capacity and sending proofs of stored data. This repository provides instructions on how to set up a DeNet node, become an online Datakeeper, and start earning rewards for your contribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%