Skip to content

v1.1.0 - Mighty Marlsen - Update 1

Latest
Compare
Choose a tag to compare
@lemois-1337 lemois-1337 released this 04 Dec 15:20
2715f89

Stable release update 1 with the following features:

  • Generate SHA256SUMS during release building process, after that they will be manually signed, and the detached signatures will be uploaded.
  • Added stratum variable difficulty support which is enabled by default. Newly introduced configuration parameters are var_diff (default: true) and var_diff_stats (default: false). If var_diff is enabled, the min_share_diff (default: 64) is the starting difficulty.
  • Hive template for SRBminer has been updated and documentation has been added to guide new users how to configure it.
  • Non-supported miners have been removed from the documentation, once they will support karlsenhash they will be added in next release.
  • Added support for Docker build from source rather than using pre-built images from Docker Hub.

Huge thanks to @rdugan for the initial vardiff support.