Skip to content

OneZeroMiner 1.2.3

Compare
Choose a tag to compare
@EhssanD EhssanD released this 15 Aug 01:45
· 3 commits to main since this release
4b222f9

Changelog
Added support for SSL/TLS
pool urls now support ssl:// or stratum+ssl:// prefix to enable ssl
Added new option --no-cert-validation to skip SSL/TLS certificate verification.
Added rejected shares monitoring to watchdog
Revised watchdog's issue handling
The miner does a full restart of mallob and pool connections on watchdog issues.
Removed the OpenSSL 1.1 dependency and updated internal OpenSSL library to the latest version.
OpenSSL is now statically linked
Deprecated --max-no-job option since it is redundant and max-no-acc does the same job.
This option is disabled in this version and will be removed in the next release.
Added more dev pools and randomization of dev pool selection to reduce the load on pools servers
Fixed a bug that could freeze the miner on multiple mallob reconnections.
Minor bug fixes