NEWS 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Version 0.6 - January 29, 2010
  2. - Fetch new work unit, if scanhash takes longer than 5 seconds (--scantime)
  3. - BeeCee1's sha256 4way optimizations
  4. - lfm's byte swap optimization (improves via, cryptopp)
  5. - Fix non-working short options -q, -r
  6. Version 0.5 - December 28, 2010
  7. - Exit program, when all threads have exited
  8. - Improve JSON-RPC failure diagnostics and resilience
  9. - Add --quiet option, to disable hashmeter output.
  10. Version 0.3.3 - December 27, 2010
  11. - Critical fix for sha256_cryptopp 'cryptopp_asm' algo
  12. Version 0.3.2 - December 23, 2010
  13. - Critical fix for sha256_via
  14. Version 0.3.1 - December 19, 2010
  15. - Critical fix for sha256_via
  16. - Retry JSON-RPC failures (see --retry, under "minerd --help" output)
  17. Version 0.3 - December 18, 2010
  18. - Add crypto++ 32bit assembly implementation
  19. - show version upon 'minerd --help'
  20. - work around gcc 4.5.x bug that killed 4way performance
  21. Version 0.2.2 - December 6, 2010
  22. - VIA padlock implementation works now
  23. - Minor build and runtime fixes
  24. Version 0.2.1 - November 29, 2010
  25. - avoid buffer overflow when submitting solutions
  26. - add Crypto++ sha256 implementation (C only, ASM elided for now)
  27. - minor internal optimizations and cleanups
  28. Version 0.2 - November 27, 2010
  29. - Add script for building a Windows installer
  30. - improve hash performance (hashmeter) statistics
  31. - add tcatm 4way sha256 implementation
  32. - Add experimental VIA Padlock sha256 implementation
  33. Version 0.1.2 - November 26, 2010
  34. - many small cleanups and micro-optimizations
  35. - build win32 exe using mingw
  36. - RPC URL, username/password become command line arguments
  37. - remove unused OpenSSL dependency
  38. Version 0.1.1 - November 24, 2010
  39. - Do not build sha256_generic module separately from cpuminer.
  40. Version 0.1 - November 24, 2010
  41. - Initial release.