Releases
v1.9.0
Compare
Sorry, something went wrong.
No results found
🚀 Improvements in this Release
✨ Automated cross-platform release pipeline using GitHub Actions
🧪 Integrated tests now run with proper test_config.yaml setup
🛠️ Clean binary naming:
signum-miner (Linux x86_64)
signum-miner-aarch64 (Linux ARM)
signum-miner.exe (Windows)
📦 config.yaml is included automatically in all releases
🧰 Updated Cargo.toml and dependencies to the latest compatible versions
🧹 Cleaned up build.rs to avoid architecture-specific errors (e.g. -mtune=native)
🏷️ GitHub draft release is created via manual workflow (workflow_dispatch) with custom tag input
How to run
Download the config.yaml file and the binary for your platform.
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 use a Linux distribution , you should set the following in the config.yaml:
hdd_use_direct_io: false
You can’t perform that action at this time.