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. Use DÆTA

DÆTA Client

Your interface to decentralized storage: Multi-platform, flexible installation.

PreviousDÆTA AccountNextUse DÆTA App

Last updated 6 months ago

The DÆTA client software is essential for interacting with the decentralized storage network. It's available for multiple platforms and can be installed through various methods.

Minimum: 4GB RAM, 2 CPU cores, 100GB free disk space.

Recommended: 8GB RAM, 4 CPU cores, 500GB+ SSD storage.

a. Desktop Application (Windows, macOS, Linux).

  • Download the installer from .(coming soon)

  • Verify the checksum to ensure file integrity.

  • Run the installer and follow the on-screen instructions.

b. Command Line Installation (Linux, macOS):

curl -sSL https://get.daeta.xyz

c. Docker Container:

docker pull daetanetwork/daeta-client:latest
docker run -d --name daeta-client -v /path/to/storage:/data daetanetwork/daeta-client:latest

Generate a new node ID or import an existing one.

Set up storage allocation and network preferences.

Example configuration file (YAML):

node:
  id: "your-node-id"
  storage_allocation: "500GB"
  storage_path: "/path/to/storage"
network:
  bootstrap_nodes:
    - "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
    - "/ip4/104.236.179.241/tcp/4001/ipfs/QmSoLPppuBtQSGwKDZT2M73ULpjvfd3aZ6ha4oFGL1KrGM

Ensure the following ports are open:

TCP/UDP: 4001 (for peer discovery and data transfer).

TCP: 8080 (for the RESTful API).

https://downloads.daeta.xyz