No description
Find a file
2021-02-02 10:32:42 +10:00
.gitattributes Initial commit 2021-01-29 14:37:37 +10:00
.gitignore Change hashing libary, implement midstate caching, hashrate monitoring 2021-02-02 10:23:45 +10:00
config.example.json Initial commit 2021-01-29 14:37:37 +10:00
ducominer.nim Change hashing libary, implement midstate caching, hashrate monitoring 2021-02-02 10:23:45 +10:00
ducominer.nim.cfg Change hashing libary, implement midstate caching, hashrate monitoring 2021-02-02 10:23:45 +10:00
ducominer.nimble Change hashing libary, implement midstate caching, hashrate monitoring 2021-02-02 10:23:45 +10:00
LICENSE Initial commit 2021-01-29 14:37:37 +10:00
README.md Update README.md 2021-02-02 10:32:42 +10:00
watchdog.bat Initial commit 2021-01-29 14:37:37 +10:00
watchdog.sh Initial commit 2021-01-29 14:37:37 +10:00

ducominer

A multithreaded miner for DuinoCoin written in Nim.

Installation

You can install the miner using 2 methods:

  • Downloading a precompiled version on the Releases page [Recommended]
  • Installing it using Nimble package manager nimble install ducominer

If you are on Linux, you need to install 2 dependencies for the hashing library: libgcrypt20 and libgcrypt20-dev

Usage

The usage is pretty simple. The miner can be started like that: ducominer <config file> where <config file> is a path to the config file. If you downloaded a precompiled version, there will be file named config.example.json that you can edit. If you installed the miner using nimble, you need to download an example config file from the repository.

Credits

Thanks to @revoxhere for creating DuinoCoin that is open-source and open for anyone to contribute.