- Fix panic with intel iGPU OpenCL runtime due to flaky kernel argument type checks (#18)
- Updated dependencies
- Fix mined krist being double-counted (#16)
- Updated dependencies
- Fix crash on systems where OpenCL isn't available (will now degrade gracefully to CPU-only mining as intended)
- Allow specifying krist address via
KRISTFORGE_ADDRESS
environment variable - Fix crash related to OpenCL compiler unloading
- Revert Intel default thread count change from version 3.1.1
- Set CPU mining threads to lower priority to avoid crippling system performance
- On Intel systems, uses fewer threads by default to avoid crippling system performance
- Improved UI a bit
- Added CPU support including two mining kernels:
unoptimized
which makes no assumptions about instruction sets and should work everywhereSHA
which takes advantage of the SHA instruction set on recent processors to offer dramatically better speeds
- Updated dependencies
- Initial release with only GPU support via OpenCL