Skip to content

apicapa/junorig

Repository files navigation

Junorig

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

Quick Start

1. Build

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.

2. Mine

./xmrig -o mine.junopool.org:3333 -u YOUR_JUNO_ADDRESS -a rx/juno

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

Options

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)

Example

# 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

Pool

Credits

Based on XMRig by xmrig team.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 57