Storage Nodes
Storage nodes form the backbone of the DÆTA network, enabling the distributed infrastructure that powers decentralized storage.
Node Types
Minimal storage contribution (< 1TB)
Suitable for home users with spare capacity
Lower earning potential but easier to set up
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
# 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