1 Version 1.3.1 (Tanguy Pruvot) 26 Jan 2017
3 - Add --max-log-rate to limit per-core logs
5 Version 1.3 (Tanguy Pruvot)
10 - Add x17 and xevan algos
13 - Stratum benchmarks support
14 - Show diff and solved blocks by default
16 Version 1.2 (Tanguy Pruvot)
17 - Add cryptonight-light (Aeon)
18 - Add Lyra2REv2 algo (Vertcoin)
19 - Allow to load a remote config with curl
20 - Algorithm parameter is now case insensitive
21 - Drop anime algo (dead coin)
24 - Add Yescrypt and scrypt-jane algos
25 - Compute and show network diff in pools too
26 - Compute Shares diff and count solved blocks
27 - Checkup on arm, tested ok on Tegra K1 (CyanogenMod 12.1)
29 version 1.1 (Tanguy Pruvot)
30 - Add basic API remote control (quit/seturl)
31 - Add GroestlCoin, Diamond and Myriad variants
32 - Add Pluck algo and fix gbt query crash
33 - Add ZR5 algo (ZRC) and fix longpoll bug on linux
35 - Add Skein2 algo (Double Skein for Woodcoin)
36 - Add Animecoin algo (Quark variant)
37 - Add Dropcoin pok algo
38 - Add BMW-256 (MDT) algo
40 - Change some logged strings
41 - Use all cores by default, not N-1
42 - Handle a default config to run without params
43 - add cpu-priority and cpu-affinity options
44 - add NSIS installer script for windows setup
45 - Implement background option on windows
46 - add -m stratum option (diff-multiplier)
47 - Time limit to allow benchmarks or cron jobs
48 - Fix Cryptonight stratum support
49 - Allow to disable extranonce support
51 version 1.0.9 (Tanguy Pruvot)
52 - pool extranonce subscribe
56 - API websocket support
58 Version 1.0.8 (Tanguy Pruvot)
59 - API Monitoring Support
60 - Enhance config values support (int/real/bool)
61 - Rewrite blake algo (speed x2)
63 Version 1.0.7 (Tanguy Pruvot)
64 - Add NIST5 and QUBIT algos
65 - Show current stratum block height
66 - Fix wallet solo mining
68 Version 1.0.6 (Tanguy Pruvot)
71 - Add -f tuning option to test with reduced difficulty
74 Version 1.0.5 (Tanguy Pruvot)
76 - Merge remaining v2.4 cpu-miner changes
77 - Add colored output (disable with --no-color)
78 - Test and fix blake on NEOS, needs 14 rounds (was 8)
79 - Add pentablake (5x blake256) (from bitbandi)
81 - Windows (VC++ 2013 and MinGW64 build support)
82 - Enhance --version informations (compiler + lib versions)
84 Version 1.0.4 (Tanguy Pruvot)
86 - Add x13 x14 and x15 algos (Sherlockcoin, X14Coin, Webcoin..)
87 - Add scrypt:N variants (Vertcoin)
89 - Fix thread khashes/s value output
90 - Add a configure option --disable-assembly
92 Version multi 1.0.3 (Lucas Jones)
95 x11 (Darkcoin [DRK], Hirocoin, Limecoin)
96 cryptonight (Bytecoin [BCN], Monero)
97 keccak (Maxcoin HelixCoin, CryptoMeth, Galleon, 365coin, Slothcoin, BitcointalkCoin)
100 skein (Skeincoin, Myriadcoin)
106 Version 2.4 - May 20, 2014
108 - Add support for the getblocktemplate RPC method (BIP 22)
109 - Allow tunnelling Stratum through HTTP proxies
110 - Add a --no-redirect option to ignore redirection requests
111 - Timeout for long polling is now disabled by default
112 - Fix CPU affinity on Linux (kiyominer)
113 - Add support for building under 64-bit Cygwin
114 - Expand version information with build details
116 Version 2.3.3 - Feb 27, 2014
118 - The --url option is now mandatory
119 - Do not switch to Stratum when using an HTTP proxy
120 - Fix scheduling policy change on Linux (clbr)
121 - Fix CPU affinity on FreeBSD (ache)
122 - Compatibility fixes for various platforms, including Solaris 8
123 and old versions of OS X
124 - A man page for minerd is now available
126 Version 2.3.2 - Jul 10, 2013
128 - Add optimizations for AVX2-capable x86-64 processors
129 - Ensure that the output stream is flushed after every log message
130 - Fix an undefined-behavior bug in the Stratum code
132 Version 2.3.1 - Jun 18, 2013
134 - Add a --cert option for specifying an SSL certificate (martinwguy)
135 - Fix a bug that only made SHA-256d mining work at difficulty 1
136 - Fix a couple of compatibility issues with some Stratum servers
138 Version 2.3 - Jun 12, 2013
140 - Add support for the Stratum mining protocol
141 - Automatically switch to Stratum if the mining server supports
142 the X-Stratum extension, unless --no-stratum is used
143 - Set CPU affinity on FreeBSD (lye)
144 - Fix a bug in libcurl initialization (martinwguy)
146 Version 2.2.3 - Aug 5, 2012
148 - Add optimized ARM NEON code for scrypt and SHA-256d
149 - Add a --benchmark option that allows offline testing
150 - Support for the X-Reject-Reason extension
152 Version 2.2.2 - Jun 7, 2012
154 - Various performance improvements for x86 and x86-64
155 - Optimize scrypt for ARMv5E and later processors
156 - Set the priority of miner threads to idle on Windows
157 - Add an option to start minerd as a daemon on POSIX systems
159 Version 2.2.1 - May 2, 2012
161 - Add optimized code for ARM processors
162 - Support for building on NetBSD and OpenBSD
163 - Various compatibility fixes for AIX (pontius)
165 Version 2.2 - Apr 2, 2012
167 - Add an optimized SHA-256d algorithm, with specialized code
168 for x86 and x86-64 and support for AVX and XOP instructions
169 - Slight performance increase for scrypt on x86 and x86-64
170 - The default timeout is now 270 seconds
172 Version 2.1.5 - Mar 7, 2012
174 - Add optimizations for AVX-capable x86-64 processors
175 - Assume HTTP if no protocol is specified for the mining server
176 - Fix MinGW compatibility issues and update build instructions
177 - Add support for building on Solaris using gcc (pontius)
179 Version 2.1.4 - Feb 28, 2012
181 - Implement 4-way SHA-256 on x86-64
182 - Add TCP keepalive to long polling connections
183 - Support HTTP and SOCKS proxies via the --proxy option
184 - Username and password are no longer mandatory
185 - Add a script that makes assembly code compatible with old versions
186 of the GNU assembler that do not support macros
188 Version 2.1.3 - Feb 12, 2012
190 - Smart handling of long polling failures: switch to short scan time
191 if long polling fails, and only try to reactivate it if the server
192 continues to advertise the feature in HTTP headers
193 - Add "X-Mining-Extensions: midstate" to HTTP headers (p2k)
194 - Add support for the "submitold" extension, used by p2pool
195 - It is now possible to specify username and password in the URL,
196 like this: http://username:password@host:port/
197 - Add a --version option, and clean up --help output
198 - Avoid division by zero when computing hash rates
199 - Handle empty responses properly (TimothyA)
200 - Eliminate the delay between starting threads
202 Version 2.1.2 - Jan 26, 2012
204 - Do not submit work that is known to be stale
205 - Allow miner threads to ask for new work if the current one is at least
206 45 seconds old and long polling is enabled
207 - Refresh work when long polling times out
208 - Fix minor speed regression
209 - Modify x86-64 code to make it compatible with older versions of binutils
211 Version 2.1.1 - Jan 20, 2012
213 - Handle network errors properly
214 - Make scantime retargeting more accurate
216 Version 2.1 - Jan 19, 2012
218 - Share the same work among all threads
219 - Do not ask for new work if the current one is not expired
220 - Do not discard the work returned by long polling
222 Version 2.0 - Jan 16, 2012
224 - Change default port to 9332 for Litecoin and remove default credentials
225 - Add 'scrypt' as the default algorithm and remove other algorithms (ArtForz)
226 - Optimize scrypt for x86 and x86-64
227 - Make scantime retargeting less granular (ArtForz)
228 - Test the whole hash instead of just looking at the high 32 bits
229 - Add configurable timeout, with a default of 180 seconds
230 - Add share summary output (inlikeflynn)
231 - Fix priority and CPU count detection on Windows
232 - Fix parameters -u and -p, and add short options -o and -O
234 Version 1.0.2 - Jun 13, 2011
236 - Linux x86_64 optimisations - Con Kolivas
237 - Optimise for x86_64 by default by using sse2_64 algo
238 - Detects CPUs and sets number of threads accordingly
239 - Uses CPU affinity for each thread where appropriate
240 - Sets scheduling policy to lowest possible
241 - Minor performance tweaks
243 Version 1.0.1 - May 14, 2011
247 Version 1.0 - May 9, 2011
249 - jansson 2.0 compatibility
250 - correct off-by-one in date (month) display output
251 - fix platform detection
252 - improve yasm configure bits
253 - support full URL, in X-Long-Polling header
255 Version 0.8.1 - March 22, 2011
257 - Make --user, --pass actually work
259 - Add User-Agent HTTP header to requests, so that server operators may
260 more easily identify the miner client.
262 - Fix minor bug in example JSON config file
264 Version 0.8 - March 21, 2011
266 - Support long polling: http://deepbit.net/longpolling.php
268 - Adjust max workload based on scantime (default 5 seconds,
269 or 60 seconds for longpoll)
271 - Standardize program output, and support syslog on Unix platforms
273 - Suport --user/--pass options (and "user" and "pass" in config file),
274 as an alternative to the current --userpass
276 Version 0.7.2 - March 14, 2011
278 - Add port of ufasoft's sse2 assembly implementation (Linux only)
279 This is a substantial speed improvement on Intel CPUs.
281 - Move all JSON-RPC I/O to separate thread. This reduces the
282 number of HTTP connections from one-per-thread to one, reducing resource
283 usage on upstream bitcoind / pool server.
285 Version 0.7.1 - March 2, 2011
287 - Add support for JSON-format configuration file. See example
288 file example-cfg.json. Any long argument on the command line
289 may be stored in the config file.
290 - Timestamp each solution found
291 - Improve sha256_4way performance. NOTE: This optimization makes
292 the 'hash' debug-print output for sha256_way incorrect.
293 - Use __builtin_expect() intrinsic as compiler micro-optimization
294 - Build on Intel compiler
295 - HTTP library now follows HTTP redirects
297 Version 0.7 - February 12, 2011
299 - Re-use CURL object, thereby reuseing DNS cache and HTTP connections
300 - Use bswap_32, if compiler intrinsic is not available
301 - Disable full target validation (as opposed to simply H==0) for now
303 Version 0.6.1 - February 4, 2011
305 - Fully validate "hash < target", rather than simply stopping our scan
306 if the high 32 bits are 00000000.
307 - Add --retry-pause, to set length of pause time between failure retries
308 - Display proof-of-work hash and target, if -D (debug mode) enabled
309 - Fix max-nonce auto-adjustment to actually work. This means if your
310 scan takes longer than 5 seconds (--scantime), the miner will slowly
311 reduce the number of hashes you work on, before fetching a new work unit.
313 Version 0.6 - January 29, 2011
315 - Fetch new work unit, if scanhash takes longer than 5 seconds (--scantime)
316 - BeeCee1's sha256 4way optimizations
317 - lfm's byte swap optimization (improves via, cryptopp)
318 - Fix non-working short options -q, -r
320 Version 0.5 - December 28, 2010
322 - Exit program, when all threads have exited
323 - Improve JSON-RPC failure diagnostics and resilience
324 - Add --quiet option, to disable hashmeter output.
326 Version 0.3.3 - December 27, 2010
328 - Critical fix for sha256_cryptopp 'cryptopp_asm' algo
330 Version 0.3.2 - December 23, 2010
332 - Critical fix for sha256_via
334 Version 0.3.1 - December 19, 2010
336 - Critical fix for sha256_via
337 - Retry JSON-RPC failures (see --retry, under "--help" output)
339 Version 0.3 - December 18, 2010
341 - Add crypto++ 32bit assembly implementation
342 - show version upon 'minerd --help'
343 - work around gcc 4.5.x bug that killed 4way performance
345 Version 0.2.2 - December 6, 2010
347 - VIA padlock implementation works now
348 - Minor build and runtime fixes
350 Version 0.2.1 - November 29, 2010
352 - avoid buffer overflow when submitting solutions
353 - add Crypto++ sha256 implementation (C only, ASM elided for now)
354 - minor internal optimizations and cleanups
356 Version 0.2 - November 27, 2010
358 - Add script for building a Windows installer
359 - improve hash performance (hashmeter) statistics
360 - add tcatm 4way sha256 implementation
361 - Add experimental VIA Padlock sha256 implementation
363 Version 0.1.2 - November 26, 2010
365 - many small cleanups and micro-optimizations
366 - build win32 exe using mingw
367 - RPC URL, username/password become command line arguments
368 - remove unused OpenSSL dependency
370 Version 0.1.1 - November 24, 2010
372 - Do not build sha256_generic module separately from cpuminer.
374 Version 0.1 - November 24, 2010