Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/migeyel/pmkam
An OpenCL vanity address miner for Krist.
https://github.com/migeyel/pmkam
Last synced: 3 months ago
JSON representation
An OpenCL vanity address miner for Krist.
- Host: GitHub
- URL: https://github.com/migeyel/pmkam
- Owner: migeyel
- License: gpl-3.0
- Created: 2020-06-29T14:59:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T00:09:37.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T21:28:05.412Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 67.4 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-switchcraft - pmkam - An OpenCL vanity address miner for Krist (Programs / External Software)
README
# pmkam - PG's Messy (OpenCL) Krist Address Miner
A miner for finding [Krist](https://krist.ceriat.net) addresses with a desired prefix (or group of prefixes).## Usage
Similar to [KristVanity](https://github.com/Lignum/KristVanity). Put the prefixes you want to look for in a file named `terms.txt`
in the same folder as the program. The results will be written on the screen and to a file named `solutions.txt`.Running `pmkam mine` will start mining on all devices it can find. You can run `pmkam help` for info
on how to enable specific devices and how to list them.## Download
Pre-built binaries for x64 Windows and Linux can be found in the releases page. If you want to build it, you'll need to set up Rust
and also have the proper OpenCL headers and libraries.