DÆTA
  • DÆTA
  • DÆTA Storage
    • Overview
    • Vision
    • Problem Statement
    • Market Opportunity
  • Use DÆTA
    • DÆTA Account
    • DÆTA Client
    • Use DÆTA App
  • Core Concepts
    • Decentralized Storage
    • Storage Nodes
    • Storage Contracts
    • Encryption and Security
  • Node Operations
    • Storage Node
    • Node Management
    • Performance Optimization
  • DÆTA Framework
    • Key Components
      • Users
      • Nodes
      • Satellites
    • Data Flow
    • Redundancy and Data Repair
    • Blockchain Compatibility
    • Third-party Integrations
    • Industry Use Cases
  • DÆTA LVRG
    • Overview
    • Vision
  • Key Features
    • GPT-to-Earn
    • Open Data Marketplace
  • Data Components
    • Datasets
    • Autonomous Agents
  • Data Sovereignty & Decentralization
    • Data Sovereignty
    • Decentralization & Censorship Resistance
  • How to Get Started
    • Install DÆTA LVRG Extension
  • Tokenomics
    • DÆTA Token
    • Utility and Economic Mechanism
    • Staking and Rewards
    • Allocations
  • Resources
    • Roadmap
    • FAQ
    • Glossary
    • Contact
    • Legal Disclaimer
    • Compliance
  • External Links
    • Website
    • Twitter
    • Telegram
    • Discord
    • Blog
    • GitHub
    • Whitepaper
    • Token Audit
    • LVRG Audit
    • LinkTree
Powered by GitBook
On this page
  1. Node Operations

Storage Node

Operate a DÆTA node to contribute storage, support the network and earn tokens.

Running a DÆTA storage node allows you to participate in the network, contribute storage capacity and earn DÆTA tokens.

System Requirements

Minimum: 4 cores.

Recommended: 8+ cores.

Minimum: 8 GB.

Recommended: 16+ GB.

Minimum: 500 GB SDD.

Recommended: 2+ TB SSD.

Minimum: 100 Mbps.

Recommended: 1 Gbps.

Minimum: Ubuntu 20.04 LTS.

Recommended: Ubuntu 22.04 LTS.

Installation Process

sudo apt update && sudo apt upgrade -y
sudo apt install -y curl build-essential git
curl -sSL https://get.daeta.xyz | sudo bash
daeta-node init --wallet-address YOUR_ETHEREUM_WALLET_ADDRESS
Edit the configuration file at /etc/daeta/config.yaml:
node:
  id: "auto"
  wallet_address: "YOUR_ETHEREUM_WALLET_ADDRESS"
  storage_path: "/mnt/data"
  storage_allocation: "1TB"

network:
  port: 28967
  public_address: "YOUR_PUBLIC_IP"

satellite:
  address: "satellite.daeta.xyz:7777"

metrics:
  address: ":9000"
sudo systemctl start daeta-node
sudo systemctl enable daeta-node
PreviousEncryption and SecurityNextNode Management

Last updated 7 months ago