Releases: elichai/kaspa-miner
Releases · elichai/kaspa-miner
v0.2.5
What's Changed
- Add tx mass field in proto files by @someone235 in #32
- Update version by @someone235 in #33
New Contributors
- @someone235 made their first contribution in #32
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Change default testnet port to 16210 by @aspect in #28
- Proto updates to use NewBlockTemplate by @coderofstuff in #29
- Fix fmt error by @michaelsutton in #31
New Contributors
- @aspect made their first contribution in #28
- @coderofstuff made their first contribution in #29
- @michaelsutton made their first contribution in #31
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.3-rc3
Modify github deploy action
v0.2.3-rc2
Update asm and add windows asm
v0.2.3-rc1
Bump version to 0.2.2
v0.2.2
- 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
v0.2.0
- 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)