/nimiq-native-cpu-miner

A native (C++) cpu miner for Nimiq, using getwork or getblocktemplate RPC commands.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

External nimiq miner for CPU

Build

Build using cmake:

cmake .
make

Run

Make sure the nimiq node is running, configured to use your pool of choice (but with mining disabled) and RPC open with default setting. Then just run

./nimiq-miner

To see available options, run

./nimiq-miner --help