Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmpim/kristforge
The fastest krist miner in existence, with both GPU and CPU support
https://github.com/tmpim/kristforge
cryptocurrency krist opencl
Last synced: 14 days ago
JSON representation
The fastest krist miner in existence, with both GPU and CPU support
- Host: GitHub
- URL: https://github.com/tmpim/kristforge
- Owner: tmpim
- License: apache-2.0
- Archived: true
- Created: 2018-04-05T14:53:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T20:36:31.000Z (over 2 years ago)
- Last Synced: 2024-10-30T05:42:07.116Z (17 days ago)
- Topics: cryptocurrency, krist, opencl
- Language: Rust
- Homepage:
- Size: 395 KB
- Stars: 19
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-computercraft - KristForge - A miner for the Krist virtual currency. (Non-Lua programs / Bridging)
README
# kristforge ![Rust tests](https://github.com/tmpim/kristforge/workflows/Rust%20tests/badge.svg)
Kristforge is a cross-platform hardware accelerated GPU and CPU [krist](https://krist.ceriat.net) miner. Kristforge uses
OpenCL and accelerated CPU instruction sets to maximize performance, making it the fastest krist miner in existence.![Screenshot](.github/example.png)
## Download
Pre-built 64-bit binaries for Linux and Windows can be found on the
[release page](https://github.com/tmpim/kristforge/releases).## Usage
Kristforge supports both CPU and GPU mining. GPU mining is usually faster and more efficient, but modern CPUs can also
provide decent speeds.OpenCL drivers are required for GPU support to work - these are usually included with your
graphics drivers, but you may need to manually install them. See your manufacturer's driver/support page for
instructions for your specific setup. On Linux systems in particular, these are often packaged separately from graphics
drivers, and should be installed through your distribution's package manager.Kristforge provides many command-line options to configure it to suit your needs, but also intelligently selects
defaults that provide near-optimal performance for most users. The default behavior of kristforge is to use all GPU
devices and automatically scale up batch sizes, and use as many CPU miner threads as your system has logical cores.## Examples
- Mine with default settings using both CPU and GPU
`
- `kristforge mine
- Mine with default settings using only GPU
- `kristforge mine --no-cpu`
- Mine with only CPU with a specific number of threads
- `kristforge mine --no-gpu --cpu-threads 8`
- Get mining hardware information
- `kristforge info`Complete usage information for more advanced configuration can be viewed with `kristforge help [subcommand]`.