An open API service indexing awesome lists of open source software.

https://github.com/mar-v-in/nimiq-native-cpu-miner

A native (C++) cpu miner for Nimiq, using getwork or getblocktemplate RPC commands.
https://github.com/mar-v-in/nimiq-native-cpu-miner

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# External nimiq miner for CPU

## Build

Build using cmake:
```sh
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
```sh
./nimiq-miner
```

To see available options, run
```sh
./nimiq-miner --help
```