AeroNyx
  • AeroNyx WhitePaper
    • Technical White Paper
    • Token Economics White Paper
  • Aledger Whitepaper
    • Tokenomics: The AFI Token Economy
    • RWA Asset Packages and Device Models
    • Joint Staking Mechanism
    • Aledger Decentralized Node System
    • Token Supply Adjustment Mechanisms
    • Temporal Reward Adjustment Mechanism
  • AeroNyx Network Points System
    • Decentralized Node Points
    • SNYX Staking Rewards System
  • Decentralized Node Documentation
    • Run AeroNyx decentralized nodes on your server using Docker
    • SNYX Token Guide for AeroNyx Network
    • How to Claim Test Tokens and Find Nodes to Stake
    • Setting Node PassCode for Enhanced Privacy
  • AeroNyx FAQ & Community Guide
    • Invitation code
    • Unverified developers on Apple systems
    • Account Recovery: Lost Password Guide
    • Interacting with AeroNyx: Wallet Setup Guide
  • Update Announcement
    • Node Docker Update Announcement
    • AeroNyx iOS 1.0.1 Release Notes
  • Media resources
  • Developer documentation
    • Overview
    • C++
    • Python
    • NodeJS
    • Rust
  • Articles
    • AERONYX PRIVACY POLICY
    • AERONYX USER AGREEMENT
    • AERONYX US USER SERVICE AGREEMENT
    • ALEDGER NODE OPERATOR CODE OF CONDUCT
    • ALEDGER PLATFORM GENERAL RISK DISCLOSURE
    • ALEDGER PLATFORM MASTER TERMS OF SERVICE
    • ALEDGER REAL WORLD ASSET PACKAGE PURCHASE AGREEMENT
    • ALEDGER PLATFORM PRIVACY POLICY
    • ALEDGER NODE OPERATOR COOPERATION AGREEMENT
    • Unleashing Global Computing Power: AeroNyx's Integration of SOON SVM for DePIN Privacy-Preserved Nod
    • AeroNyx and DePHY: Pioneering the Next Wave of Decentralized Networks
  • ANPB NFT
    • Introduce
Powered by GitBook
On this page
  • Step 1 Download the client to obtain the public key
  • Step 2 Deploy
  • Step 3 Download source
  • Step 4 Deploy Environment
  • Step 5 Register node
  • Step 6 Run service
  • More
  1. Decentralized Node Documentation

Run AeroNyx decentralized nodes on your server using Docker

PreviousDecentralized Node DocumentationNextSNYX Token Guide for AeroNyx Network

Last updated 11 months ago

To run an AeroNyx decentralized node, your server must have an internet IP address that supports IPV4, and the most compatible operating system is currently Ubuntu 22.04. Your server should have at least 200MB of free space available.

Requirement
Details

Internet IP Address

Must support IPV4

Operating System Compatibility

Best with Ubuntu 22.04

Minimum Free Space on Server

At least 200MB

Step 1 Download the client to obtain the public key

You need to download the client version suitable for your system from , obtain a BDID account, which is a Bitcoin wallet and get the public key of the wallet.

For example, a 32-bit string like this

"04dfd184888ff7201dc6e8de9116d29d733e0f17eb983ce4d76af94a53657a4ce27982098749e63701b975fac40d05fb934d8851c310c5b9e5853c455bfc91a574"

Step 2 Deploy

Here’s how to deploy an AeroNyx decentralized node, using a step-by-step guide extracted from the GitHub repository:

Step 3 Download source

git clone https://github.com/AeroNyxNetwork/AeroNyxTools.git
cd AeroNyxTools/

Step 4 Deploy Environment

python3 main.py -I

Step 5 Register node

python3 main.py --set_register --owner=Your client public key  
--port=10003 --name=node_name --country=US
  • owner--Owner of node (You can copy the pubkey from the AeroNyx client as the owner of the node)

  • port--Port of node

  • name--Name of node

  • country--Country code of node

Step 6 Run service

python3 main.py --start

More

-h, --help     show this help message and exit
-I, --install  install dependent environment
-U, --update   update all
-p, --private  show private key
-P, --public   show public key
--start        start the service
--stop         stop the service
-v, --version  show program's version number and exit

"Due to the limitations of the current client, you need to close the client and reopen it to see your node in the public node area."

https://aeronyx.network