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