Juno Cash miner based on XMRig with support for the rx/juno algorithm.
Pre-built binaries are available from the Releases page:
- Linux x64:
junorig-vX.X.X-linux-x64.tar.gz - macOS x64:
junorig-vX.X.X-macos-x64.tar.gz(requires macOS 14+ Sonoma) - macOS ARM64 (Apple Silicon):
junorig-vX.X.X-macos-arm64.tar.gz(requires macOS 14+ Sonoma)
./junorig -o pool.example.com:3333 -u j1YourAddress... -a rx/junoReplace j1YourAddress... with your Juno Cash unified address (starts with j1...).
| Option | Description |
|---|---|
-o |
Pool address (pool.examplel.com:3333) |
-u |
Your Juno Cash wallet address j1address.... |
-a |
Algorithm (rx/juno) |
-t |
Number of CPU threads (default: all) |
# Use 4 threads
./junorig -o pool.example.com:3333 -u j1YourAddress... -a rx/juno -t 4
# Use all threads
./junorig -o pool.example.com:3333 -u j1YourAddress... -a rx/junoSee BUILDING.md for detailed build instructions for all platforms.
git clone https://github.com/juno-cash/junorig
cd junorig
mkdir build && cd build
cmake ..
make -j$(nproc)- BUILDING.md - Detailed build instructions
- PROTOCOL_STRATUM.md - Pool mining (Stratum) protocol specification
- PROTOCOL_SOLO.md - Solo mining (daemon RPC) protocol specification
- CHANGELOG.md - Version history and changes
- SOLO_MINING.md - Solo mining setup guide
- CPU (x86/x64/ARMv7/ARMv8)
- OpenCL for AMD GPUs
- CUDA for NVIDIA GPUs via external CUDA plugin
- XMRig v6.24.0 (https://github.com/xmrig/xmrig)
- Licensed under GPLv3
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.