Releases: tmpim/kristforge
Version 3.1.6
Version 3.1.5
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
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
This hotfix enables compatibility for OpenCL 1.0 and 1.1 devices.
Version 3.1.2
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
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
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.
Version 3.0.0-alpha
This is an early pre-release of kristforge 3.0.0, with support for OpenCL mining. More features are under development!