Skip to content

v0.2.0

Compare
Choose a tag to compare
@elichai elichai released this 26 Dec 13:38
· 25 commits to main since this release
10bc027
  • Optimize the matrix-vector computation.
  • Add ASM for keccak for X86 Linux and MacOS (Windows and other architectures aren't supported, please open an issue if you want to see them supported).
  • Launch 0 miners when passing --threads=0. (to allow the GPU fork to not launch a CPU miner with it)
  • Decrease the possibility of a miner working on old blocks (especially needed for the GPU fork, where its miners can lag behind).
  • Other small performance improvements.
  • Added a GNU build (glibc 2.27), will perform better than the musl build on supported platforms (anything equal or newer than Ubuntu 18.04)
  • Released on crates.io (crates.io/crates/kaspa-miner)