Skip to content

Releases: elichai/kaspa-miner

v0.2.5

07 Jan 16:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

04 Jan 18:32
bf9905b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

22 Aug 14:12
Compare
Choose a tag to compare

What's Changed

  • Add --throttle arg to throttle mining, and add --altlogs for simpler timestamp logs by @aspect in #23
  • Modify github deploy action
  • Add windows keccak256 ASM and update the linux + OSX ASMs

Full Changelog: v0.2.2...v0.2.3

v0.2.3-rc3

05 Aug 13:25
3c4b5d8
Compare
Choose a tag to compare
v0.2.3-rc3 Pre-release
Pre-release
Modify github deploy action

v0.2.3-rc2

05 Aug 13:11
Compare
Choose a tag to compare
v0.2.3-rc2 Pre-release
Pre-release
Update asm and add windows asm

v0.2.3-rc1

05 Aug 13:05
6b2cc64
Compare
Choose a tag to compare
v0.2.3-rc1 Pre-release
Pre-release
Bump version to 0.2.2

v0.2.2

04 Aug 19:12
6b2cc64
Compare
Choose a tag to compare
  • Stop using parking_lot by default
  • Fix compilation on aarch64
  • Improve mining performance
  • Fix default ports

Full Changelog: v0.2.1...v0.2.2

v0.2.1

30 Dec 20:35
Compare
Choose a tag to compare
  • Added --devfund and --devfund-percent to allow miners to mine a percentage to a devfund

v0.2.0

26 Dec 13:38
10bc027
Compare
Choose a tag to compare
  • 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)

v0.1.3

25 Nov 16:16
7f3f240
Compare
Choose a tag to compare
  • Close hashrate logging when miner restarts