NEWS 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. Version 1.5.8 - August 23, 2011
  2. - Minimise how much more work can be given in cpu mining threads each interval.
  3. - Make the fail-pause progressively longer each time it fails until the network
  4. recovers.
  5. - Only display the lagging message if we've requested the work earlier.
  6. - Clean up the pool switching to not be dependent on whether the work can roll
  7. or not by setting a lagging flag and then the idle flag.
  8. - Only use one thread to determine if a GPU is sick or well, and make sure to
  9. reset the sick restart attempt time.
  10. - The worksize was unintentionally changed back to 4k by mistake, this caused a
  11. slowdown.
  12. Version 1.5.7 - August 22, 2011
  13. - Fix a crash with --algo auto
  14. - Test at appropriate target difficulty now.
  15. - Add per-device statics log output with --per-device-stats
  16. - Fix breakage that occurs when 1 or 4 vectors are chosen on new phatk.
  17. - Make rolltime report debug level only now since we check it every work
  18. item.
  19. - Add the ability to enable/disable per-device stats on the fly and match
  20. logging on/off.
  21. - Explicitly tell the compiler to retain the program to minimise the chance of
  22. the zero sized binary errors.
  23. - Add one more instruction to avoid one branch point in the common path in the
  24. cl return code. Although this adds more ALUs overall and more branch points, the
  25. common path code has the same number of ALUs and one less jmp, jmps being more
  26. expensive.
  27. - Explicitly link in ws2_32 on the windows build and update README file on how
  28. to compile successfully on windows.
  29. - Release cl resources should the gpu mining thread abort.
  30. - Attempt to restart a GPU once every minute while it's sick.
  31. - Don't kill off the reinit thread if it fails to init a GPU but returns safely.
  32. - Only declare a GPU dead if there's been no sign of activity from the reinit
  33. thread for 10 mins.
  34. - Never automatically disable any pools but just specify them as idle if they're
  35. unresponsive at startup.
  36. - Use any longpoll available, and don't disable it if switching to a server that
  37. doesn't have it. This allows you to mine solo, yet use the longpoll from a pool
  38. even if the pool is the backup server.
  39. - Display which longpoll failed and don't free the ram for lp_url since it
  40. belongs to the pool hdr path.
  41. - Make the tcp setsockopts unique to linux in the hope it allows freebsd et. al
  42. to compile.
  43. Version 1.5.6 - August 17, 2011
  44. - New phatk and poclbm kernels. Updated phatk to be in sync with latest 2.2
  45. courtesy of phateus. Custom modified to work best with cgminer.
  46. - Updated output buffer code to use a smaller buffer with the kernels.
  47. - Clean up the longpoll management to ensure the right paths go to the right
  48. pool and display whether we're connected to LP or not in the status line.
  49. Version 1.5.5 - August 16, 2011
  50. - Rework entirely the GPU restart code. Strike a balance between code that
  51. re-initialises the GPU entirely so that soft hangs in the code are properly
  52. managed, but if a GPU is completely hung, the thread restart code fails
  53. gracefully, so that it does not take out any other code or devices. This will
  54. allow cgminer to keep restarting GPUs that can be restarted, but continue
  55. mining even if one or more GPUs hangs which would normally require a reboot.
  56. - Add --submit-stale option which submits all shares, regardless of whether they
  57. would normally be considered stale.
  58. - Keep options in alphabetical order.
  59. - Probe for slightly longer for when network conditions are lagging.
  60. - Only display the CPU algo when we're CPU mining.
  61. - As we have keepalives now, blaming network flakiness on timeouts appears to
  62. have been wrong. Set a timeout for longpoll to 1 hour, and most other
  63. network connectivity to 1 minute.
  64. - Simplify output code and remove HW errors from CPU stats.
  65. - Simplify code and tidy output.
  66. - Only show cpu algo in summary if cpu mining.
  67. - Log summary at the end as per any other output.
  68. - Flush output.
  69. - Add a linux-usb-cgminer guide courtesy of Kano.
  70. Version 1.5.4 - August 14, 2011
  71. - Add new option: --monitor <cmd> Option lets user specify a command <cmd> that
  72. will get forked by cgminer on startup. cgminer's stderr output subsequently gets
  73. piped directly to this command.
  74. - Allocate work from one function to be able to initialise variables added
  75. later.
  76. - Add missing fflush(stdout) for --ndevs and conclusion summary.
  77. - Preinitialise the devices only once on startup.
  78. - Move the non cl_ variables into the cgpu info struct to allow creating a new
  79. cl state on reinit, preserving known GPU variables.
  80. - Create a new context from scratch in initCQ in case something was corrupted to
  81. maximise our chance of succesfully creating a new worker thread. Hopefully this
  82. makes thread restart on GPU failure more reliable, without hanging everything
  83. in the case of a completely wedged GPU.
  84. - Display last initialised time in gpu management info, to know if a GPU has
  85. been re-initialised.
  86. - When pinging a sick cpu, flush finish and then ping it in a separate thread in
  87. the hope it recovers without needing a restart, but without blocking code
  88. elsewhere.
  89. - Only consider a pool lagging if we actually need the work and we have none
  90. staged despite queue requests stacking up. This decreases significantly the
  91. amount of work that leaks to the backup pools.
  92. - The can_roll function fails inappropriately in stale_work.
  93. - Only put the message that a pool is down if not pinging it every minute. This
  94. prevents cgminer from saying pool down at 1 minute intervals unless in debug
  95. mode.
  96. - Free all work in one place allowing us to perform actions on it in the future.
  97. - Remove the extra shift in the output code which was of dubious benefit. In
  98. fact in cgminer's implementation, removing this caused a miniscule speedup.
  99. - Test each work item to see if it can be rolled instead of per-pool and roll
  100. whenever possible, adhering to the 60 second timeout. This makes the period
  101. after a longpoll have smaller dips in throughput, as well as requiring less
  102. getworks overall thus increasing efficiency.
  103. - Stick to rolling only work from the current pool unless we're in load balance
  104. mode or lagging to avoid aggressive rolling imitating load balancing.
  105. - If a work item has had any mining done on it, don't consider it discarded
  106. work.
  107. Version 1.5.3 - July 30, 2011
  108. - Significant work went into attempting to make the thread restart code robust
  109. to identify sick threads, tag them SICK after 1 minute, then DEAD after 5
  110. minutes of inactivity and try to restart them. Instead of re-initialising the
  111. GPU completely, only a new cl context is created to avoid hanging the rest of
  112. the GPUs should the dead GPU be hung irrevocably.
  113. - Use correct application name in syslog.
  114. - Get rid of extra line feeds.
  115. - Use pkg-config to check for libcurl version
  116. - Implement per-thread getwork count with proper accounting to not over-account
  117. queued items when local work replaces it.
  118. - Create a command queue from the program created from source which allows us
  119. to flush the command queue in the hope it will not generate a zero sized binary
  120. any more.
  121. - Be more willing to get work from the backup pools if the work is simply being
  122. queued faster than it is being retrieved.
  123. Version 1.5.2 - July 28, 2011
  124. - Restarting a hung GPU can hang the rest of the GPUs so just declare it dead
  125. and provide the information in the status.
  126. - The work length in the miner thread gets smaller but doesn't get bigger if
  127. it's under 1 second. This could end up leading to CPU under-utilisation and
  128. lower and lower hash rates. Fix it by increasing work length if it drops
  129. under 1 second.
  130. - Make the "quiet" mode still update the status and display errors, and add a
  131. new --real-quiet option which disables all output and can be set once while
  132. running.
  133. - Update utility and efficiency figures when displaying them.
  134. - Some Intel HD graphics support the opencl commands but return errors since
  135. they don't support opencl. Don't fail with them, just provide a warning and
  136. disable GPU mining.
  137. - Add http:// if it's not explicitly set for URL entries.
  138. - Log to the output file at any time with warnings and errors, instead of just
  139. when verbose mode is on.
  140. - Display the correct current hash as per blockexplorer, truncated to 16
  141. characters, with just the time.
  142. Version 1.5.1 - July 27, 2011
  143. - Two redraws in a row cause a crash in old libncurses so just do one redraw
  144. using the main window.
  145. - Don't adjust hash_div only up for GPUs. Disable hash_div adjustment for GPUs.
  146. - Only free the thread structures if the thread still exists.
  147. - Update both windows separately, but not at the same time to prevent the double
  148. refresh crash that old libncurses has. Do the window resize check only when
  149. about to redraw the log window to minimise ncurses cpu usage.
  150. - Abstract out the decay time function and use it to make hash_div a rolling
  151. average so it doesn't change too abruptly and divide work in chunks large enough
  152. to guarantee they won't overlap.
  153. - Sanity check to prove locking.
  154. - Don't take more than one lock at a time.
  155. - Make threads report out when they're queueing a request and report if they've
  156. failed.
  157. - Make cpu mining work submission asynchronous as well.
  158. - Properly detect stale work based on time from staging and discard instead of
  159. handing on, but be more lax about how long work can be divided for up to the
  160. scantime.
  161. - Do away with queueing work separately at the start and let each thread grab
  162. its own work as soon as it's ready.
  163. - Don't put an extra work item in the queue as each new device thread will do so
  164. itself.
  165. - Make sure to decrease queued count if we discard the work.
  166. - Attribute split work as local work generation.
  167. - If work has been cloned it is already at the head of the list and when being
  168. reinserted into the queue it should be placed back at the head of the list.
  169. - Dividing work is like the work is never removed at all so treat it as such.
  170. However the queued bool needs to be reset to ensure we *can* request more work
  171. even if we didn't initially.
  172. - Make the display options clearer.
  173. - Add debugging output to tq_push calls.
  174. - Add debugging output to all tq_pop calls.
  175. Version 1.5.0 - July 26, 2011
  176. - Increase efficiency of slow mining threads such as CPU miners dramatically. Do
  177. this by detecting which threads cannot complete searching a work item within the
  178. scantime and then divide up a work item into multiple smaller work items.
  179. Detect the age of the work items and if they've been cloned before to prevent
  180. doing the same work over. If the work is too old to be divided, then see if it
  181. can be time rolled and do that to generate work. This dramatically decreases the
  182. number of queued work items from a pool leading to higher overall efficiency
  183. (but the same hashrate and share submission rate).
  184. - Don't request work too early for CPUs as CPUs will scan for the full
  185. opt_scantime anyway.
  186. - Simplify gpu management enable/disable/restart code.
  187. - Implement much more accurate rolling statistics per thread and per gpu and
  188. improve accuracy of rolling displayed values.
  189. - Make the rolling log-second average more accurate.
  190. - Add a menu to manage GPUs on the fly allowing you to enable/disable GPUs or
  191. try restarting them.
  192. - Keep track of which GPUs are alive versus enabled.
  193. - Start threads for devices that are even disabled, but don't allow them to
  194. start working.
  195. - The last pool is when we are low in total_pools, not active_pools.
  196. - Make the thread restart do a pthread_join after disabling the device, only
  197. re-enabling it if we succeed in restarting the thread. Do this from a separate
  198. thread so as to not block any other code.This will allow cgminer to continue
  199. even if one GPU hangs.
  200. - Try to do every curses manipulation under the curses lock.
  201. - Only use the sockoptfunction if the version of curl is recent enough.
  202. Version 1.4.1 - July 24, 2011
  203. - Do away with GET for dealing with longpoll forever. POST is the one that works
  204. everywhere, not the other way around.
  205. - Detect when the primary pool is lagging and start queueing requests on backup
  206. pools if possible before needing to roll work.
  207. - Load balancing puts more into the current pool if there are disabled pools.
  208. Fix.
  209. - Disable a GPU device should the thread fail to init.
  210. - Out of order command queue may fail on osx. Try without if it fails.
  211. - Fix possible dereference on blank inputs during input_pool.
  212. - Defines missing would segfault on --help when no sse mining is built in.
  213. - Revert "Free up resources/stale compilers." - didn't help.
  214. - Only try to print the status of active devices or it would crash.
  215. - Some hardware might benefit from the less OPS so there's no harm in leaving
  216. kernel changes that do that apart from readability of the code.
  217. Version 1.4.0 - July 23, 2011
  218. - Feature upgrade: Add keyboard input during runtime to allow modification of
  219. and viewing of numerous settings such as adding/removing pools, changing
  220. multipool management strategy, switching pools, changing intensiy, verbosity,
  221. etc. with a simple keypress menu system.
  222. - Free up resources/stale compilers.
  223. - Kernels are safely flushed in a way that allows out of order execution to
  224. work.
  225. - Sometimes the cl compiler generates zero sized binaries and only a reboot
  226. seems to fix it.
  227. - Don't try to stop/cancel threads that don't exist.
  228. - Only set option to show devices and exit if built with opencl support.
  229. - Enable curses earlier and exit with message in main for messages to not be
  230. lost in curses windows.
  231. - Make it possible to enter server credentials with curses input if none are
  232. specified on the command line.
  233. - Abstract out a curses input function and separate input pool function to allow
  234. for live adding of pools later.
  235. - Remove the nil arguments check to allow starting without parameters.
  236. - Disable/enable echo & cbreak modes.
  237. - Add a thread that takes keyboard input and allow for quit, silent, debug,
  238. verbose, normal, rpc protocol debugging and clear screen options.
  239. - Add pool option to input and display current pool status, pending code to
  240. allow live changes.
  241. - Add a bool for explicit enabling/disabling of pools.
  242. - Make input pool capable of bringing up pools while running.
  243. - Do one last check of the work before submitting it.
  244. - Implement the ability to live add, enable, disable, and switch to pools.
  245. - Only internally test for block changes when the work matches the current pool
  246. to prevent interleaved block change timing on multipools.
  247. - Display current pool management strategy to enable changing it on the fly.
  248. - The longpoll blanking of the current_block data may not be happening before
  249. the work is converted and appears to be a detected block change. Blank the
  250. current block be
  251. - Make --no-longpoll work again.
  252. - Abstract out active pools count.
  253. - Allow the pool strategy to be modified on the fly.
  254. - Display pool information on the fly as well.
  255. - Add a menu and separate out display options.
  256. - Clean up the messy way the staging thread communicates with the longpoll
  257. thread to determine who found the block first.
  258. - Make the input windows update immediately instead of needing a refresh.
  259. - Allow log interval to be set in the menu.
  260. - Allow scan settings to be modified at runtime.
  261. - Abstract out the longpoll start and explicitly restart it on pool change.
  262. - Make it possible to enable/disable longpoll.
  263. - Set priority correctly on multipools. Display priority and alive/dead
  264. information in display_pools.
  265. - Implement pool removal.
  266. - Limit rolltime work generation to 10 iterations only.
  267. - Decrease testing log to info level.
  268. - Extra refresh not required.
  269. - With huge variation in GPU performance, allow intensity to go from -10 to +10.
  270. - Tell getwork how much of a work item we're likely to complete for future
  271. splitting up of work.
  272. - Remove the mandatory work requirement at startup by testing for invalid work
  273. being passed which allows for work to be queued immediately. This also
  274. removes the requirem
  275. - Make sure intensity is carried over to thread count and is at least the
  276. minimum necessary to work.
  277. - Unlocking error on retry. Locking unnecessary anyway so remove it.
  278. - Clear log window from consistent place. No need for locking since logging is
  279. disabled during input.
  280. - Cannot print the status of threads that don't exist so just queue enough work
  281. for the number of mining threads to prevent crash with -Q N.
  282. - Update phatk kernel to one with new parameters for slightly less overhead
  283. again. Make the queue kernel parameters call a function pointer to select
  284. phatk or poclbm.
  285. - Make it possible to select the choice of kernel on the command line.
  286. - Simplify the output part of the kernel. There's no demonstrable advantage from
  287. more complexity.
  288. - Merge pull request #18 from ycros/cgminer
  289. - No need to make leaveok changes win32 only.
  290. - Build support in for all SSE if possible and only set the default according to
  291. machine capabilities.
  292. - Win32 threading and longpoll keepalive fixes.
  293. - Win32: Fix for mangled output on the terminal on exit.
  294. Version 1.3.1 - July 20, 2011
  295. - Feature upgrade; Multiple strategies for failover. Choose from default which
  296. now falls back to a priority order from 1st to last, round robin which only
  297. changes pools when one is idle, rotate which changes pools at user-defined
  298. intervals, and load-balance which spreads the work evenly amongst all pools.
  299. - Implement pool rotation strategy.
  300. - Implement load balancing algorithm by rotating requests to each pool.
  301. - Timeout on failed discarding of staged requests.
  302. - Implement proper flagging of idle pools, test them with the watchdog thread,
  303. and failover correctly.
  304. - Move pool active test to own function.
  305. - Allow multiple strategies to be set for multipool management.
  306. - Track pool number.
  307. - Don't waste the work items queued on testing the pools at startup.
  308. - Reinstate the mining thread watchdog restart.
  309. - Add a getpoll bool into the thread information and don't restart threads stuck
  310. waiting on work.
  311. - Rename the idlenet bool for the pool for later use.
  312. - Allow the user/pass userpass urls to be input in any order.
  313. - When json rpc errors occur they occur in spits and starts, so trying to limit
  314. them with the comms error bool doesn't stop a flood of them appearing.
  315. - Reset the queued count to allow more work to be queued for the new pool on
  316. pool switch.
  317. Version 1.3.0 - July 19, 2011
  318. - Massive infrastructure update to support pool failover.
  319. - Accept multiple parameters for url, user and pass and set up structures of
  320. pool data accordingly.
  321. - Probe each pool for what it supports.
  322. - Implement per pool feature support according to rolltime support as
  323. advertised by server.
  324. - Do switching automatically based on a 300 second timeout of locally generated
  325. work or 60 seconds of no response from a server that doesn't support rolltime.
  326. - Implement longpoll server switching.
  327. - Keep per-pool data and display accordingly.
  328. - Make sure cgminer knows how long the pool has actually been out for before
  329. deeming it a prolonged outage.
  330. - Fix bug with ever increasing staged work in 1.2.8 that eventually caused
  331. infinite rejects.
  332. - Make warning about empty http requests not show by default since many
  333. servers do this regularly.
  334. Version 1.2.8 - July 18, 2011
  335. - More OSX build fixes.
  336. - Add an sse4 algorithm to CPU mining.
  337. - Fix CPU mining with other algorithms not working.
  338. - Rename the poclbm file to ensure a new binary is built since.
  339. - We now are guaranteed to have one fresh work item after a block change and we
  340. should only discard staged requests.
  341. - Don't waste the work we retrieve from a longpoll.
  342. - Provide a control lock around global bools to avoid racing on them.
  343. - Iterating over 1026 nonces when confirming data from the GPU is old code
  344. and unnecessary and can lead to repeats/stales.
  345. - The poclbm kernel needs to be updated to work with the change to 4k sized
  346. output buffers.
  347. - longpoll seems to work either way with post or get but some servers prefer
  348. get so change to httpget.
  349. Version 1.2.7 - July 16, 2011
  350. - Show last 8 characters of share submitted in log.
  351. - Display URL connected to and user logged in as in status.
  352. - Display current block and when it was started in the status line.
  353. - Only pthread_join the mining threads if they exist as determined by
  354. pthread_cancel and don't fail on pthread_cancel.
  355. - Create a unique work queue for all getworks instead of binding it to thread 0
  356. to avoid any conflict over thread 0's queue.
  357. - Clean up the code to make it clear it's watchdog thread being messaged to
  358. restart the threads.
  359. - Check the current block description hasn't been blanked pending the real
  360. new current block data.
  361. - Re-enable signal handlers once the signal has been received to make it
  362. possible to kill cgminer if it fails to shut down.
  363. - Disable restarting of CPU mining threads pending further investigation.
  364. - Update longpoll messages.
  365. - Add new block data to status line.
  366. - Fix opencl tests for osx.
  367. - Only do local generation of work if the work item is not stale itself.
  368. - Check for stale work within the mining threads and grab new work if
  369. positive.
  370. - Test for idle network conditions and prevent threads from being restarted
  371. by the watchdog thread under those circumstances.
  372. - Make sure that local work generation does not continue indefinitely by
  373. stopping it after 10 minutes.
  374. - Tweak the kernel to have a shorter path using a 4k buffer and a mask on the
  375. nonce value instead of a compare and loop for a shorter code path.
  376. - Allow queue of zero and make that default again now that we can track how
  377. work is being queued versus staged. This can decrease reject rates.
  378. - Queue precisely the number of mining threads as longpoll_staged after a
  379. new block to not generate local work.
  380. Version 1.2.6 - July 15, 2011
  381. - Put a current system status line beneath the total work status line
  382. - Fix a counting error that would prevent cgminer from correctly detecting
  383. situations where getwork was failing - this would cause stalls sometimes
  384. unrecoverably.
  385. - Limit the maximum number of requests that can be put into the queue which
  386. otherwise could get arbitrarily long during a network outage.
  387. - Only count getworks that are real queue requests.
  388. Version 1.2.5 - July 15, 2011
  389. - Conflicting -n options corrected
  390. - Setting an intensity with -I disables dynamic intensity setting
  391. - Removed option to manually disable dynamic intensity
  392. - Improve display output
  393. - Implement signal handler and attempt to clean up properly on exit
  394. - Only restart threads that are not stuck waiting on mandatory getworks
  395. - Compatibility changes courtesy of Ycros to build on mingw32 and osx
  396. - Explicitly grab first work item to prevent false positive hardware errors
  397. due to working on uninitialised work structs
  398. - Add option for non curses --text-only output
  399. - Ensure we connect at least once successfully before continuing to retry to
  400. connect in case url/login parameters were wrong
  401. - Print an executive summary when cgminer is terminated
  402. - Make sure to refresh the status window
  403. Versions -> 1.2.4
  404. - Con Kolivas - July 2011. New maintainership of code under cgminer name.
  405. - Massive rewrite to incorporate GPU mining.
  406. - Incorporate original oclminer c code.
  407. - Rewrite gpu mining code to efficient work loops.
  408. - Implement per-card detection and settings.
  409. - Implement vector code.
  410. - Implement bfi int patching.
  411. - Import poclbm and phatk ocl kernels and use according to hardware type.
  412. - Implement customised optimised versions of opencl kernels.
  413. - Implement binary kernel generation and loading.
  414. - Implement preemptive asynchronous threaded work gathering and pushing.
  415. - Implement variable length extra work queues.
  416. - Optimise workloads to be efficient miners instead of getting lots of extra
  417. work.
  418. - Implement total hash throughput counters, per-card accepted, rejected and
  419. hw error count.
  420. - Staging and watchdog threads to prevent fallover.
  421. - Stale and reject share guarding.
  422. - Autodetection of new blocks without longpoll.
  423. - Dynamic setting of intensity to maintain desktop interactivity.
  424. - Curses interface with generous statistics and information.
  425. - Local generation of work (xroll ntime) when detecting poor network
  426. connectivity.
  427. Version 1.0.2
  428. - Linux x86_64 optimisations - Con Kolivas
  429. - Optimise for x86_64 by default by using sse2_64 algo
  430. - Detects CPUs and sets number of threads accordingly
  431. - Uses CPU affinity for each thread where appropriate
  432. - Sets scheduling policy to lowest possible
  433. - Minor performance tweaks
  434. Version 1.0.1 - May 14, 2011
  435. - OSX support
  436. Version 1.0 - May 9, 2011
  437. - jansson 2.0 compatibility
  438. - correct off-by-one in date (month) display output
  439. - fix platform detection
  440. - improve yasm configure bits
  441. - support full URL, in X-Long-Polling header
  442. Version 0.8.1 - March 22, 2011
  443. - Make --user, --pass actually work
  444. - Add User-Agent HTTP header to requests, so that server operators may
  445. more easily identify the miner client.
  446. - Fix minor bug in example JSON config file
  447. Version 0.8 - March 21, 2011
  448. - Support long polling: http://deepbit.net/longpolling.php
  449. - Adjust max workload based on scantime (default 5 seconds,
  450. or 60 seconds for longpoll)
  451. - Standardize program output, and support syslog on Unix platforms
  452. - Suport --user/--pass options (and "user" and "pass" in config file),
  453. as an alternative to the current --userpass
  454. Version 0.7.2 - March 14, 2011
  455. - Add port of ufasoft's sse2 assembly implementation (Linux only)
  456. This is a substantial speed improvement on Intel CPUs.
  457. - Move all JSON-RPC I/O to separate thread. This reduces the
  458. number of HTTP connections from one-per-thread to one, reducing resource
  459. usage on upstream bitcoind / pool server.
  460. Version 0.7.1 - March 2, 2011
  461. - Add support for JSON-format configuration file. See example
  462. file example-cfg.json. Any long argument on the command line
  463. may be stored in the config file.
  464. - Timestamp each solution found
  465. - Improve sha256_4way performance. NOTE: This optimization makes
  466. the 'hash' debug-print output for sha256_way incorrect.
  467. - Use __builtin_expect() intrinsic as compiler micro-optimization
  468. - Build on Intel compiler
  469. - HTTP library now follows HTTP redirects
  470. Version 0.7 - February 12, 2011
  471. - Re-use CURL object, thereby reuseing DNS cache and HTTP connections
  472. - Use bswap_32, if compiler intrinsic is not available
  473. - Disable full target validation (as opposed to simply H==0) for now
  474. Version 0.6.1 - February 4, 2011
  475. - Fully validate "hash < target", rather than simply stopping our scan
  476. if the high 32 bits are 00000000.
  477. - Add --retry-pause, to set length of pause time between failure retries
  478. - Display proof-of-work hash and target, if -D (debug mode) enabled
  479. - Fix max-nonce auto-adjustment to actually work. This means if your
  480. scan takes longer than 5 seconds (--scantime), the miner will slowly
  481. reduce the number of hashes you work on, before fetching a new work unit.
  482. Version 0.6 - January 29, 2011
  483. - Fetch new work unit, if scanhash takes longer than 5 seconds (--scantime)
  484. - BeeCee1's sha256 4way optimizations
  485. - lfm's byte swap optimization (improves via, cryptopp)
  486. - Fix non-working short options -q, -r
  487. Version 0.5 - December 28, 2010
  488. - Exit program, when all threads have exited
  489. - Improve JSON-RPC failure diagnostics and resilience
  490. - Add --quiet option, to disable hashmeter output.
  491. Version 0.3.3 - December 27, 2010
  492. - Critical fix for sha256_cryptopp 'cryptopp_asm' algo
  493. Version 0.3.2 - December 23, 2010
  494. - Critical fix for sha256_via
  495. Version 0.3.1 - December 19, 2010
  496. - Critical fix for sha256_via
  497. - Retry JSON-RPC failures (see --retry, under "minerd --help" output)
  498. Version 0.3 - December 18, 2010
  499. - Add crypto++ 32bit assembly implementation
  500. - show version upon 'minerd --help'
  501. - work around gcc 4.5.x bug that killed 4way performance
  502. Version 0.2.2 - December 6, 2010
  503. - VIA padlock implementation works now
  504. - Minor build and runtime fixes
  505. Version 0.2.1 - November 29, 2010
  506. - avoid buffer overflow when submitting solutions
  507. - add Crypto++ sha256 implementation (C only, ASM elided for now)
  508. - minor internal optimizations and cleanups
  509. Version 0.2 - November 27, 2010
  510. - Add script for building a Windows installer
  511. - improve hash performance (hashmeter) statistics
  512. - add tcatm 4way sha256 implementation
  513. - Add experimental VIA Padlock sha256 implementation
  514. Version 0.1.2 - November 26, 2010
  515. - many small cleanups and micro-optimizations
  516. - build win32 exe using mingw
  517. - RPC URL, username/password become command line arguments
  518. - remove unused OpenSSL dependency
  519. Version 0.1.1 - November 24, 2010
  520. - Do not build sha256_generic module separately from cpuminer.
  521. Version 0.1 - November 24, 2010
  522. - Initial release.