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.
- Host: GitHub
- URL: https://github.com/mar-v-in/nimiq-native-cpu-miner
- Owner: mar-v-in
- License: gpl-3.0
- Created: 2019-02-06T14:28:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T14:28:55.000Z (over 6 years ago)
- Last Synced: 2025-03-24T23:41:29.582Z (about 2 months ago)
- Language: C++
- Size: 21.5 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```