Storage Nodes

Storage nodes form the backbone of the DÆTA network, enabling the distributed infrastructure that powers decentralized storage.

Storage nodes are the backbone of the DÆTA network, providing the distributed infrastructure that makes decentralized storage possible.

Node Types

Minimal storage contribution (< 1TB)

Suitable for home users with spare capacity

Lower earning potential but easier to set up

Node Responsibilities
graph TD
    A[Store Data] --> B[Respond to Retrieval Requests]
    B --> C[Participate in Network Consensus]
    C --> D[Conduct and Respond to Audits]
    D --> E[Maintain High Uptime]
    E --> A
Node Setup Example | Standard Node
# Install DÆTA node software
curl -sSL https://get.daeta.xyz/node

# Initialize node with 2TB storage
daeta-node init --storage-path /mnt/daeta-storage --capacity 2TB

# Configure node
cat << EOF > ~/.daeta/config.yaml
node:
  id: "generate-unique-id-here"
  storage_path: "/mnt/daeta-storage"
  capacity: "2TB"
network:
  bootstrap_nodes:
    - "/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
earnings:
  payout_address: "0xF942Dba4159CB61F8AD88ca4A83f5204e8F4A6bd"
EOF

# Start node
daeta-node start

Node Performance Metrics

Successful Audits.

99.9%.

Last updated