Juno Cash miner based on XMRig with support for the rx/juno algorithm.
git clone https://github.com/junopool/junorig
cd junorig
mkdir build && cd build
cmake ..
make -j$(nproc)For Windows builds and advanced options, see doc/BUILD.md.
./xmrig -o mine.junopool.org:3333 -u YOUR_JUNO_ADDRESS -a rx/junoReplace YOUR_JUNO_ADDRESS with your Juno Cash unified address (starts with j1...).
| Option | Description |
|---|---|
-o |
Pool address (mine.junopool.org:3333) |
-u |
Your Juno Cash wallet address |
-a |
Algorithm (rx/juno) |
-t |
Number of CPU threads (default: all) |
# Use 4 threads
./xmrig -o mine.junopool.org:3333 -u j1YourAddress... -a rx/juno -t 4
# Use all threads
./xmrig -o mine.junopool.org:3333 -u j1YourAddress... -a rx/juno- Website: https://junopool.org
- Stratum: mine.junopool.org:3333
Based on XMRig by xmrig team.