All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Eliminated duplicate solutions with stratum2 on difficulty changes.
- Basic API authentication to protect exposure of API port to the internet #1228.
- Add
ispaused
information into response ofminer_getstathr
API query #1232. - API responses return "ethminer-" as version prefix. #1300.
- Stratum mode autodetection. No need to specify stratum+tcp or stratum1+tcp or stratum2+tcp
- Connection failed due to login errors (wrong address or worker) are marked Unrecoverable and no longer used
- Replaced opencl kernel with opensource jawawawa opencl kernel
- Added support for jawawawa AMD binary kernels
- AMD auto kernel selection. Try bin first, if not fall back to opencl.
- API: New method
miner_setverbosity
. #1382. - Implemented fast job switch algorithm on AMD reducing switch time to 1-2 milliseconds.
- Added localization support for output number formatting
- Restore the ability to auto-config OpenCL work size #1225.
- The API server totally broken fixed #1227.
- Add
--tstop
and--tstart
option preventing GPU overheating #1146, #1159. - Added information about ordering CUDA devices in the README.md FAQ #1162.
- 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.