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