2012-01-26 14:31:07 +01:00
|
|
|
Version 2.1.2 - Jan 26, 2012
|
|
|
|
|
|
|
|
- Do not submit work that is known to be stale
|
|
|
|
- Allow miner threads to ask for new work if the current one is at least
|
|
|
|
45 seconds old and long polling is enabled
|
|
|
|
- Refresh work when long polling times out
|
|
|
|
- Fix minor speed regression
|
|
|
|
- Modify x86-64 code to make it compatible with older versions of binutils
|
|
|
|
|
2012-01-21 00:31:51 +01:00
|
|
|
Version 2.1.1 - Jan 20, 2012
|
|
|
|
|
|
|
|
- Handle network errors properly
|
|
|
|
- Make scantime retargeting more accurate
|
|
|
|
|
2012-01-19 16:25:01 +01:00
|
|
|
Version 2.1 - Jan 19, 2012
|
|
|
|
|
|
|
|
- Share the same work among all threads
|
|
|
|
- Do not ask for new work if the current one is not expired
|
|
|
|
- Do not discard the work returned by long polling
|
|
|
|
|
2012-01-17 00:38:06 +01:00
|
|
|
Version 2.0 - Jan 16, 2012
|
|
|
|
|
|
|
|
- Change default port to 9332 for Litecoin and remove default credentials
|
|
|
|
- Add 'scrypt' as the default algorithm and remove other algorithms (ArtForz)
|
|
|
|
- Optimize scrypt for x86 and x86-64
|
2012-01-21 00:31:51 +01:00
|
|
|
- Make scantime retargeting less granular (ArtForz)
|
2012-01-17 00:38:06 +01:00
|
|
|
- Test the whole hash instead of just looking at the high 32 bits
|
|
|
|
- Add configurable timeout, with a default of 180 seconds
|
|
|
|
- Add share summary output (inlikeflynn)
|
|
|
|
- Fix priority and CPU count detection on Windows
|
|
|
|
- Fix parameters -u and -p, and add short options -o and -O
|
|
|
|
|
|
|
|
Version 1.0.2 - Jun 13, 2011
|
|
|
|
|
2011-06-09 03:45:06 +02:00
|
|
|
- Linux x86_64 optimisations - Con Kolivas
|
|
|
|
- Optimise for x86_64 by default by using sse2_64 algo
|
|
|
|
- Detects CPUs and sets number of threads accordingly
|
|
|
|
- Uses CPU affinity for each thread where appropriate
|
|
|
|
- Sets scheduling policy to lowest possible
|
|
|
|
- Minor performance tweaks
|
2010-11-25 01:31:12 +01:00
|
|
|
|
2011-05-15 04:48:31 +02:00
|
|
|
Version 1.0.1 - May 14, 2011
|
|
|
|
|
|
|
|
- OSX support
|
|
|
|
|
2011-05-10 04:13:34 +02:00
|
|
|
Version 1.0 - May 9, 2011
|
|
|
|
|
|
|
|
- jansson 2.0 compatibility
|
|
|
|
- correct off-by-one in date (month) display output
|
|
|
|
- fix platform detection
|
|
|
|
- improve yasm configure bits
|
|
|
|
- support full URL, in X-Long-Polling header
|
|
|
|
|
2011-03-22 19:01:32 +01:00
|
|
|
Version 0.8.1 - March 22, 2011
|
|
|
|
|
|
|
|
- Make --user, --pass actually work
|
|
|
|
|
|
|
|
- Add User-Agent HTTP header to requests, so that server operators may
|
|
|
|
more easily identify the miner client.
|
|
|
|
|
|
|
|
- Fix minor bug in example JSON config file
|
|
|
|
|
2011-03-21 09:34:48 +01:00
|
|
|
Version 0.8 - March 21, 2011
|
|
|
|
|
|
|
|
- Support long polling: http://deepbit.net/longpolling.php
|
|
|
|
|
|
|
|
- Adjust max workload based on scantime (default 5 seconds,
|
|
|
|
or 60 seconds for longpoll)
|
|
|
|
|
|
|
|
- Standardize program output, and support syslog on Unix platforms
|
|
|
|
|
|
|
|
- Suport --user/--pass options (and "user" and "pass" in config file),
|
|
|
|
as an alternative to the current --userpass
|
|
|
|
|
2011-03-15 04:42:53 +01:00
|
|
|
Version 0.7.2 - March 14, 2011
|
|
|
|
|
|
|
|
- Add port of ufasoft's sse2 assembly implementation (Linux only)
|
|
|
|
This is a substantial speed improvement on Intel CPUs.
|
|
|
|
|
|
|
|
- Move all JSON-RPC I/O to separate thread. This reduces the
|
|
|
|
number of HTTP connections from one-per-thread to one, reducing resource
|
|
|
|
usage on upstream bitcoind / pool server.
|
|
|
|
|
2011-03-03 04:47:46 +01:00
|
|
|
Version 0.7.1 - March 2, 2011
|
|
|
|
|
|
|
|
- Add support for JSON-format configuration file. See example
|
|
|
|
file example-cfg.json. Any long argument on the command line
|
|
|
|
may be stored in the config file.
|
|
|
|
- Timestamp each solution found
|
|
|
|
- Improve sha256_4way performance. NOTE: This optimization makes
|
|
|
|
the 'hash' debug-print output for sha256_way incorrect.
|
|
|
|
- Use __builtin_expect() intrinsic as compiler micro-optimization
|
|
|
|
- Build on Intel compiler
|
|
|
|
- HTTP library now follows HTTP redirects
|
|
|
|
|
2011-02-13 02:00:54 +01:00
|
|
|
Version 0.7 - February 12, 2011
|
|
|
|
|
|
|
|
- Re-use CURL object, thereby reuseing DNS cache and HTTP connections
|
|
|
|
- Use bswap_32, if compiler intrinsic is not available
|
|
|
|
- Disable full target validation (as opposed to simply H==0) for now
|
|
|
|
|
|
|
|
Version 0.6.1 - February 4, 2011
|
2011-02-04 20:29:54 +01:00
|
|
|
|
|
|
|
- Fully validate "hash < target", rather than simply stopping our scan
|
|
|
|
if the high 32 bits are 00000000.
|
|
|
|
- Add --retry-pause, to set length of pause time between failure retries
|
|
|
|
- Display proof-of-work hash and target, if -D (debug mode) enabled
|
|
|
|
- Fix max-nonce auto-adjustment to actually work. This means if your
|
|
|
|
scan takes longer than 5 seconds (--scantime), the miner will slowly
|
|
|
|
reduce the number of hashes you work on, before fetching a new work unit.
|
|
|
|
|
2011-02-13 02:00:54 +01:00
|
|
|
Version 0.6 - January 29, 2011
|
2011-01-29 08:15:46 +01:00
|
|
|
|
|
|
|
- Fetch new work unit, if scanhash takes longer than 5 seconds (--scantime)
|
|
|
|
- BeeCee1's sha256 4way optimizations
|
|
|
|
- lfm's byte swap optimization (improves via, cryptopp)
|
|
|
|
- Fix non-working short options -q, -r
|
|
|
|
|
2010-12-29 04:38:57 +01:00
|
|
|
Version 0.5 - December 28, 2010
|
|
|
|
|
|
|
|
- Exit program, when all threads have exited
|
|
|
|
- Improve JSON-RPC failure diagnostics and resilience
|
|
|
|
- Add --quiet option, to disable hashmeter output.
|
|
|
|
|
2010-12-27 06:34:23 +01:00
|
|
|
Version 0.3.3 - December 27, 2010
|
|
|
|
|
|
|
|
- Critical fix for sha256_cryptopp 'cryptopp_asm' algo
|
|
|
|
|
2010-12-24 02:23:13 +01:00
|
|
|
Version 0.3.2 - December 23, 2010
|
|
|
|
|
|
|
|
- Critical fix for sha256_via
|
|
|
|
|
2010-12-20 03:47:41 +01:00
|
|
|
Version 0.3.1 - December 19, 2010
|
|
|
|
|
|
|
|
- Critical fix for sha256_via
|
|
|
|
- Retry JSON-RPC failures (see --retry, under "minerd --help" output)
|
|
|
|
|
2010-12-18 22:31:28 +01:00
|
|
|
Version 0.3 - December 18, 2010
|
|
|
|
|
|
|
|
- Add crypto++ 32bit assembly implementation
|
|
|
|
- show version upon 'minerd --help'
|
|
|
|
- work around gcc 4.5.x bug that killed 4way performance
|
|
|
|
|
2010-12-06 08:30:57 +01:00
|
|
|
Version 0.2.2 - December 6, 2010
|
|
|
|
|
|
|
|
- VIA padlock implementation works now
|
|
|
|
- Minor build and runtime fixes
|
|
|
|
|
2010-11-29 18:27:11 +01:00
|
|
|
Version 0.2.1 - November 29, 2010
|
|
|
|
|
|
|
|
- avoid buffer overflow when submitting solutions
|
|
|
|
- add Crypto++ sha256 implementation (C only, ASM elided for now)
|
|
|
|
- minor internal optimizations and cleanups
|
|
|
|
|
2010-11-27 09:56:47 +01:00
|
|
|
Version 0.2 - November 27, 2010
|
|
|
|
|
|
|
|
- Add script for building a Windows installer
|
|
|
|
- improve hash performance (hashmeter) statistics
|
|
|
|
- add tcatm 4way sha256 implementation
|
|
|
|
- Add experimental VIA Padlock sha256 implementation
|
|
|
|
|
2010-11-26 22:38:16 +01:00
|
|
|
Version 0.1.2 - November 26, 2010
|
|
|
|
|
|
|
|
- many small cleanups and micro-optimizations
|
|
|
|
- build win32 exe using mingw
|
|
|
|
- RPC URL, username/password become command line arguments
|
|
|
|
- remove unused OpenSSL dependency
|
|
|
|
|
2010-11-25 01:34:59 +01:00
|
|
|
Version 0.1.1 - November 24, 2010
|
|
|
|
|
|
|
|
- Do not build sha256_generic module separately from cpuminer.
|
|
|
|
|
2010-11-25 01:31:12 +01:00
|
|
|
Version 0.1 - November 24, 2010
|
|
|
|
|
|
|
|
- Initial release.
|
|
|
|
|