A dive into high-efficiency cryptographic hashing. Unlike traditional GPU mining which consumes massive amounts of electricity, clustering ARM-based Single Board Computers (SBCs) offers a unique perspective on hash-per-watt efficiency for CPU-friendly algorithms.
Building an ARM cluster requires combining multiple low-power boards (like Raspberry Pi, Orange Pi, or custom PCB clusters) to pool processing power. Each node requires adequate passive or active cooling and a reliable power delivery system.
Verus mining requires a 64-bit environment.
VerusHash uses AES encryption. This is the difference between making pennies and making dollars.
Mining isn't RAM-heavy, but the system needs stability:
Mining runs your CPU at 100% load, 24/7.
| Device Type | Example Chip | Est. Hashrate | Power Draw |
|---|---|---|---|
| High-End SBC | Orange Pi 5 (RK3588) | 6.0 - 9.0 MH/s | ~8-10W |
| Flagship Phone | Snapdragon 8 Gen 1+ | 5.0 - 7.0 MH/s | ~5-8W |
| Standard SBC | Raspberry Pi 5 | 4.0 - 5.0 MH/s | ~7W |
| Budget SBC | Raspberry Pi 4 | 2.5 - 3.5 MH/s | ~5W |
| Cheap "Farm" Phone | Samsung A03s / Tracfone | 1.0 - 2.0 MH/s | ~3W |
The primary advantage of ARM-based hashing is the electrical efficiency. While a traditional GPU might draw 150-300 watts of power to generate its hashrate, an ARM node typically draws between 5 to 15 watts under full load. By clustering dozens of these nodes together, it's possible to achieve a highly competitive Hash-per-Watt ratio, radically lowering operational overhead and thermal output.
My current active deployment in the garage consists primarily of smartphones. I sourced several devices from mainland China, specifically Xiaomi (3 devices) and Oppo (2 devices). In my experience, the Oppo phones have proven much more stable under continuous load, though the Xiaomis might simply be older or faulty units. The rest of the farm relies on Samsung devices—while they are the most expensive in terms of hardware cost-per-megahash ($/MH), they run the most consistently.
Pool Hashrate Performance
Active Worker Nodes
This project is still ongoing, and to be completely transparent, it is not profitable at all. It generates only a few cents a day in cryptocurrency, meaning I am actually losing a few pennies daily once electricity costs are factored in.
The initiative started simply because I had some old phones lying around and picked up some really cheap devices while I was in China. However, to scale the cluster and test higher-efficiency nodes, I did end up purchasing dedicated SBCs: specifically seven Orange Pi Zero 2Ws and three Orange Pi 5 series boards. Ultimately, this build is an exploration of ARM architecture, clustering capabilities, and maximizing hash-per-watt efficiency rather than a money-making venture. Worst case scenario, if the mining experiment concludes, I can easily repurpose the Orange Pis for other homelab-related projects.