Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacoby6000/kda-miner
An OpenCL KDA miner.
https://github.com/jacoby6000/kda-miner
Last synced: 25 days ago
JSON representation
An OpenCL KDA miner.
- Host: GitHub
- URL: https://github.com/jacoby6000/kda-miner
- Owner: Jacoby6000
- License: gpl-3.0
- Created: 2019-11-16T22:23:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T21:00:05.000Z (about 5 years ago)
- Last Synced: 2024-10-22T13:49:37.720Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 117 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KDA Miner (WIP)
A Standalone kadena GPU miner.
Heavily based on https://github.com/kadena-io/chainweb-miner and https://github.com/kadena-community/bigolchungus
# Installation
Currently only Ubuntu 16.04 and 18.04 have releases.
Building from source should be trivial via `stack install`You can find releases here: https://github.com/Jacoby6000/kda-miner/releases
# Example usage:
```bash
kda-miner mine \
--node kawaii.waifuwars.org:35000 \
--log-level debug \
--miner-account JayKobe6k \
--miner-key 84811e7773ec9f6546d8baaf48c79119414b4bed3bfe752c82af6326e5d6b7ff
```You may specify more than one node.
If you specify no devices, all of your available GPUs will be used.
If you wish to specify devices, you can do so via `--device 0,0 --device 0,1` and so on.
The first number represents the platform, and the second number represents the devices id.
You can run `kda-miner show-devices` to see your available GPUsThere is currently a 10% dev fee in the binaries provided in release.
This will donate 10 minutes of your GPU hashing for every 100 minutes it runs.The dev account being mined for is `88a56a0b99d6cd89a041bae00b58a10832453143c924cd00d3a83e1dc076ee0c`