NEWS 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. - Update longpoll messages.
  2. - Add new block data to status line.
  3. - Fix opencl tests for osx.
  4. - Only do local generation of work if the work item is not stale itself.
  5. - Check for stale work within the mining threads and grab new work if
  6. positive.
  7. - Test for idle network conditions and prevent threads from being restarted
  8. by the watchdog thread under those circumstances.
  9. - Make sure that local work generation does not continue indefinitely by
  10. stopping it after 10 minutes.
  11. - Tweak the kernel to have a shorter path using a 4k buffer and a mask on the
  12. nonce value instead of a compare and loop for a shorter code path.
  13. - Allow queue of zero and make that default again now that we can track how
  14. work is being queued versus staged. This can decrease reject rates.
  15. - Queue precisely the number of mining threads as longpoll_staged after a
  16. new block to not generate local work.
  17. Version 1.2.6 - July 15, 2011
  18. - Put a current system status line beneath the total work status line
  19. - Fix a counting error that would prevent cgminer from correctly detecting
  20. situations where getwork was failing - this would cause stalls sometimes
  21. unrecoverably.
  22. - Limit the maximum number of requests that can be put into the queue which
  23. otherwise could get arbitrarily long during a network outage.
  24. - Only count getworks that are real queue requests.
  25. Version 1.2.5 - July 15, 2011
  26. - Conflicting -n options corrected
  27. - Setting an intensity with -I disables dynamic intensity setting
  28. - Removed option to manually disable dynamic intensity
  29. - Improve display output
  30. - Implement signal handler and attempt to clean up properly on exit
  31. - Only restart threads that are not stuck waiting on mandatory getworks
  32. - Compatibility changes courtesy of Ycros to build on mingw32 and osx
  33. - Explicitly grab first work item to prevent false positive hardware errors
  34. due to working on uninitialised work structs
  35. - Add option for non curses --text-only output
  36. - Ensure we connect at least once successfully before continuing to retry to
  37. connect in case url/login parameters were wrong
  38. - Print an executive summary when cgminer is terminated
  39. - Make sure to refresh the status window
  40. Versions -> 1.2.4
  41. - Con Kolivas - July 2011. New maintainership of code under cgminer name.
  42. - Massive rewrite to incorporate GPU mining.
  43. - Incorporate original oclminer c code.
  44. - Rewrite gpu mining code to efficient work loops.
  45. - Implement per-card detection and settings.
  46. - Implement vector code.
  47. - Implement bfi int patching.
  48. - Import poclbm and phatk ocl kernels and use according to hardware type.
  49. - Implement customised optimised versions of opencl kernels.
  50. - Implement binary kernel generation and loading.
  51. - Implement preemptive asynchronous threaded work gathering and pushing.
  52. - Implement variable length extra work queues.
  53. - Optimise workloads to be efficient miners instead of getting lots of extra
  54. work.
  55. - Implement total hash throughput counters, per-card accepted, rejected and
  56. hw error count.
  57. - Staging and watchdog threads to prevent fallover.
  58. - Stale and reject share guarding.
  59. - Autodetection of new blocks without longpoll.
  60. - Dynamic setting of intensity to maintain desktop interactivity.
  61. - Curses interface with generous statistics and information.
  62. - Local generation of work (xroll ntime) when detecting poor network
  63. connectivity.
  64. Version 1.0.2
  65. - Linux x86_64 optimisations - Con Kolivas
  66. - Optimise for x86_64 by default by using sse2_64 algo
  67. - Detects CPUs and sets number of threads accordingly
  68. - Uses CPU affinity for each thread where appropriate
  69. - Sets scheduling policy to lowest possible
  70. - Minor performance tweaks
  71. Version 1.0.1 - May 14, 2011
  72. - OSX support
  73. Version 1.0 - May 9, 2011
  74. - jansson 2.0 compatibility
  75. - correct off-by-one in date (month) display output
  76. - fix platform detection
  77. - improve yasm configure bits
  78. - support full URL, in X-Long-Polling header
  79. Version 0.8.1 - March 22, 2011
  80. - Make --user, --pass actually work
  81. - Add User-Agent HTTP header to requests, so that server operators may
  82. more easily identify the miner client.
  83. - Fix minor bug in example JSON config file
  84. Version 0.8 - March 21, 2011
  85. - Support long polling: http://deepbit.net/longpolling.php
  86. - Adjust max workload based on scantime (default 5 seconds,
  87. or 60 seconds for longpoll)
  88. - Standardize program output, and support syslog on Unix platforms
  89. - Suport --user/--pass options (and "user" and "pass" in config file),
  90. as an alternative to the current --userpass
  91. Version 0.7.2 - March 14, 2011
  92. - Add port of ufasoft's sse2 assembly implementation (Linux only)
  93. This is a substantial speed improvement on Intel CPUs.
  94. - Move all JSON-RPC I/O to separate thread. This reduces the
  95. number of HTTP connections from one-per-thread to one, reducing resource
  96. usage on upstream bitcoind / pool server.
  97. Version 0.7.1 - March 2, 2011
  98. - Add support for JSON-format configuration file. See example
  99. file example-cfg.json. Any long argument on the command line
  100. may be stored in the config file.
  101. - Timestamp each solution found
  102. - Improve sha256_4way performance. NOTE: This optimization makes
  103. the 'hash' debug-print output for sha256_way incorrect.
  104. - Use __builtin_expect() intrinsic as compiler micro-optimization
  105. - Build on Intel compiler
  106. - HTTP library now follows HTTP redirects
  107. Version 0.7 - February 12, 2011
  108. - Re-use CURL object, thereby reuseing DNS cache and HTTP connections
  109. - Use bswap_32, if compiler intrinsic is not available
  110. - Disable full target validation (as opposed to simply H==0) for now
  111. Version 0.6.1 - February 4, 2011
  112. - Fully validate "hash < target", rather than simply stopping our scan
  113. if the high 32 bits are 00000000.
  114. - Add --retry-pause, to set length of pause time between failure retries
  115. - Display proof-of-work hash and target, if -D (debug mode) enabled
  116. - Fix max-nonce auto-adjustment to actually work. This means if your
  117. scan takes longer than 5 seconds (--scantime), the miner will slowly
  118. reduce the number of hashes you work on, before fetching a new work unit.
  119. Version 0.6 - January 29, 2011
  120. - Fetch new work unit, if scanhash takes longer than 5 seconds (--scantime)
  121. - BeeCee1's sha256 4way optimizations
  122. - lfm's byte swap optimization (improves via, cryptopp)
  123. - Fix non-working short options -q, -r
  124. Version 0.5 - December 28, 2010
  125. - Exit program, when all threads have exited
  126. - Improve JSON-RPC failure diagnostics and resilience
  127. - Add --quiet option, to disable hashmeter output.
  128. Version 0.3.3 - December 27, 2010
  129. - Critical fix for sha256_cryptopp 'cryptopp_asm' algo
  130. Version 0.3.2 - December 23, 2010
  131. - Critical fix for sha256_via
  132. Version 0.3.1 - December 19, 2010
  133. - Critical fix for sha256_via
  134. - Retry JSON-RPC failures (see --retry, under "minerd --help" output)
  135. Version 0.3 - December 18, 2010
  136. - Add crypto++ 32bit assembly implementation
  137. - show version upon 'minerd --help'
  138. - work around gcc 4.5.x bug that killed 4way performance
  139. Version 0.2.2 - December 6, 2010
  140. - VIA padlock implementation works now
  141. - Minor build and runtime fixes
  142. Version 0.2.1 - November 29, 2010
  143. - avoid buffer overflow when submitting solutions
  144. - add Crypto++ sha256 implementation (C only, ASM elided for now)
  145. - minor internal optimizations and cleanups
  146. Version 0.2 - November 27, 2010
  147. - Add script for building a Windows installer
  148. - improve hash performance (hashmeter) statistics
  149. - add tcatm 4way sha256 implementation
  150. - Add experimental VIA Padlock sha256 implementation
  151. Version 0.1.2 - November 26, 2010
  152. - many small cleanups and micro-optimizations
  153. - build win32 exe using mingw
  154. - RPC URL, username/password become command line arguments
  155. - remove unused OpenSSL dependency
  156. Version 0.1.1 - November 24, 2010
  157. - Do not build sha256_generic module separately from cpuminer.
  158. Version 0.1 - November 24, 2010
  159. - Initial release.