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