From a9ee0e8ddbaa2b31db214e8f3359123d17d71049 Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Thu, 9 Jul 2026 10:13:39 +0300 Subject: [PATCH 01/22] Actualize installation guides --- guides/install-denode-mac.md | 16 +++++++++------- guides/install-denode-manager-macos.md | 2 +- readme.md | 7 +++---- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index ef6fe8b..6138fda 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -12,16 +12,17 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash -# Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-macos-arm64 +# Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet -cp denode-macos-arm64 ~/denet/denode +cp denode-darwin-arm64 ~/denet/denode cd ~/denet -# Make executable +# Make executable and remove quarantine attribute (required on macOS) chmod +x denode +xattr -d com.apple.quarantine ./denode 2>/dev/null # Run the node (this will prompt for configuration) ./denode @@ -30,14 +31,15 @@ chmod +x denode ### Method 2: Download from GitHub Website 1. Visit [https://github.com/DeNetPRO/Node/releases](https://github.com/DeNetPRO/Node/releases) 2. Download the appropriate binary for your system: - - For Intel hardware: `denode-macos-amd64` - - For Apple Silicon (ARM64): `denode-macos-arm64` + - For Intel hardware: `denode-darwin-amd64` + - For Apple Silicon (ARM64): `denode-darwin-arm64` 3. Move the downloaded file to your desired location: ```bash mkdir -p ~/denet - mv /path/to/downloaded/denode-macos-arm64 ~/denet/denode + mv /path/to/downloaded/denode-darwin-arm64 ~/denet/denode cd ~/denet chmod +x denode + xattr -d com.apple.quarantine ./denode 2>/dev/null ./denode ``` diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index e1707e5..439625a 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.5_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.10_x64.dmg` ### Step 1: Installation diff --git a/readme.md b/readme.md index 16c6d49..0a45860 100644 --- a/readme.md +++ b/readme.md @@ -94,8 +94,8 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-windows-amd64.exe) | | **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-linux-amd64) | | **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-macos-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-macos-amd64) | -| **macOS** | ARM64 | [denode-macos-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-macos-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-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 @@ -106,8 +106,7 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | |------------------|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------------------------------| | **Windows** | x86_64 | [DeNode_Manager_1.0.10_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 | [DeNode_Manager_1.0.10_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **macOS** | ARM64 | [DeNode_Manager-1.0.10-arm64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.10_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | | **Linux** | x86_64 | [DeNode_Manager_1.0.10_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.8_amd64.deb` then `sudo apt install -f` | | **Linux** | ARM64 | [DeNode_Manager_1.0.10_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.8_arm64.deb` then `sudo apt install -f` | | **Linux** | x86_64 | [DeNode_Manager-1.0.10-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager-1.0.10-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.10-1.x86_64.rpm` | From 89121e572ec16a257db614530fd6b22981874b9b Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Thu, 16 Jul 2026 17:16:40 +0300 Subject: [PATCH 02/22] Update node and manager versions --- guides/install-denode-linux.md | 2 +- guides/install-denode-mac.md | 2 +- guides/install-denode-manager-linux.md | 18 ++++++------ guides/install-denode-manager-macos.md | 2 +- guides/install-denode-manager-windows.md | 4 +-- guides/install-denode-windows.md | 2 +- readme.md | 36 ++++++++++++------------ 7 files changed, 33 insertions(+), 33 deletions(-) diff --git a/guides/install-denode-linux.md b/guides/install-denode-linux.md index 5997105..9d22bf1 100644 --- a/guides/install-denode-linux.md +++ b/guides/install-denode-linux.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-linux-amd64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index 6138fda..e907641 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 0091972..6d66ead 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -23,10 +23,10 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the appropriate version for your Linux distribution: - - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.5_amd64.deb` - - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.5_arm64.deb` - - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.5-1.x86_64.rpm` - - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.5-1.aarch64.rpm` + - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.11_amd64.deb` + - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.11_arm64.deb` + - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.11-1.x86_64.rpm` + - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.11-1.aarch64.rpm` #### Method 2: Using Terminal @@ -34,13 +34,13 @@ Open Terminal and run the appropriate command for your distribution: ```bash # For Debian/Ubuntu (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.5_amd64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.11_amd64.deb # For Debian/Ubuntu (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.5_arm64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.11_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.5-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.11-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.5-1.aarch64.rpm @@ -54,7 +54,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_M ```bash # Install the package -sudo dpkg -i DeNode_Manager_1.0.5_amd64.deb +sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb # Fix missing dependencies sudo apt install -f @@ -64,7 +64,7 @@ sudo apt install -f ```bash # Install the package -sudo rpm -ivh DeNode_Manager-1.0.5-1.x86_64.rpm +sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm ``` ![](../assets/webp/dm-linux-install.webp) diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index 439625a..bde1ed5 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.10_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.11_x64.dmg` ### Step 1: Installation diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index 9541545..7183ea2 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the Windows version: - - **Windows (x86_64):** `DeNode_Manager_1.0.5_x64-setup.exe` + - **Windows (x86_64):** `DeNode_Manager_1.0.11_x64-setup.exe` --- @@ -30,7 +30,7 @@ Choose one of the following methods to download the DeNode Manager: #### Open the Installer 1. Navigate to your Downloads folder -2. Double-click `DeNode_Manager_1.0.5_x64-setup.exe` +2. Double-click `DeNode_Manager_1.0.11_x64-setup.exe` 3. If prompted by User Account Control, click **Yes** to allow the installation #### Follow the Installation Wizard diff --git a/guides/install-denode-windows.md b/guides/install-denode-windows.md index 62b66b1..2b37835 100644 --- a/guides/install-denode-windows.md +++ b/guides/install-denode-windows.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```powershell # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-windows-amd64.exe +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe # Create directory for the node executable and copy it mkdir -Force C:\denet diff --git a/readme.md b/readme.md index 0a45860..5d8357d 100644 --- a/readme.md +++ b/readme.md @@ -91,11 +91,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|---------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64) | +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-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 @@ -103,14 +103,14 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available DeNode Manager Desktop Builds -| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | -|------------------|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.10_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.10_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.10_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.8_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.10_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.8_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.10-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager-1.0.10-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.10-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.10-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager-1.0.10-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.10-1.aarch64.rpm` | +| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | +|------------------|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| +| **Windows** | x86_64 | [DeNode_Manager_1.0.11_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.11_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.11_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.11_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.11-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.11-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/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. From f5ebbb9beca6c0071fd55ab69e6b1fcc5672b55d Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 21 Jul 2026 17:10:03 +0300 Subject: [PATCH 03/22] Merge --- guides/install-denode-mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index e907641..6138fda 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet From a8fb597c98d311d11dc6ff43072f020ec522d514 Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 21 Jul 2026 17:10:18 +0300 Subject: [PATCH 04/22] Fix typo --- guides/install-denode-manager-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index 7183ea2..fd65d3d 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -38,7 +38,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Click **Next** on the welcome screen 2. Choose the installation location (default is recommended) 3. Click **Install** to begin the installation -4. Wait for the installation to complete an click **Finish** to exit the wizard +4. Wait for the installation to complete and click **Finish** to exit the wizard 5. Optionally, check "Launch DeNode Manager" to start the application immediately ![](../assets/webp/dm-windows-install.webp) From cf324622813e6e2fb4c5a9b8d6faaf161bf04591 Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 21 Jul 2026 17:11:27 +0300 Subject: [PATCH 05/22] Update versions --- guides/install-denode-linux.md | 2 +- guides/install-denode-mac.md | 2 +- guides/install-denode-manager-linux.md | 12 +++---- guides/install-denode-manager-macos.md | 2 +- guides/install-denode-manager-windows.md | 4 +-- guides/install-denode-windows.md | 2 +- readme.md | 40 ++++++++++++------------ 7 files changed, 32 insertions(+), 32 deletions(-) diff --git a/guides/install-denode-linux.md b/guides/install-denode-linux.md index 9d22bf1..6c59027 100644 --- a/guides/install-denode-linux.md +++ b/guides/install-denode-linux.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-amd64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index 6138fda..159c1c1 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 6d66ead..64c4b2f 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -23,10 +23,10 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the appropriate version for your Linux distribution: - - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.11_amd64.deb` - - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.11_arm64.deb` - - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.11-1.x86_64.rpm` - - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.11-1.aarch64.rpm` + - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.12_amd64.deb` + - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.12_arm64.deb` + - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.12-1.x86_64.rpm` + - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.12-1.aarch64.rpm` #### Method 2: Using Terminal @@ -40,7 +40,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_M curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.11_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.11-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.12-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.5-1.aarch64.rpm @@ -64,7 +64,7 @@ sudo apt install -f ```bash # Install the package -sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm +sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm ``` ![](../assets/webp/dm-linux-install.webp) diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index bde1ed5..b2ee36c 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.11_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.12_x64.dmg` ### Step 1: Installation diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index fd65d3d..eb7d557 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the Windows version: - - **Windows (x86_64):** `DeNode_Manager_1.0.11_x64-setup.exe` + - **Windows (x86_64):** `DeNode_Manager_1.0.12_x64-setup.exe` --- @@ -30,7 +30,7 @@ Choose one of the following methods to download the DeNode Manager: #### Open the Installer 1. Navigate to your Downloads folder -2. Double-click `DeNode_Manager_1.0.11_x64-setup.exe` +2. Double-click `DeNode_Manager_1.0.12_x64-setup.exe` 3. If prompted by User Account Control, click **Yes** to allow the installation #### Follow the Installation Wizard diff --git a/guides/install-denode-windows.md b/guides/install-denode-windows.md index 2b37835..87f5660 100644 --- a/guides/install-denode-windows.md +++ b/guides/install-denode-windows.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```powershell # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe # Create directory for the node executable and copy it mkdir -Force C:\denet diff --git a/readme.md b/readme.md index 5d8357d..73df646 100644 --- a/readme.md +++ b/readme.md @@ -89,13 +89,13 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available CLI Builds -| Operating System | Architecture | Download Link | -|------------------|--------------|---------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-arm64) | +| Operating System | Architecture | Download Link | +|------------------|--------------|--------------------------------------------------------------------------------------------------------------------| +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-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 @@ -103,14 +103,14 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available DeNode Manager Desktop Builds -| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | -|------------------|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.11_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.11_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.11_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.11_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.11-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.11-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.aarch64.rpm` | +| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | +|------------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| +| **Windows** | x86_64 | [DeNode_Manager_1.0.12_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.12_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.12_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.12_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.12-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.12-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/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. From d314268a55e6e0d9b5139e5182dde825fdd02445 Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Thu, 16 Jul 2026 17:16:40 +0300 Subject: [PATCH 06/22] Update node and manager versions --- guides/install-denode-manager-linux.md | 12 +++---- guides/install-denode-manager-macos.md | 2 +- guides/install-denode-manager-windows.md | 6 ++-- guides/install-denode-windows.md | 2 +- readme.md | 40 ++++++++++++------------ 5 files changed, 31 insertions(+), 31 deletions(-) diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 64c4b2f..6d66ead 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -23,10 +23,10 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the appropriate version for your Linux distribution: - - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.12_amd64.deb` - - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.12_arm64.deb` - - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.12-1.x86_64.rpm` - - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.12-1.aarch64.rpm` + - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.11_amd64.deb` + - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.11_arm64.deb` + - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.11-1.x86_64.rpm` + - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.11-1.aarch64.rpm` #### Method 2: Using Terminal @@ -40,7 +40,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_M curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.11_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.12-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.11-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.5-1.aarch64.rpm @@ -64,7 +64,7 @@ sudo apt install -f ```bash # Install the package -sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm +sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm ``` ![](../assets/webp/dm-linux-install.webp) diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index b2ee36c..bde1ed5 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.12_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.11_x64.dmg` ### Step 1: Installation diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index eb7d557..7183ea2 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the Windows version: - - **Windows (x86_64):** `DeNode_Manager_1.0.12_x64-setup.exe` + - **Windows (x86_64):** `DeNode_Manager_1.0.11_x64-setup.exe` --- @@ -30,7 +30,7 @@ Choose one of the following methods to download the DeNode Manager: #### Open the Installer 1. Navigate to your Downloads folder -2. Double-click `DeNode_Manager_1.0.12_x64-setup.exe` +2. Double-click `DeNode_Manager_1.0.11_x64-setup.exe` 3. If prompted by User Account Control, click **Yes** to allow the installation #### Follow the Installation Wizard @@ -38,7 +38,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Click **Next** on the welcome screen 2. Choose the installation location (default is recommended) 3. Click **Install** to begin the installation -4. Wait for the installation to complete and click **Finish** to exit the wizard +4. Wait for the installation to complete an click **Finish** to exit the wizard 5. Optionally, check "Launch DeNode Manager" to start the application immediately ![](../assets/webp/dm-windows-install.webp) diff --git a/guides/install-denode-windows.md b/guides/install-denode-windows.md index 87f5660..2b37835 100644 --- a/guides/install-denode-windows.md +++ b/guides/install-denode-windows.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```powershell # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe # Create directory for the node executable and copy it mkdir -Force C:\denet diff --git a/readme.md b/readme.md index 73df646..5d8357d 100644 --- a/readme.md +++ b/readme.md @@ -89,13 +89,13 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available CLI Builds -| Operating System | Architecture | Download Link | -|------------------|--------------|--------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-arm64) | +| Operating System | Architecture | Download Link | +|------------------|--------------|---------------------------------------------------------------------------------------------------------------------| +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-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 @@ -103,14 +103,14 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available DeNode Manager Desktop Builds -| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | -|------------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.12_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.12_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.12_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.12_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.12-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.12-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.aarch64.rpm` | +| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | +|------------------|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| +| **Windows** | x86_64 | [DeNode_Manager_1.0.11_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.11_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.11_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.11_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.11-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.11-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/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. From b93e743e4cec31607ba987c5a0b1bf5d52fa479a Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Thu, 9 Jul 2026 10:13:39 +0300 Subject: [PATCH 07/22] Actualize installation guides --- guides/install-denode-mac.md | 2 +- guides/install-denode-manager-macos.md | 2 +- readme.md | 36 +++++++++++++------------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index e907641..6138fda 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index bde1ed5..439625a 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.11_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.10_x64.dmg` ### Step 1: Installation diff --git a/readme.md b/readme.md index 5d8357d..0a45860 100644 --- a/readme.md +++ b/readme.md @@ -91,11 +91,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|---------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-arm64) | +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-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 @@ -103,14 +103,14 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available DeNode Manager Desktop Builds -| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | -|------------------|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.11_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.11_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.11_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.11_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.11-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.11-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.aarch64.rpm` | +| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | +|------------------|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------------------------------| +| **Windows** | x86_64 | [DeNode_Manager_1.0.10_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.10_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.10_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.8_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.10_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.8_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.10-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager-1.0.10-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.10-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.10-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager-1.0.10-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.10-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/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. From c23b58e567703c477ad7703db94b61059a79fb20 Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Thu, 16 Jul 2026 17:16:40 +0300 Subject: [PATCH 08/22] Update node and manager versions --- guides/install-denode-mac.md | 2 +- guides/install-denode-manager-macos.md | 2 +- readme.md | 36 +++++++++++++------------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index 6138fda..e907641 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index 439625a..bde1ed5 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.10_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.11_x64.dmg` ### Step 1: Installation diff --git a/readme.md b/readme.md index 0a45860..5d8357d 100644 --- a/readme.md +++ b/readme.md @@ -91,11 +91,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|---------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64) | +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-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 @@ -103,14 +103,14 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available DeNode Manager Desktop Builds -| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | -|------------------|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.10_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.10_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.10_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.8_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.10_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager_1.0.10_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.8_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.10-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager-1.0.10-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.10-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.10-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/DeNode_Manager-1.0.10-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.10-1.aarch64.rpm` | +| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | +|------------------|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| +| **Windows** | x86_64 | [DeNode_Manager_1.0.11_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.11_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.11_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.11_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.11-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.11-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/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. From 8d41bbcabe188210a31ee7dcc9d2c75e01a95ba8 Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 21 Jul 2026 17:10:03 +0300 Subject: [PATCH 09/22] Merge --- guides/install-denode-mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index e907641..6138fda 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet From 61be703f43b17dfb71b76445ff79065080db71cd Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 21 Jul 2026 17:10:18 +0300 Subject: [PATCH 10/22] Fix typo --- guides/install-denode-manager-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index 7183ea2..fd65d3d 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -38,7 +38,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Click **Next** on the welcome screen 2. Choose the installation location (default is recommended) 3. Click **Install** to begin the installation -4. Wait for the installation to complete an click **Finish** to exit the wizard +4. Wait for the installation to complete and click **Finish** to exit the wizard 5. Optionally, check "Launch DeNode Manager" to start the application immediately ![](../assets/webp/dm-windows-install.webp) From d39a196d691f46719df12011aa53c247b1fbf48e Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 21 Jul 2026 17:11:27 +0300 Subject: [PATCH 11/22] Update versions --- guides/install-denode-linux.md | 2 +- guides/install-denode-mac.md | 2 +- guides/install-denode-manager-linux.md | 12 +++---- guides/install-denode-manager-macos.md | 2 +- guides/install-denode-manager-windows.md | 4 +-- guides/install-denode-windows.md | 2 +- readme.md | 40 ++++++++++++------------ 7 files changed, 32 insertions(+), 32 deletions(-) diff --git a/guides/install-denode-linux.md b/guides/install-denode-linux.md index 9d22bf1..6c59027 100644 --- a/guides/install-denode-linux.md +++ b/guides/install-denode-linux.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-amd64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index 6138fda..159c1c1 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc1/denode-darwin-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 6d66ead..64c4b2f 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -23,10 +23,10 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the appropriate version for your Linux distribution: - - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.11_amd64.deb` - - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.11_arm64.deb` - - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.11-1.x86_64.rpm` - - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.11-1.aarch64.rpm` + - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.12_amd64.deb` + - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.12_arm64.deb` + - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.12-1.x86_64.rpm` + - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.12-1.aarch64.rpm` #### Method 2: Using Terminal @@ -40,7 +40,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_M curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.11_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.11-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.12-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.5-1.aarch64.rpm @@ -64,7 +64,7 @@ sudo apt install -f ```bash # Install the package -sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm +sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm ``` ![](../assets/webp/dm-linux-install.webp) diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index bde1ed5..b2ee36c 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.11_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.12_x64.dmg` ### Step 1: Installation diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index fd65d3d..eb7d557 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the Windows version: - - **Windows (x86_64):** `DeNode_Manager_1.0.11_x64-setup.exe` + - **Windows (x86_64):** `DeNode_Manager_1.0.12_x64-setup.exe` --- @@ -30,7 +30,7 @@ Choose one of the following methods to download the DeNode Manager: #### Open the Installer 1. Navigate to your Downloads folder -2. Double-click `DeNode_Manager_1.0.11_x64-setup.exe` +2. Double-click `DeNode_Manager_1.0.12_x64-setup.exe` 3. If prompted by User Account Control, click **Yes** to allow the installation #### Follow the Installation Wizard diff --git a/guides/install-denode-windows.md b/guides/install-denode-windows.md index 2b37835..87f5660 100644 --- a/guides/install-denode-windows.md +++ b/guides/install-denode-windows.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```powershell # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe # Create directory for the node executable and copy it mkdir -Force C:\denet diff --git a/readme.md b/readme.md index 5d8357d..73df646 100644 --- a/readme.md +++ b/readme.md @@ -89,13 +89,13 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available CLI Builds -| Operating System | Architecture | Download Link | -|------------------|--------------|---------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-arm64) | +| Operating System | Architecture | Download Link | +|------------------|--------------|--------------------------------------------------------------------------------------------------------------------| +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-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 @@ -103,14 +103,14 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available DeNode Manager Desktop Builds -| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | -|------------------|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.11_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.11_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.11_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.11_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.11-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.11-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.aarch64.rpm` | +| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | +|------------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| +| **Windows** | x86_64 | [DeNode_Manager_1.0.12_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.12_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.12_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.12_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.12-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.12-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/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. From cda989698aea122c91b72401304ebcb00f0f783a Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Thu, 16 Jul 2026 17:16:40 +0300 Subject: [PATCH 12/22] Update node and manager versions --- guides/install-denode-manager-linux.md | 12 +++---- guides/install-denode-manager-macos.md | 2 +- guides/install-denode-manager-windows.md | 6 ++-- guides/install-denode-windows.md | 2 +- readme.md | 40 ++++++++++++------------ 5 files changed, 31 insertions(+), 31 deletions(-) diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 64c4b2f..6d66ead 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -23,10 +23,10 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the appropriate version for your Linux distribution: - - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.12_amd64.deb` - - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.12_arm64.deb` - - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.12-1.x86_64.rpm` - - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.12-1.aarch64.rpm` + - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.11_amd64.deb` + - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.11_arm64.deb` + - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.11-1.x86_64.rpm` + - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.11-1.aarch64.rpm` #### Method 2: Using Terminal @@ -40,7 +40,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_M curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.11_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.12-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.11-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.5-1.aarch64.rpm @@ -64,7 +64,7 @@ sudo apt install -f ```bash # Install the package -sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm +sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm ``` ![](../assets/webp/dm-linux-install.webp) diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index b2ee36c..bde1ed5 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.12_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.11_x64.dmg` ### Step 1: Installation diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index eb7d557..7183ea2 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the Windows version: - - **Windows (x86_64):** `DeNode_Manager_1.0.12_x64-setup.exe` + - **Windows (x86_64):** `DeNode_Manager_1.0.11_x64-setup.exe` --- @@ -30,7 +30,7 @@ Choose one of the following methods to download the DeNode Manager: #### Open the Installer 1. Navigate to your Downloads folder -2. Double-click `DeNode_Manager_1.0.12_x64-setup.exe` +2. Double-click `DeNode_Manager_1.0.11_x64-setup.exe` 3. If prompted by User Account Control, click **Yes** to allow the installation #### Follow the Installation Wizard @@ -38,7 +38,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Click **Next** on the welcome screen 2. Choose the installation location (default is recommended) 3. Click **Install** to begin the installation -4. Wait for the installation to complete and click **Finish** to exit the wizard +4. Wait for the installation to complete an click **Finish** to exit the wizard 5. Optionally, check "Launch DeNode Manager" to start the application immediately ![](../assets/webp/dm-windows-install.webp) diff --git a/guides/install-denode-windows.md b/guides/install-denode-windows.md index 87f5660..2b37835 100644 --- a/guides/install-denode-windows.md +++ b/guides/install-denode-windows.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```powershell # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe # Create directory for the node executable and copy it mkdir -Force C:\denet diff --git a/readme.md b/readme.md index 73df646..5d8357d 100644 --- a/readme.md +++ b/readme.md @@ -89,13 +89,13 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available CLI Builds -| Operating System | Architecture | Download Link | -|------------------|--------------|--------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-arm64) | +| Operating System | Architecture | Download Link | +|------------------|--------------|---------------------------------------------------------------------------------------------------------------------| +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-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 @@ -103,14 +103,14 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available DeNode Manager Desktop Builds -| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | -|------------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.12_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.12_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.12_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.12_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.12-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.12-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.aarch64.rpm` | +| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | +|------------------|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| +| **Windows** | x86_64 | [DeNode_Manager_1.0.11_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.11_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.11_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.11_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.11-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.11-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/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. From 0bdfa6df4d25d50d1a7e9fa008d21af59db4ec8c Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 21 Jul 2026 17:21:31 +0300 Subject: [PATCH 13/22] Update versions --- guides/install-denode-manager-linux.md | 12 ++++----- guides/install-denode-manager-macos.md | 2 +- guides/install-denode-windows.md | 2 +- readme.md | 36 +++++++++++++------------- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 6d66ead..64c4b2f 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -23,10 +23,10 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the appropriate version for your Linux distribution: - - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.11_amd64.deb` - - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.11_arm64.deb` - - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.11-1.x86_64.rpm` - - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.11-1.aarch64.rpm` + - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.12_amd64.deb` + - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.12_arm64.deb` + - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.12-1.x86_64.rpm` + - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.12-1.aarch64.rpm` #### Method 2: Using Terminal @@ -40,7 +40,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_M curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.11_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.11-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.12-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.5-1.aarch64.rpm @@ -64,7 +64,7 @@ sudo apt install -f ```bash # Install the package -sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm +sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm ``` ![](../assets/webp/dm-linux-install.webp) diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index bde1ed5..b2ee36c 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.11_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.12_x64.dmg` ### Step 1: Installation diff --git a/guides/install-denode-windows.md b/guides/install-denode-windows.md index 2b37835..87f5660 100644 --- a/guides/install-denode-windows.md +++ b/guides/install-denode-windows.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```powershell # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe # Create directory for the node executable and copy it mkdir -Force C:\denet diff --git a/readme.md b/readme.md index 5d8357d..f5606ec 100644 --- a/readme.md +++ b/readme.md @@ -91,11 +91,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|---------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-darwin-arm64) | +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-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 @@ -103,14 +103,14 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o ## Available DeNode Manager Desktop Builds -| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | -|------------------|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.11_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.11_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.11_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.11_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager_1.0.11_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.11_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.11-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.11-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/DeNode_Manager-1.0.11-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.11-1.aarch64.rpm` | +| Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | +|------------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| +| **Windows** | x86_64 | [DeNode_Manager_1.0.12_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.12_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.12_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.12_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.12-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.12-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0-rc2/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/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. From a55f84c15770a58eec44d81d788a4a5daa35aa9f Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 21 Jul 2026 17:22:25 +0300 Subject: [PATCH 14/22] Update version --- guides/install-denode-manager-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index 7183ea2..e9dd80d 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the Windows version: - - **Windows (x86_64):** `DeNode_Manager_1.0.11_x64-setup.exe` + - **Windows (x86_64):** `DeNode_Manager_1.0.12_x64-setup.exe` --- From 9ee422d1cb30bd484684b6f3bd9793b133568a31 Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 21 Jul 2026 17:23:37 +0300 Subject: [PATCH 15/22] Update version --- guides/install-denode-manager-linux.md | 8 ++++---- guides/install-denode-manager-windows.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 64c4b2f..f1df449 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -34,16 +34,16 @@ Open Terminal and run the appropriate command for your distribution: ```bash # For Debian/Ubuntu (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.11_amd64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_amd64.deb # For Debian/Ubuntu (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.11_arm64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.12-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager-1.0.5-1.aarch64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.5-1.aarch64.rpm ``` ### Step 1: Installation diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index e9dd80d..d8d9d77 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -30,7 +30,7 @@ Choose one of the following methods to download the DeNode Manager: #### Open the Installer 1. Navigate to your Downloads folder -2. Double-click `DeNode_Manager_1.0.11_x64-setup.exe` +2. Double-click `DeNode_Manager_1.0.12_x64-setup.exe` 3. If prompted by User Account Control, click **Yes** to allow the installation #### Follow the Installation Wizard From e327f9f2d00777c2a5b0d44ca67c80fa7623cf4a Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Thu, 30 Jul 2026 10:57:51 +0300 Subject: [PATCH 16/22] Add dns name restriction rule --- guides/install-denode-manager-linux.md | 4 ++-- guides/port-forwarding-ddns.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index f1df449..6c1709e 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -43,7 +43,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manage curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.5-1.aarch64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.aarch64.rpm ``` ### Step 1: Installation @@ -54,7 +54,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manage ```bash # Install the package -sudo dpkg -i DeNode_Manager_1.0.11_amd64.deb +sudo dpkg -i DeNode_Manager_1.0.12_amd64.deb # Fix missing dependencies sudo apt install -f diff --git a/guides/port-forwarding-ddns.md b/guides/port-forwarding-ddns.md index 8bd33ba..b0e7110 100644 --- a/guides/port-forwarding-ddns.md +++ b/guides/port-forwarding-ddns.md @@ -111,6 +111,7 @@ If your router doesn't have it, set it up on your computer with **DuckDNS** (fre 1. Go to [duckdns.org](https://duckdns.org) and sign in (GitHub / Google / Reddit; no separate password needed). 2. In the **sub domain** field, type a name (for example `mynode`) and click **add domain** β†’ you now have `mynode.duckdns.org`. + > ⚠️ **Name restriction.** The sub domain must **not** contain the substring `denet` (case-insensitive, e.g. `denet`, `DeNet`, `my-denet-node` are all rejected). Pick any other name. This only applies to the part you type β€” the `duckdns.org` suffix is fixed and unaffected. 3. Copy your **token** (the long string at the top of the page). ### Step 6.2: Test it once From d95532ce43b255b0c08274816419e8877e6d5e3f Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Fri, 7 Aug 2026 18:20:14 +0300 Subject: [PATCH 17/22] Update versions --- guides/install-denode-linux.md | 2 +- guides/install-denode-mac.md | 2 +- guides/install-denode-manager-linux.md | 20 +++++++-------- guides/install-denode-manager-macos.md | 2 +- guides/install-denode-manager-windows.md | 2 +- guides/install-denode-windows.md | 2 +- readme.md | 32 ++++++++++++------------ 7 files changed, 31 insertions(+), 31 deletions(-) diff --git a/guides/install-denode-linux.md b/guides/install-denode-linux.md index 6c59027..b407bc9 100644 --- a/guides/install-denode-linux.md +++ b/guides/install-denode-linux.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-amd64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-linux-amd64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index 159c1c1..bc1a553 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 6c1709e..21bafcb 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -23,10 +23,10 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the appropriate version for your Linux distribution: - - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.12_amd64.deb` - - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.12_arm64.deb` - - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.12-1.x86_64.rpm` - - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.12-1.aarch64.rpm` + - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.13_amd64.deb` + - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.13_arm64.deb` + - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.13-1.x86_64.rpm` + - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.13-1.aarch64.rpm` #### Method 2: Using Terminal @@ -34,16 +34,16 @@ Open Terminal and run the appropriate command for your distribution: ```bash # For Debian/Ubuntu (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_amd64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_amd64.deb # For Debian/Ubuntu (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_arm64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager-1.0.13-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.aarch64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager-1.0.13-1.aarch64.rpm ``` ### Step 1: Installation @@ -54,7 +54,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manage ```bash # Install the package -sudo dpkg -i DeNode_Manager_1.0.12_amd64.deb +sudo dpkg -i DeNode_Manager_1.0.13_amd64.deb # Fix missing dependencies sudo apt install -f @@ -64,7 +64,7 @@ sudo apt install -f ```bash # Install the package -sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm +sudo rpm -ivh DeNode_Manager-1.0.13-1.x86_64.rpm ``` ![](../assets/webp/dm-linux-install.webp) diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index b2ee36c..551b3eb 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.12_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.13_x64.dmg` ### Step 1: Installation diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index d8d9d77..ddd21e0 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the Windows version: - - **Windows (x86_64):** `DeNode_Manager_1.0.12_x64-setup.exe` + - **Windows (x86_64):** `DeNode_Manager_1.0.13_x64-setup.exe` --- diff --git a/guides/install-denode-windows.md b/guides/install-denode-windows.md index 87f5660..017fc23 100644 --- a/guides/install-denode-windows.md +++ b/guides/install-denode-windows.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```powershell # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-windows-amd64.exe # Create directory for the node executable and copy it mkdir -Force C:\denet diff --git a/readme.md b/readme.md index f5606ec..079e326 100644 --- a/readme.md +++ b/readme.md @@ -91,11 +91,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|---------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-darwin-arm64) | +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-darwin-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 @@ -105,12 +105,12 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | |------------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.12_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.12_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.12_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.12_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager_1.0.12_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.12_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.12-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.12-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/DeNode_Manager-1.0.12-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.12-1.aarch64.rpm` | +| **Windows** | x86_64 | [DeNode_Manager_1.0.13_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.13_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.13_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.13_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.13_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.13_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.13-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager-1.0.13-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.13-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.13-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager-1.0.13-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.13-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.0/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/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. From 5872bd76b98b65504762c36b433304540cd9c7d1 Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Fri, 7 Aug 2026 22:55:55 +0300 Subject: [PATCH 18/22] Update versions --- guides/install-denode-linux.md | 2 +- guides/install-denode-mac.md | 2 +- guides/install-denode-manager-linux.md | 8 +++--- guides/install-denode-manager-macos.md | 2 +- guides/install-denode-manager-windows.md | 4 +-- guides/install-denode-windows.md | 2 +- readme.md | 32 ++++++++++++------------ 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/guides/install-denode-linux.md b/guides/install-denode-linux.md index b407bc9..cd972b0 100644 --- a/guides/install-denode-linux.md +++ b/guides/install-denode-linux.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-linux-amd64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-linux-amd64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-mac.md b/guides/install-denode-mac.md index bc1a553..8fba854 100644 --- a/guides/install-denode-mac.md +++ b/guides/install-denode-mac.md @@ -13,7 +13,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```bash # Download node executable (replace with darwin-arm64 or darwin-amd64 for your architecture) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-darwin-arm64 +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-darwin-arm64 # Create directory for the node executable and copy it mkdir -p ~/denet diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 21bafcb..91f1150 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -34,16 +34,16 @@ Open Terminal and run the appropriate command for your distribution: ```bash # For Debian/Ubuntu (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_amd64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_amd64.deb # For Debian/Ubuntu (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_arm64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager-1.0.13-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.13-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager-1.0.13-1.aarch64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.13-1.aarch64.rpm ``` ### Step 1: Installation diff --git a/guides/install-denode-manager-macos.md b/guides/install-denode-manager-macos.md index 551b3eb..b869a05 100644 --- a/guides/install-denode-manager-macos.md +++ b/guides/install-denode-manager-macos.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the macOS version: - - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.13_x64.dmg` + - **macOS (Intel/Apple Silicon):** `DeNode_Manager_1.0.14_x64.dmg` ### Step 1: Installation diff --git a/guides/install-denode-manager-windows.md b/guides/install-denode-manager-windows.md index ddd21e0..364201e 100644 --- a/guides/install-denode-manager-windows.md +++ b/guides/install-denode-manager-windows.md @@ -21,7 +21,7 @@ Choose one of the following methods to download the DeNode Manager: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the Windows version: - - **Windows (x86_64):** `DeNode_Manager_1.0.13_x64-setup.exe` + - **Windows (x86_64):** `DeNode_Manager_1.0.14_x64-setup.exe` --- @@ -30,7 +30,7 @@ Choose one of the following methods to download the DeNode Manager: #### Open the Installer 1. Navigate to your Downloads folder -2. Double-click `DeNode_Manager_1.0.12_x64-setup.exe` +2. Double-click `DeNode_Manager_1.0.14_x64-setup.exe` 3. If prompted by User Account Control, click **Yes** to allow the installation #### Follow the Installation Wizard diff --git a/guides/install-denode-windows.md b/guides/install-denode-windows.md index 017fc23..6a47528 100644 --- a/guides/install-denode-windows.md +++ b/guides/install-denode-windows.md @@ -18,7 +18,7 @@ This guide provides simplified step-by-step instructions for installing and runn ### Method 1: Download via curl (Recommended) ```powershell # Download node executable -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-windows-amd64.exe +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-windows-amd64.exe # Create directory for the node executable and copy it mkdir -Force C:\denet diff --git a/readme.md b/readme.md index 079e326..17e94ea 100644 --- a/readme.md +++ b/readme.md @@ -91,11 +91,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|---------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-windows-amd64.exe) | -| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-linux-amd64) | -| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-linux-arm64) | -| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-darwin-amd64) | -| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-darwin-arm64) | +| **Windows** | x86_64 | [denode-windows-amd64.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-windows-amd64.exe) | +| **Linux** | x86_64 | [denode-linux-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-linux-amd64) | +| **Linux** | ARM64 | [denode-linux-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-linux-arm64) | +| **macOS** | x86_64 | [denode-darwin-amd64](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-darwin-amd64) | +| **macOS** | ARM64 | [denode-darwin-arm64](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-darwin-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 @@ -105,12 +105,12 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | |------------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.13_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.13_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.13_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.13_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.13_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager_1.0.13_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.13_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.13-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager-1.0.13-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.13-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.13-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/DeNode_Manager-1.0.13-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.13-1.aarch64.rpm` | +| **Windows** | x86_64 | [DeNode_Manager_1.0.14_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_x64-setup.exe) | Installer | Double-click to install | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.14_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.14_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.13_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.14_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.13_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.14-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.13-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.13-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.14-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.13-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.13-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. @@ -120,11 +120,11 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| -| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-manager-windows-amd64.zip) | -| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-manager-linux-amd64.zip) | -| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-manager-linux-arm64.zip) | -| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-manager-darwin-amd64.zip) | -| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.1/denode-manager-darwin-arm64.zip) | +| **Windows** | x86_64 | [denode-manager-win-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-manager-windows-amd64.zip) | +| **Linux** | x86_64 | [denode-manager-linux-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-manager-linux-amd64.zip) | +| **Linux** | ARM64 | [denode-manager-linux-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-manager-linux-arm64.zip) | +| **macOS** | x86_64 | [denode-manager-darwin-amd64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/denode-manager-darwin-amd64.zip) | +| **macOS** | ARM64 | [denode-manager-darwin-arm64.zip](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/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. From ba731e6be5c6cb7587db27ee8c5c3b86fc8d9e1e Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 11 Aug 2026 11:00:30 +0300 Subject: [PATCH 19/22] Update faq with the new questions --- guides/faq.md | 261 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 240 insertions(+), 21 deletions(-) diff --git a/guides/faq.md b/guides/faq.md index bf20e94..22c5674 100644 --- a/guides/faq.md +++ b/guides/faq.md @@ -1,29 +1,248 @@ -## FAQ: +## FAQ -- [Why I need PEAQ on my balance?](#why-i-need-peaq-on-my-balance) -- [What is a Wallet?](#what-is-a-wallet) -- [What is a Private Key?](#what-is-a-private-key) -- [What is an RPC and why do we use it?](#what-is-an-rpc-and-why-do-we-use-it) +> In the following answers, using the term "node", we mean the **Datakeeper node**. -### Why I need PEAQ on my balance? +## Table of Contents -Tokens are required for your node to send transactions on the network and prove that your node actually stores the data. This is not a reward for storage, but the funds necessary to keep the node running. -### What is a Wallet? -A wallet is like a digital purse that holds your cryptocurrency. You can think of it as a special account that stores digital money. For DeNet, you need a wallet that supports Ethereum-based tokens (ERC-20). +- [General](#general) +- [Hardware & Setup](#hardware--setup) +- [Node Pools](#node-pools) +- [Running & Operations](#running--operations) +- [Errors & Troubleshooting](#errors--troubleshooting) +- [Rewards & Tokens](#rewards--tokens) +- [Uptime & Penalties](#uptime--penalties) +- [Network & Market](#network--market) -Your wallet also serves as your identity on the DeNet network and contains your Datakeeper Node License, which is required to participate in the network as a Datakeeper. +## General -### What is a Private Key? -A private key is like a secret password that gives you access to your wallet. It's very important because: -- Only you should know it -- If someone else gets it, they can steal your money or license -- You must keep it safe and never share it with anyone +### What is a Datakeeper node and how is it different from a Watcher node? + +A **Datakeeper node** is a decentralized storage provider that stores file parts uploaded by users and receives rewards directly from those users in exchange for reliable storage. A **Watcher node** is a free mobile node that monitors the network and earns $WN by verifying file copies. + +### Can I run a node on a smartphone? + +No. Use a PC, laptop, mini PC, or any other device meeting the requirements above. + +### Why do I need PEAQ on my balance? + +Tokens are required for your node to send transactions on the network and prove that it actually stores data. This is not a reward for storage, but the funds necessary to keep the node running. Your node address is pre-funded with $PEAQ by the DeNet team to cover fees. We will inform you separately about the termination of the reimbursement. + +### What is a wallet? + +A wallet is like a digital purse that holds your cryptocurrency. For DeNet you need a wallet supporting Ethereum-based (ERC-20) tokens. Your wallet also serves as your identity on the DeNet network and holds your Datakeeper Node License, which is required to participate as a Datakeeper. + +### What is a private key? + +A private key is a secret password giving you access to your wallet. Keep it safe and never share it: if someone else gets it, they can steal your money or license. ### What is an RPC and why do we use it? -RPC (Remote Procedure Call) is a protocol that allows your Datakeeper node to communicate with the DeNet smart contracts in the blockchain. It acts as a bridge between your node and the network, enabling your node to: -- Send transactions to the blockchain -- Read data from the blockchain -- Submit storage proofs -- Participate in network consensus -You need to configure an RPC endpoint to connect your node to the DeNet network. This can be a public RPC service or a custom node you maintain. +RPC (Remote Procedure Call) is the protocol that lets your node communicate with the DeNet smart contracts on the blockchain. It acts as a bridge so your node can send transactions, read data, submit storage proofs, and participate in consensus. You configure an RPC endpoint to connect your node to the network. + +### How will Datakeepers be paid? + +Earnings consist of two types of payments β€” directly from users who store data in the network and from token distribution. Use the calculator on the [Node Sale](https://nodesale.denet.app/) page to estimate earnings. + +### Can running nodes be treated as a business? + +Yes, but the exact answer depends on your jurisdiction, the amount of generated income, and local regulations. If it qualifies as a business, you may register it as an LLC, sole proprietorship, or another available form. Some jurisdictions offer exemptions (e.g., income thresholds). Consult a legal professional in your jurisdiction. + +## Hardware & Setup + +### What type of device can run a Datakeeper node? + +You can use a PC, laptop, mini PC, or any other device meeting these minimum requirements: +- Operating system: Windows, Linux, or macOS +- RAM: at least 1 GB +- Internet: minimum 10 mb/s +- Storage: at least 100 GB. The limit is determined by the Node Sale rules. [Check yours](https://nodesale.denet.app/profile/) + +### Can I use an external HDD? + +Yes. You can run nodes on a computer or NAS, which typically support external drives. The setup is simple with minimal requirements. + +### Can I run the same node on two PCs? + +No, running the same node on two PCs is impossible. + +### Can I run multiple nodes on a single PC? + +Yes, you can run several nodes on one PC. This is a strategy to optimize storage space and earn more. + +### Can I transfer my data to a new PC without losing it? + +Yes. Connect your HDD/SSD to the new PC and launch your node from the new computer. + +### What happens if my drive/device fails or goes offline? + +User data stays safe because of multiple copies across DeNet's decentralized network. For your node, an offline period temporarily stops rewards as proof-sending halts, risking node exclusion and penalties. Prolonged offline status could damage your reputation and rating. + +### Does my node have to be online 24/7? + +To earn rewards, keep your node online. While offline you temporarily stop earning. Short shutdowns for reboots or outages are not critical; prolonged offline status could damage your reputation and rating. + +### Do I need a static IP for my node? + +No, a static IP is not necessary. Learn more about this in the special [guide](./public-ip.md) + +### Can I expand the storage after the initial setup? + +Yes. However, some license have limited capacity enabled. You can check how much space you can share on the [Node Sale](https://nodesale.denet.app/profile/) page. Add more drives or expand existing ones to meet your storage goals. + +### Are there any ongoing monthly fees to run nodes? + +No, there are no monthly fees for running nodes. There are only network fees to process transactions. + +### Do I need disk partitions when running multiple nodes? + +The system supports both multiple drives per node and multiple nodes per single drive. + +## Node Pools + +### What is a Node Pool in the DeNet ecosystem? + +A Node Pool is a group of 32 Datakeeper Nodes that work together as a team. Instead of each node interacting with the entire network, they only communicate within their pool. This reduces delays, speeds up data handling, and lets the network scale as more pools are added. + +### How do Node Pools help scale the network? + +Pools act like multiple lanes on a highway, moving data faster than a single node could. Data flows to active pools and each pool processes it efficiently. + +### Why should I run multiple nodes on one device? + +Running 5+ nodes on a single device fills your storage faster by pulling data from different pools. It also increases token rewards (one share per active node) and makes efficient use of spare power and space without extra cost. + +### What's the advantage of running 10 nodes specifically? + +DeNet caps most users at 10 nodes, balancing participation and decentralization. Running 10 maximizes your storage utilization and rewards while strengthening the network β€” the "sweet spot" for individual users. + +### Who can join a Node Pool and what's required? + +Anyone with a Datakeeper Node license can join β€” one license per node, one node per pool. Even data centers can participate under the same rule. + +### Can a single-node operator join multiple pools? + +No, one node can join only one pool. [Learn more about Pools](https://medium.com/denetpro/how-to-scale-decentralized-storage-introducing-datakeeper-node-pools-230b7167d22f) + +## Running & Operations + +### How do I get started with the Datakeeper node? + +Full [text guide]( https://github.com/DeNetPRO/Node/blob/Dev/readme.md) on all applications. + +### What if I don't start my node immediately? + +You can launch at any time. However, starting earlier lets your node build a higher rating, tracked from June 16, 2025, maximizing its potential. + +### Can I transfer my license to another address? + +Licenses are currently tied to the address where issued. Use the [License Management function](./license-management.md) to assign License Manager and Admin roles to other wallet addresses. + +### How can I monitor that my node is running correctly? + +Check your nodes [onchain activity](./monitoring.md) and an official [Datakeeper Console](https://datakeeper-console.denet.pro/dashboard/) interface. + +### How do I get the Datakeeper Role on Discord? + +**Option 1 (GUI):** Click "Get Discord Role" β†’ Copy your unique code β†’ Go to the [`πŸ€–γƒ»datakeeper-role`](https://discord.com/channels/920205740944273449/1514015705639555233) channel β†’ Click "Paste Code" and paste it. + +**Option 2 (Terminal):** Run `./denode config code` β†’ select your address β†’ enter your password and copy the code β†’ Go to the [`πŸ€–γƒ»datakeeper-role`](https://discord.com/channels/920205740944273449/1514015705639555233) channel β†’ Click "Paste Code" and paste it. + +### How does the node operation cycle work? + +Each node operates in a continuous 90-minute cycle with three stages: +- **FillRoothash** β€” the node creates and sends a snapshot of all stored files. If there are no files, nothing is sent to the smart contract and transaction `0x8929ed2f` won't occur. +- **HoldData** β€” the longest stage; the node sends no transactions and just stores data. +- **CollectProofs** β€” the node sends proofs that the files from the FillRoothash stage are still stored. If no snapshot was sent earlier (e.g., no files), there's nothing to prove. + +## Errors & Troubleshooting + +### Why are my transactions not going through? + +Occasional errors are not a reason for drastic measures. If no transactions are being sent at all, check your internet connection, try changing DNS, or restart the computer. If that doesn't help, contact [support](https://discord.com/channels/920205740944273449/1341396814502559846). + +### What if I see "Failed to launch node: couldn't join node pool"? + +This usually occurs during node initialization and relates to a failed RPC request. +**Action:** Restart the node (resolves most cases). Use a private RPC for better reliability. Check that your account has sufficient PEAQ tokens β€” verify at https://peaq.subscan.io/ + +### What are the common node transaction methods? + +Your node often uses specific methods to perform different actions. The most common: +- `0xab8d3936` β†’ Joins a Node Pool +- `0xdcfd5bb0` β†’ Confirms Node reachability +- `0x8929ed2f` β†’ Creates a snapshot of the data currently stored +- `0xbd12599d` β†’ Generates a snapshot for a specific user +- `0xf456307e` β†’ Confirms data storage on the network +- `0xbdd859e9` β†’ Confirms storage for a specific user + +You can always check your node's performance on https://peaq.subscan.io/ + +### What is the general recommendation to avoid errors? + +Always run the latest node version for optimal stability. Download the newest releases [here](https://github.com/DeNetPRO/Node/releases) + +### Windows Defender flags denode.exe as a threat β€” how to fix? + +This is a false positive, a known issue. The exclusion is the standard fix; a permanent Microsoft-side resolution is being worked on. + +**Step 1. Restore from quarantine:** Windows Security β†’ Virus & threat protection β†’ Protection history β†’ locate `denode.exe` β†’ select **Restore** or **Allow**. + +**Step 2. Add an exclusion:** Virus & threat protection β†’ Manage settings β†’ scroll to **Exclusions** β†’ **Add an exclusion** β†’ **Folder** β†’ enter `C:\Users\YourUser\AppData\Local\DeNode Manager` (replace YourUser with your Windows username). This prevents Defender from scanning or removing files in the app folder. + +**Step 3. Reinstall (recommended):** Uninstall DeNode Manager, choosing "Delete the application data" for a clean state. Restart the PC. With the folder exclusion already in place, install DeNode Manager cleanly. + +After this, your node should run without Windows Defender interference. If issues persist, open a support ticket and attach your logs. + +## Rewards & Tokens + +### How will ingress/egress be compensated when data flows through a node but doesn't land on it? + +In the future we plan to introduce traffic-based payments. Users will pay not only for storage but also for data movement. Public nodes handling the highest traffic volumes will receive greater rewards. + +### Do withdrawals happen per-node or pooled? + +Tokens are credited to the Datakeeper's balance. If you own several licenses, you withdraw the tokens earned by all of them together. + +### Why is the TBY pool on Polygon if the process is on peaq? + +Polygon has more DEXes, which makes it easier for you to swap and withdraw the tokens. + +### Where does the liquidity for the TBY pool come from? + +At present, all tokens received from sales are automatically transferred into the liquidity pool for Datakeepers (except for a small protocol commission from every sale). + +### Can I expand the 10 TB limit to a higher or unlimited license? + +The mechanics of increasing the limit are possible but have not yet been highlighted to the community. + +### Is there potential for staking in exchange for additional licenses or storage capacity? + +We'll announce it if something of this kind appears. + +## Uptime & Penalties + +### How does the penalty system work? + +If a node doesn't send any proof during a full cycle, it receives 1 penalty. After 10 penalties (10 missed cycles, ~15 hours), the protocol considers the node offline and exits it from the pool. After restarting, the node automatically creates a join transaction to re-enter an available pool. If a node has fewer than 10 penalties (e.g., 5) and then sends a valid proof, the counter resets to 0. + +### Do penalties ever reset or are they permanent? + +Yes. As soon as the node submits a valid proof, the 10-penalty cycle before ejection restarts for that node. But the conditions can be changed depending on the pool. + +## Network & Market + +### How does pool formation currently work? + +This is a challenging process when forming optimized sets by multiple characteristics, so we're dealing with it step by step. First came simple distribution of Datakeepers among pools, then we'll form specific collaborations to make them as effective as possible. + +For now we don't pay much attention to the amount of shared storage, concentrating on the security and data availability provided by the widest possible distribution of nodes among pools β€” a hard task since we can't control who runs nodes and how many. + +The next step will integrate an algorithm assessing node reputation, publicity, and other parameters, each with its own weight. It won't be ideal, but we'll make it as safe and efficient as possible. + +### What will long-term Datakeepers (1+ year, running from the beginning) receive vs. those who joined later? + +Early Datakeepers unlock DeNet tokens, forming an integral part of their earnings, withdrawable after TGE. The actual withdrawable amount will be determined by a node's rating, based on key metrics including uptime and successful Proofs-of-Storage. + +### What is the current supply/demand ratio β€” customers to Datakeepers? + +There's no priority for one side over the other. We aim to maintain a constant balance between supply and demand so the network can thrive. From d990e32ce7a6d3d4fd60e05c2f2321d83e9257d4 Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 11 Aug 2026 11:04:02 +0300 Subject: [PATCH 20/22] Return actual versions --- guides/install-denode-manager-linux.md | 20 ++++++++++---------- readme.md | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/guides/install-denode-manager-linux.md b/guides/install-denode-manager-linux.md index 91f1150..3070d5a 100644 --- a/guides/install-denode-manager-linux.md +++ b/guides/install-denode-manager-linux.md @@ -23,10 +23,10 @@ Choose one of the following methods to download the DeNode Manager Desktop: 1. Visit the [DeNet Node Releases page](https://github.com/DeNetPRO/Node/releases/latest) 2. Download the appropriate version for your Linux distribution: - - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.13_amd64.deb` - - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.13_arm64.deb` - - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.13-1.x86_64.rpm` - - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.13-1.aarch64.rpm` + - **Debian/Ubuntu (x86_64):** `DeNode_Manager_1.0.14_amd64.deb` + - **Debian/Ubuntu (ARM64):** `DeNode_Manager_1.0.14_arm64.deb` + - **Red Hat/Fedora/CentOS (x86_64):** `DeNode_Manager-1.0.14-1.x86_64.rpm` + - **Red Hat/Fedora/CentOS (ARM64):** `DeNode_Manager-1.0.14-1.aarch64.rpm` #### Method 2: Using Terminal @@ -34,16 +34,16 @@ Open Terminal and run the appropriate command for your distribution: ```bash # For Debian/Ubuntu (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_amd64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.14_amd64.deb # For Debian/Ubuntu (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_arm64.deb +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.14_arm64.deb # For Red Hat/Fedora/CentOS (AMD64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.13-1.x86_64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.14-1.x86_64.rpm # For Red Hat/Fedora/CentOS (ARM64) -curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.13-1.aarch64.rpm +curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.14-1.aarch64.rpm ``` ### Step 1: Installation @@ -54,7 +54,7 @@ curl -LO https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manage ```bash # Install the package -sudo dpkg -i DeNode_Manager_1.0.13_amd64.deb +sudo dpkg -i DeNode_Manager_1.0.14_amd64.deb # Fix missing dependencies sudo apt install -f @@ -64,7 +64,7 @@ sudo apt install -f ```bash # Install the package -sudo rpm -ivh DeNode_Manager-1.0.13-1.x86_64.rpm +sudo rpm -ivh DeNode_Manager-1.0.14-1.x86_64.rpm ``` ![](../assets/webp/dm-linux-install.webp) diff --git a/readme.md b/readme.md index 17e94ea..d4f7ab0 100644 --- a/readme.md +++ b/readme.md @@ -105,12 +105,12 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | |------------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| -| **Windows** | x86_64 | [DeNode_Manager_1.0.14_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_x64-setup.exe) | Installer | Double-click to install | +| **Windows** | x86_64 | [DeNode_Manager_1.0.14_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.14_x64-setup.exe) | Installer | Double-click to install | | **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.14_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.14_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.13_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.14_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.13_arm64.deb` then `sudo apt install -f` | -| **Linux** | x86_64 | [DeNode_Manager-1.0.14-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.13-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.13-1.x86_64.rpm` | -| **Linux** | ARM64 | [DeNode_Manager-1.0.14-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.13-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.13-1.aarch64.rpm` | +| **Linux** | x86_64 | [DeNode_Manager_1.0.14_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.14_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.14_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.14_arm64.deb` then `sudo apt install -f` | +| **Linux** | x86_64 | [DeNode_Manager-1.0.14-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.14-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.14-1.x86_64.rpm` | +| **Linux** | ARM64 | [DeNode_Manager-1.0.14-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.14-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.14-1.aarch64.rpm` | > ⚠️ **Important**: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support. From 1b40dff67e1d832ee3f464a7aa3427913976c0cd Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 11 Aug 2026 11:04:56 +0300 Subject: [PATCH 21/22] Return actual versions --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index d4f7ab0..a286e29 100644 --- a/readme.md +++ b/readme.md @@ -106,9 +106,9 @@ DeNet Datakeeper Nodes can be installed on various operating systems depending o | Operating System | [Architecture](#how-to-choose-the-right-architecture) | Download Link | [Package Format](#package-format-explanation) | Installation Command | |------------------|----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------------------| | **Windows** | x86_64 | [DeNode_Manager_1.0.14_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.14_x64-setup.exe) | Installer | Double-click to install | -| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.14_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | -| **Linux** | x86_64 | [DeNode_Manager_1.0.14_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.14_amd64.deb` then `sudo apt install -f` | -| **Linux** | ARM64 | [DeNode_Manager_1.0.14_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.13_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.14_arm64.deb` then `sudo apt install -f` | +| **macOS** | x86_64 / ARM64 | [DeNode_Manager_1.0.14_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.14_x64.dmg) | Disk Image | Open .dmg file and drag to Applications | +| **Linux** | x86_64 | [DeNode_Manager_1.0.14_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.14_amd64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.14_amd64.deb` then `sudo apt install -f` | +| **Linux** | ARM64 | [DeNode_Manager_1.0.14_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager_1.0.14_arm64.deb) | DEB (Debian/Ubuntu) | `sudo dpkg -i DeNode_Manager_1.0.14_arm64.deb` then `sudo apt install -f` | | **Linux** | x86_64 | [DeNode_Manager-1.0.14-1.x86_64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.14-1.x86_64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.14-1.x86_64.rpm` | | **Linux** | ARM64 | [DeNode_Manager-1.0.14-1.aarch64.rpm](https://github.com/DeNetPRO/Node/releases/download/v4.1.2/DeNode_Manager-1.0.14-1.aarch64.rpm) | RPM (Red Hat/Fedora/CentOS) | `sudo rpm -ivh DeNode_Manager-1.0.14-1.aarch64.rpm` | From 8235672292182553f861073ec6c1df963958544d Mon Sep 17 00:00:00 2001 From: mgamaleeva Date: Tue, 11 Aug 2026 11:36:37 +0300 Subject: [PATCH 22/22] Make edits --- guides/faq.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/guides/faq.md b/guides/faq.md index 22c5674..53b4a4a 100644 --- a/guides/faq.md +++ b/guides/faq.md @@ -1,4 +1,5 @@ ## FAQ +**Last update:** 2026-08-11 > In the following answers, using the term "node", we mean the **Datakeeper node**. @@ -41,7 +42,7 @@ RPC (Remote Procedure Call) is the protocol that lets your node communicate with ### How will Datakeepers be paid? -Earnings consist of two types of payments β€” directly from users who store data in the network and from token distribution. Use the calculator on the [Node Sale](https://nodesale.denet.app/) page to estimate earnings. +Earnings consist of two types of payments β€” directly from users who store data in the network and from token distribution for early Datakeepers. The number of tokens depends on how long ago you joined the network. Use the calculator on the [Node Sale](https://nodesale.denet.app/) page to estimate earnings. ### Can running nodes be treated as a business? @@ -103,6 +104,14 @@ The system supports both multiple drives per node and multiple nodes per single A Node Pool is a group of 32 Datakeeper Nodes that work together as a team. Instead of each node interacting with the entire network, they only communicate within their pool. This reduces delays, speeds up data handling, and lets the network scale as more pools are added. +### How does pool formation currently work? + +This is a challenging process when forming optimized sets by multiple characteristics, so we're dealing with it step by step. First came simple distribution of Datakeepers among pools, then we'll form specific collaborations to make them as effective as possible. + +For now we don't pay much attention to the amount of shared storage, concentrating on the security and data availability provided by the widest possible distribution of nodes among pools β€” a hard task since we can't control who runs nodes and how many. + +The next step will integrate an algorithm assessing node reputation, publicity, and other parameters, each with its own weight. It won't be ideal, but we'll make it as safe and efficient as possible. + ### How do Node Pools help scale the network? Pools act like multiple lanes on a highway, moving data faster than a single node could. Data flows to active pools and each pool processes it efficiently. @@ -203,10 +212,6 @@ In the future we plan to introduce traffic-based payments. Users will pay not on Tokens are credited to the Datakeeper's balance. If you own several licenses, you withdraw the tokens earned by all of them together. -### Why is the TBY pool on Polygon if the process is on peaq? - -Polygon has more DEXes, which makes it easier for you to swap and withdraw the tokens. - ### Where does the liquidity for the TBY pool come from? At present, all tokens received from sales are automatically transferred into the liquidity pool for Datakeepers (except for a small protocol commission from every sale). @@ -231,14 +236,6 @@ Yes. As soon as the node submits a valid proof, the 10-penalty cycle before ejec ## Network & Market -### How does pool formation currently work? - -This is a challenging process when forming optimized sets by multiple characteristics, so we're dealing with it step by step. First came simple distribution of Datakeepers among pools, then we'll form specific collaborations to make them as effective as possible. - -For now we don't pay much attention to the amount of shared storage, concentrating on the security and data availability provided by the widest possible distribution of nodes among pools β€” a hard task since we can't control who runs nodes and how many. - -The next step will integrate an algorithm assessing node reputation, publicity, and other parameters, each with its own weight. It won't be ideal, but we'll make it as safe and efficient as possible. - ### What will long-term Datakeepers (1+ year, running from the beginning) receive vs. those who joined later? Early Datakeepers unlock DeNet tokens, forming an integral part of their earnings, withdrawable after TGE. The actual withdrawable amount will be determined by a node's rating, based on key metrics including uptime and successful Proofs-of-Storage.