Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 1.48 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

0.15.0rc0

Added

  • Add --tstop and --tstart option preventing GPU overheating #1146, #1159.
  • Added information about ordering CUDA devices in the README.md FAQ #1162.

Fixed

  • Reconnecting with mining pool improved #1135.
  • Stratum nicehash. Avoid recalculating target with every job #1156.
  • Drop duplicate stratum jobs (pool bug workaround) #1161.
  • CLI11 command line parsing support added #1160.
  • Farm mode (get_work): fixed loss of valid shares and increment in stales #1215.
  • Stratum implementation improvements #1222.
  • Build fixes & improvements #1214.

Removed

  • Disabled Debug configuration for Visual Studio #69 #1131.