Storage Node
Operate a DÆTA node to contribute storage, support the network and earn tokens.
sudo apt update && sudo apt upgrade -ysudo apt install -y curl build-essential gitcurl -sSL https://get.daeta.xyz | sudo bashdaeta-node init --wallet-address YOUR_ETHEREUM_WALLET_ADDRESSnode:
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"Last updated