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