Skip to content

juno-cash/junorig

 
 

Repository files navigation

JunoRig

Juno Cash miner based on XMRig with support for the rx/juno algorithm.

Quick Start

Download

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)

Mine

./junorig -o pool.example.com:3333 -u j1YourAddress... -a rx/juno

Replace j1YourAddress... with your Juno Cash unified address (starts with j1...).

Options

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)

Example

# 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/juno

Build from source

Building

See BUILDING.md for detailed build instructions for all platforms.

Quick Build (Linux/macOS)

git clone https://github.com/juno-cash/junorig
cd junorig
mkdir build && cd build
cmake ..
make -j$(nproc)

Documentation

Mining Backends

  • CPU (x86/x64/ARMv7/ARMv8)
  • OpenCL for AMD GPUs
  • CUDA for NVIDIA GPUs via external CUDA plugin

Based On

XMRig Original Developers

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

RandomX Miner for Juno Cash

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 53.6%
  • C++ 40.9%
  • Assembly 4.7%
  • CMake 0.6%
  • JavaScript 0.1%
  • Shell 0.1%