DÆTA Client

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

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 https://downloads.daeta.xyz.(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).

Last updated