Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Releases: tmpim/kristforge

Version 3.1.6

19 Feb 20:42
7c93499
Compare
Choose a tag to compare

This hotfix fixes an issue where mining using Intel's Linux iGPU OpenCL drivers would cause kristforge to crash (#18).

Version 3.1.5

27 May 18:37
50b97e3
Compare
Choose a tag to compare

This hotfix fixes an issue where kristforge would report that double the amount of krist had been mined than it had actually mined (#16).

Version 3.1.4

29 Mar 01:52
5bd593d
Compare
Choose a tag to compare

This hotfix fixes a crash when the system doesn't support OpenCL - instead, the miner will now properly switch to CPU-only mode as intended.

Version 3.1.3

01 Oct 02:51
3813fc1
Compare
Choose a tag to compare

This hotfix enables compatibility for OpenCL 1.0 and 1.1 devices.

Version 3.1.2

22 Feb 06:05
c0a31fb
Compare
Choose a tag to compare

This hotfix reverts the changes of version 3.1.1 in favor of simply lowering the thread priority of CPU miners, which seems to work more consistently and effectively.

Version 3.1.1

22 Feb 04:53
ab64ef6
Compare
Choose a tag to compare

This is a hotfix to fix unusable performance on some Intel systems, by reducing the number of CPU threads used by default. I would recommend experimenting with values of --cpu-threads to find the one that works best for your system if you want to maximize performance, but the defaults should be more reliable now, even if they lose some performance.

Version 3.1.0

22 Feb 00:48
445c27e
Compare
Choose a tag to compare

This version of kristforge adds initial CPU support, plus some general improvements. Currently, it includes a naively optimized CPU mining kernel that should work on all CPUs, and a hardware-accelerated CPU mining kernel that will be used on CPUs that support SHA instructions. As with the OpenCL miner, command line options can be used to configure the CPU miner.

Screenshot

Version 3.0.0-alpha

06 Jan 03:06
842f761
Compare
Choose a tag to compare
Version 3.0.0-alpha Pre-release
Pre-release

This is an early pre-release of kristforge 3.0.0, with support for OpenCL mining. More features are under development!