]> Git Repo - cpuminer-multi.git/blob - NEWS
vstudio: add missing project files
[cpuminer-multi.git] / NEWS
1 Version 1.3 (Tanguy Pruvot)
2 - Add decred algo
3 - Add lbry algo
4 - Add x11evo algo
5 - Add x17 and xevan algos
6 - Add veltor algo
7 - Enhance Blake2-S
8 - Stratum benchmarks support
9
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)
16 - Add Sib(coin) algo
17 - Add Bastion algo
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)
22
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
28 - Add Luffa algo
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
33 - Add Axiom 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
44
45 version 1.0.9 (Tanguy Pruvot)
46 - pool extranonce subscribe
47 - upgrade jansson
48 - lyra2 algo
49 - fix for solo mining
50 - API websocket support
51
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)
56
57 Version 1.0.7 (Tanguy Pruvot)
58 - Add NIST5 and QUBIT algos
59 - Show current stratum block height
60 - Fix wallet solo mining
61
62 Version 1.0.6 (Tanguy Pruvot)
63 - Fix scrypt algo
64 - More work on VC2013
65 - Add -f tuning option to test with reduced difficulty
66 - Add S3 algo
67
68 Version 1.0.5 (Tanguy Pruvot)
69
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)
74 - Add neoscrypt
75 - Windows (VC++ 2013 and MinGW64 build support)
76 - Enhance --version informations (compiler + lib versions)
77
78 Version 1.0.4 (Tanguy Pruvot)
79
80 - Add x13 x14 and x15 algos (Sherlockcoin, X14Coin, Webcoin..)
81 - Add scrypt:N variants (Vertcoin)
82 - Add fresh algo
83 - Fix thread khashes/s value output
84 - Add a configure option --disable-assembly
85
86 Version multi 1.0.3 (Lucas Jones)
87
88 - Add new algos :
89   x11 (Darkcoin [DRK], Hirocoin, Limecoin)
90   cryptonight (Bytecoin [BCN], Monero)
91   keccak (Maxcoin  HelixCoin, CryptoMeth, Galleon, 365coin, Slothcoin, BitcointalkCoin)
92   hefty1 (Heavycoin)
93   quark (Quarkcoin)
94   skein (Skeincoin, Myriadcoin)
95   shavite3 (INKcoin)
96   blake (Blakecoin)
97
98 - See README.md
99
100 Version 2.4 - May 20, 2014
101
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
109
110 Version 2.3.3 - Feb 27, 2014
111
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
119
120 Version 2.3.2 - Jul 10, 2013
121
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
125
126 Version 2.3.1 - Jun 18, 2013
127
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
131
132 Version 2.3 - Jun 12, 2013
133
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)
139
140 Version 2.2.3 - Aug 5, 2012
141
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
145
146 Version 2.2.2 - Jun 7, 2012
147
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
152
153 Version 2.2.1 - May 2, 2012
154
155 - Add optimized code for ARM processors
156 - Support for building on NetBSD and OpenBSD
157 - Various compatibility fixes for AIX (pontius)
158
159 Version 2.2 - Apr 2, 2012
160
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
165
166 Version 2.1.5 - Mar 7, 2012
167
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)
172
173 Version 2.1.4 - Feb 28, 2012
174
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
181
182 Version 2.1.3 - Feb 12, 2012
183
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
195
196 Version 2.1.2 - Jan 26, 2012
197
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
204
205 Version 2.1.1 - Jan 20, 2012
206
207 - Handle network errors properly
208 - Make scantime retargeting more accurate
209
210 Version 2.1 - Jan 19, 2012
211
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
215
216 Version 2.0 - Jan 16, 2012
217
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
227
228 Version 1.0.2 - Jun 13, 2011
229
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
236
237 Version 1.0.1 - May 14, 2011
238
239 - OSX support
240
241 Version 1.0 - May 9, 2011
242
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
248
249 Version 0.8.1 - March 22, 2011
250
251 - Make --user, --pass actually work
252
253 - Add User-Agent HTTP header to requests, so that server operators may
254   more easily identify the miner client.
255
256 - Fix minor bug in example JSON config file
257
258 Version 0.8 - March 21, 2011
259
260 - Support long polling: http://deepbit.net/longpolling.php
261
262 - Adjust max workload based on scantime (default 5 seconds,
263   or 60 seconds for longpoll)
264
265 - Standardize program output, and support syslog on Unix platforms
266
267 - Suport --user/--pass options (and "user" and "pass" in config file),
268   as an alternative to the current --userpass
269
270 Version 0.7.2 - March 14, 2011
271
272 - Add port of ufasoft's sse2 assembly implementation (Linux only)
273   This is a substantial speed improvement on Intel CPUs.
274
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.
278
279 Version 0.7.1 - March 2, 2011
280
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
290
291 Version 0.7 - February 12, 2011
292
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
296
297 Version 0.6.1 - February 4, 2011
298
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.
306
307 Version 0.6 - January 29, 2011
308
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
313
314 Version 0.5 - December 28, 2010
315
316 - Exit program, when all threads have exited
317 - Improve JSON-RPC failure diagnostics and resilience
318 - Add --quiet option, to disable hashmeter output.
319
320 Version 0.3.3 - December 27, 2010
321
322 - Critical fix for sha256_cryptopp 'cryptopp_asm' algo
323
324 Version 0.3.2 - December 23, 2010
325
326 - Critical fix for sha256_via
327
328 Version 0.3.1 - December 19, 2010
329
330 - Critical fix for sha256_via
331 - Retry JSON-RPC failures (see --retry, under "--help" output)
332
333 Version 0.3 - December 18, 2010
334
335 - Add crypto++ 32bit assembly implementation
336 - show version upon 'minerd --help'
337 - work around gcc 4.5.x bug that killed 4way performance
338
339 Version 0.2.2 - December 6, 2010
340
341 - VIA padlock implementation works now
342 - Minor build and runtime fixes
343
344 Version 0.2.1 - November 29, 2010
345
346 - avoid buffer overflow when submitting solutions
347 - add Crypto++ sha256 implementation (C only, ASM elided for now)
348 - minor internal optimizations and cleanups
349
350 Version 0.2 - November 27, 2010
351
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
356
357 Version 0.1.2 - November 26, 2010
358
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
363
364 Version 0.1.1 - November 24, 2010
365
366 - Do not build sha256_generic module separately from cpuminer.
367
368 Version 0.1 - November 24, 2010
369
370 - Initial release.
371
This page took 0.044267 seconds and 4 git commands to generate.