https://github.com/cfelde/nupow-miner
NuPoW miner
https://github.com/cfelde/nupow-miner
Last synced: about 1 year ago
JSON representation
NuPoW miner
- Host: GitHub
- URL: https://github.com/cfelde/nupow-miner
- Owner: cfelde
- License: gpl-3.0
- Created: 2022-03-31T21:59:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T19:02:21.000Z (over 3 years ago)
- Last Synced: 2025-02-09T03:15:57.022Z (over 1 year ago)
- Language: Kotlin
- Size: 95.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NuPoW miner
===========
This is an implementation of a NuPoW miner, for use with the official NuPoW tokens.
More information about NuPoW can be found at [nupow.fi](https://nupow.fi)
How to use
----------
Using the miner is easy. Make sure you have Java 11 or later installed.
Steps for fetching, building and using miner:
```
git clone https://github.com/cfelde/nupow-miner.git
cd nupow-miner
./build.sh
cd bin
nano config.yml
java -cp nupow-miner.jar -Dlogback.configurationFile=logback.xml fi.nupow.Miner config.yml
```
You can also generate a configuration file by running `java -cp nupow-miner.jar fi.nupow.utils.ConfigBuilder` from
within the `bin` folder after running `./build.sh`.
More information on [mining NuPoW Crystal tokens](https://blog.cfelde.com/2022/05/mining-nupow-crystal-tokens/) in my blog post.