Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 May 04:11
· 7 commits to master since this release
4f075c2

πŸš€ Improvements in this Release

This release brings a series of important updates and maintenance improvements to ensure better compatibility, performance, and long-term stability: All changes and modernisation can be seen on this PR #27

  • βœ… Version bump to 2.0.0 β€” marking the latest stable state of the miner

  • πŸ”§ Cargo.toml cleanup β€” improved metadata

  • πŸ”§ Buffer alignment β€” fix the buffer alignment for direct IO on Linux distributions

  • πŸ“¦ Dependency upgrades:

    • futures β†’ 0.3 (from 0.1)
    • tokio β†’ 1.3.7 (from 0.1)
    • cfg-if β†’ 1.0 (from 0.1)
  • πŸ“¦ Dependency added:

    • embed-resource β†’ 2.4
    • pin-project β†’ 1.0
    • futures-core β†’ 0.3
    • futures-util β†’ 0.3
    • tokio-stream β†’ 0.1

These updates ensure compatibility with the latest Rust ecosystem and tooling while maintaining full performance for CPU mining workflows. For more details, check also the new readme on https://github.com/signum-network/signum-miner

How to run

  • Download the config.yaml file and the binary for your platform.
    -- Use neon for ARM architectures
    -- Use AVX2 as a start; the miner will show your hardware support for the SIMDs
  • Leave both in the same folder
  • Edit the config file to suit your needs using any text editor
  • Run the binary file

Important

-If you want to use GPU for the miner, stick to the v1.8.0 release, please