Create your Dune Digital account
Go to dunedigital.xyz and sign up. After confirming your email you will land on the onboarding screen.
Complete onboarding
Choose your operating intent on the onboarding screen. Select Hash Streams (fleet operations) if you are running your own miners or hosting customers. This determines which modules are enabled in your account.
You can change your intent later from Settings → Organization. If you also host customers, enable the Hosting add-on on the Business plan.
Create a site
Navigate to Setup → Sites and click Add Site, or launch the guided Setup Wizard from the Setup landing page.Fill in the site form:
Click Continue (or Save) to create the site.
| Field | Description |
|---|---|
| Site Name | A human-readable label, e.g. Texas Facility |
| City | Used for weather data lookups |
| State / Country | Displayed to customers on invoices and dashboards |
| Timezone | Controls how timestamps and daily summaries are displayed |
| Capacity (kW) | Total power available at the site, e.g. 5000 |
| Energy Cost ($/kWh) | Your power rate, e.g. 0.05. Leave blank to use the org-level default |
Add a network segment
Navigate to Setup → Networks and select the site you just created from the site picker.Add the subnet that your miners sit on, for example
192.168.1.0/24. The agent uses this CIDR to scope its discovery scan to the correct broadcast domain.Download and install the site agent
Navigate to Setup → Agents and click Add Agent. The dashboard generates a one-time 6-character registration code for your site.Copy the install command for your platform and run it on a machine inside the mining network (a management server, a Raspberry Pi, or any always-on Linux box on the same layer-2 segment as the miners).Replace
- Linux
- Docker
- Windows
<REG_CODE> with the 6-character code shown in the dashboard. The installer handles downloading the agent binary, registering it with the platform, and starting it as a system service.Verify agent connection
After the install command completes, return to Setup → Agents. Within a few seconds the agent’s status should change from Pending to Online.The agent authenticates using an encrypted token issued during bootstrap. You do not need to manage API keys manually — the installer handles this automatically.
If the agent stays Pending for more than two minutes, check that the machine has outbound HTTPS access and that the registration code has not expired.
Run a network scan
Navigate to Setup → Networks, select your site, and click Scan next to the network segment you added.The agent broadcasts to the subnet and probes common miner API ports (port 4028 for CGMiner/BMMiner-compatible firmware, and vendor-specific APIs for other manufacturers). Discovered miners are added to the equipment registry automatically.A typical scan of a /24 completes in under 60 seconds.
View miners in Mining Control
Navigate to Mining Control → Discovery (or Hash Streams → Discovery).You will see a live grid of all discovered miners with their status, hashrate, model, and IP address. Status badges refresh on a 50-second polling cycle.Use the filter bar to narrow by status, network segment, firmware, PDU, or CDU.
Active
Miner is hashing within the expected freshness window.
Degraded
Miner is online but reporting a warning, throttled hashrate, or chip failure.
Offline
Miner is not responding on the network.
Stale
Data is older than the freshness window — agent may have lost connectivity.
What’s next
Onboard customers
Add hosted customers, create contracts, and send invoices.
Configure alerts
Set up event rules so you’re notified when equipment has problems.