v1.1.0 - Mighty Marlsen - Update 1
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
) andvar_diff_stats
(default:false
). Ifvar_diff
is enabled, themin_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.