NEWS 86 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785
  1. BFGMiner Version 2.4.0 - May 3, 2012
  2. - Convert hashes to an unsigned long long as well.
  3. - Detect pools that have issues represented by endless rejected shares and
  4. disable them, with a parameter to optionally disable this feature.
  5. - Bugfix: Use a 64-bit type for hashes_done (miner_thread) since it can overflow
  6. 32-bit on some FPGAs
  7. - Implement an older header fix for a label existing before the pthread_cleanup
  8. macro.
  9. - Limit the number of curls we recruit on communication failures and with
  10. delaynet enabled to 5 by maintaining a per-pool curl count, and using a pthread
  11. conditional that wakes up when one is returned to the ring buffer.
  12. - Generalise add_pool() functions since they're repeated in add_pool_details.
  13. - Bugfix: Return failure, rather than quit, if BFwrite fails
  14. - Disable failing devices such that the user can attempt to re-enable them
  15. - Bugfix: thread_shutdown shouldn't try to free the device, since it's needed
  16. afterward
  17. - API bool's and 1TBS fixes
  18. - Icarus - minimise code delays and name timer variables
  19. - api.c V1.9 add 'restart' + redesign 'quit' so thread exits cleanly
  20. - api.c bug - remove extra ']'s in notify command
  21. - Increase pool watch interval to 30 seconds.
  22. - Reap curls that are unused for over a minute. This allows connections to be
  23. closed, thereby allowing the number of curl handles to always be the minimum
  24. necessary to not delay networking.
  25. - Use the ringbuffer of curls from the same pool for submit as well as getwork
  26. threads. Since the curl handles were already connected to the same pool and are
  27. immediately available, share submission will not be delayed by getworks.
  28. - Implement a scaleable networking framework designed to cope with any sized
  29. network requirements, yet minimise the number of connections being reopened. Do
  30. this by create a ring buffer linked list of curl handles to be used by getwork,
  31. recruiting extra handles when none is immediately available.
  32. - There is no need for the submit and getwork curls to be tied to the pool
  33. struct.
  34. - Do not recruit extra connection threads if there have been connection errors
  35. to the pool in question.
  36. - We should not retry submitting shares indefinitely or we may end up with a
  37. huge backlog during network outages, so discard stale shares if we failed to
  38. submit them and they've become stale in the interim.
  39. BFGMiner Version 2.3.6 - April 29, 2012
  40. - Shorten stale share messages slightly.
  41. - Protect the freeing of current_hash under mutex_lock to prevent racing on it
  42. when set_curblock is hit concurrently.
  43. - Change default behaviour to submitting stale, removing the --submit-stale
  44. option and adding a --no-submit-stale option.
  45. - Make sure to start the getwork and submit threads when a pool is added on the
  46. fly. This fixes a crash when a pool is added to running cgminer and then
  47. switched to.
  48. - Faster hardware can easily outstrip the speed we can get work and submit
  49. shares when using only one connection per pool.
  50. - Test the queued list to see if any get/submits are already queued and if they
  51. are, start recruiting extra connections by generating new threads.
  52. - This allows us to reuse network connections at low loads but recuit new open
  53. connections as they're needed, so that cgminer can scale to hardware of any
  54. size.
  55. BFGMiner Version 2.3.5 - April 28, 2012
  56. - Restarting cgminer leads to a socket that can't be bound for 60 seconds, so
  57. increase the interval that API binding waits to 30 seconds to minimise the
  58. number of times it will retry, spamming the logs.
  59. - Give a longpoll message for any longpoll that detects a block change, primary
  60. or backup, and also display which pool it was.
  61. - Decrease utility display to one decimal place.
  62. - Small cosmetic output alignment.
  63. - Add pool number to stale share message.
  64. - Add space to log output now that there is more screen real estate available.
  65. - Indentation clean up.
  66. - Merge branch 'master' of github.com:ckolivas/cgminer
  67. - Remove thread id display from rejected shares as well.
  68. - Merge pull request #185 from Diapolo/diakgcn
  69. - add goffset support for diakgcn with -v 1 and update kernel version
  70. - Set have_longpoll to true when there is at least one pool with longpoll.
  71. - Don't display the thread ID since it adds no useful information over the
  72. device number.
  73. - Don't display the first 8 bytes of a share since they will always be zero at
  74. >= 1 difficulty.
  75. - work->longpoll is reset across test_work_current so we need to recheck what
  76. pool it belongs to.
  77. - Use longpolls from backup pools with failover-only enabled just to check for
  78. block changes, but don't use them as work.
  79. - Start longpoll only after we have tried to extract the longpoll URL.
  80. - Check for submitold flag on resubmit of shares, and give different message for
  81. stale shares on retry.
  82. - Check for submitold before submitstale.
  83. - Don't force fresh curl connections on anything but longpoll threads.
  84. - Create one longpoll thread per pool, using backup pools for those pools that
  85. don't have longpoll.
  86. - Use the work created from the longpoll return only if we don't have
  87. failover-enabled, and only flag the work as a longpoll if it is the current
  88. pool.
  89. - This will work around the problem of trying to restart the single longpoll
  90. thread on pool changes that was leading to race conditions.
  91. - It will also have less work restarts from the multiple longpolls received from
  92. different pools.
  93. - Remove the invalid entries from the example configuration file.
  94. - Add support for latest ATI SDK on windows.
  95. - Export missing function from libztex.
  96. - miner.php change socktimeoutsec = 10 (it only waits once)
  97. - Bugfix: Make initial_args a const char** to satisfy exec argument type warning
  98. (on Windows only)
  99. - miner.php add a timeout so you don't sit and wait ... forever
  100. - Create discrete persistent submit and get work threads per pool, thus allowing
  101. all submitworks belonging to the same pool to reuse the same curl handle, and
  102. all getworks to reuse their own handle.
  103. - Use separate handles for submission to not make getwork potentially delay
  104. share submission which is time critical.
  105. - This will allow much more reusing of persistent connections instead of opening
  106. new ones which can flood routers.
  107. - This mandated a rework of the extra longpoll support (for when pools are
  108. switched) and this is managed by restarting longpoll cleanly and waiting for a
  109. thread join.
  110. - miner.php only show the current date header once
  111. - miner.php also add current time like single rig page
  112. - miner.php display rig 'when' table at top of the multi-rig summary page
  113. - README - add some Ztex details
  114. - api.c include zTex in the FPGA support list
  115. - api.c ensure 'devs' shows PGA's when only PGA code is compiled
  116. - cgminer.c sharelog code consistency and compile warning fix
  117. - README correct API version number
  118. - README spelling error
  119. - api.c combine all pairs of sprintfs()
  120. - api.c uncomment and use BLANK (and COMMA)
  121. - Code style cleanup
  122. - Annotating frequency changes with the changed from value
  123. - README clarification of 'notify' command
  124. - README update for API RPC 'devdetails'
  125. - api.c 'devdetails' list static details of devices
  126. - Using less heap space as my TP-Link seems to not handle this much
  127. BFGMiner Version 2.3.4 - April 26, 2012
  128. - New maintainership of code with modular FPGA/GPU focus, under BFGMiner name
  129. - Complete working support for cross-compiling Windows builds on Linux.
  130. - Fix usage of low --scan-time settings so it doesn't busy-loop
  131. - JSON API: Add new 'devdetail' command to get fixed device information
  132. - JSON API: Implement driver abstraction for extra device status
  133. - Icarus: Use epoll to wait for serial port input properly, when available
  134. - Icarus: Workaround buggy USB-UART that causes Icarus to stop mining rarely
  135. - Icarus: Estimate mining hashrate correctly, calibrated from real-world data
  136. - Icarus: Parallelize work setup with Icarus hash search improving performance
  137. - Icarus: More reliable detection and runtime
  138. - OpenCL: Move GPU-specific data fetching from JSON API to OpenCL driver
  139. - OpenCL: Dynamically load OpenCL library, to be more vendor-independent and
  140. allow use without actually having OpenCL (i.e. FPGA-only rigs).
  141. CGMiner Version 2.3.4 - April 25, 2012
  142. - Extensively document the cause of GPU device issues and the use of --gpu-map.
  143. - Support for share logging
  144. - Detect poorly performing combination of SDK and phatk kernel and add verbose
  145. warning at startup.
  146. - Icarus update to new add_cgpu()
  147. - Icarus driver working with Linux and Windows
  148. - api.c fix unused variable compile warning
  149. - Display all OpenCL devices when -n is called as well to allow debugging of
  150. differential mapping of OpenCL to ADL.
  151. - Add a --gpu-map option which will allow arbitrarily mapping ADL devices to
  152. OpenCL devices for instances where association by enumeration alone fails.
  153. - Increase upper limit on number of extra items to queue as some FPGA code can't
  154. yet reliably keep many devices busy.
  155. - Display configuration file information when -c option is passed and only when
  156. file exists on loading default config file.
  157. - Display configuration file loaded, if any, and debug output if configuration
  158. file parsing failed.
  159. - Add missing ztex header to Makefile for distribution.
  160. - Document long-form COM port device names on Windows, required to specify
  161. serial ports above 9
  162. - Include ztex bitstreams firmware in distribution and install if configured in.
  163. - Style police on driver-ztex.c
  164. - work_restart should only be changed by cgminer.c now
  165. - Shut down the api cleanly when the api thread is cancelled. This should allow
  166. the api socket to be closed successfully to next be reopened with app_restart.
  167. - Make a union for cgpu device handles, and rename "device" to "device_ztex"
  168. since it's Ztex-specific
  169. - Initialise name variable.
  170. - Remove unnecessary check for variable that always has memory allocated.
  171. - Bugfix: Missing "break" no-op in default case
  172. - Make the status window and log window as large as can fit on startup,
  173. rechecking to see if it can be enlarged after the fact. This allows any number
  174. of devices to be displayed provided the window is made long enough without
  175. corrupting the output.
  176. - Style police on libztex.c.
  177. - API add removepool like the screen interface
  178. - api.c escape required characters in return strings + pools returns the
  179. username
  180. - Set lp_path to NULL after free for consistency.
  181. - Removing dmalloc import left behind by mistake
  182. - Fixing leak in resp_hdr_cb
  183. - miner.php warning highlight GPU stats if they are zero (e.g. ADL not enabled)
  184. - miner.php highlight any device that isn't 'Enabled'
  185. - miner.php highlight any Status that isn't 'Alive'
  186. - miner.php optionally support multiple rigs
  187. - Initial Ztex support 1.15x board.
  188. CGMiner Version 2.3.3 - April 15, 2012
  189. - Don't even display that cpumining is disabled on ./configure to discourage
  190. people from enabling it.
  191. - Do a complete cgminer restart if the ATI Display Library fails, as it does on
  192. windows after running for some time, when fanspeed reporting fails.
  193. - Cache the initial arguments passed to cgminer and implement an attempted
  194. restart option from the settings menu.
  195. - Disable per-device status lines when there are more than 8 devices since
  196. screen output will be corrupted, enumerating them to the log output instead at
  197. startup.
  198. - Reuse Vals[] array more than W[] till they're re-initialised on the second
  199. sha256 cycle in poclbm kernel.
  200. - Minor variable alignment in poclbm kernel.
  201. - Make sure to disable devices with any status not being DEV_ENABLED to ensure
  202. that thermal cutoff code works as it was setting the status to DEV_RECOVER.
  203. - Re-initialising ADL simply made the driver fail since it is corruption over
  204. time within the windows driver that's responsible. Revert "Attempt to
  205. re-initialise ADL should a device that previously reported fanspeed stops
  206. reporting it."
  207. - Microoptimise poclbm kernel by ordering Val variables according to usage
  208. frequency.
  209. CGMiner Version 2.3.2 - March 31, 2012
  210. - Damping small changes in hashrate so dramatically has the tendency to always
  211. make the hashrate underread so go back to gentle damping instead.
  212. - Revert the crossover of variables from Vals to W in poclbm kernel now that
  213. Vals are the first declared variables so they're used more frequently.
  214. - Vals variables appearing first in the array in poclbm is faster.
  215. - Change the preferred vector width to 1 for Tahiti only, not all poclbm
  216. kernels.
  217. - Use a time constant 0.63 for when large changes in hashrate are detected to
  218. damp change in case the large change is an aliasing artefact instead of a real
  219. chang
  220. - Only increment stale counter if the detected stales are discarded.
  221. - Attempt to re-initialise ADL should a device that previously reported fanspeed
  222. stops reporting it.
  223. - Move the ADL setup and clearing to separate functions and provide a reinit_adl
  224. function to be used when adl fails while running.
  225. - Use slightly more damping on the decay time function in the never-ending quest
  226. to smooth off the hashmeter.
  227. - Set the starting fanspeed to a safe and fairly neutral 50% when autofan is
  228. enabled.
  229. - Provide locking around updates of cgpu hashrates as well to prevent multiple
  230. threads accessing data fields on the same device.
  231. - Display the beginning of the new block in verbose mode in the logs.
  232. - Reinstate old diablo kernel variable ordering from 120222, adding only goffset
  233. and vector size hint. The massive variable ordering change only helped one SDK
  234. on
  235. - Change the version number on the correct kernels.
  236. - api.c devicecode/osinfo incorrectly swapped for json
  237. - Add extensive instructions on how to make a native windows build.
  238. - Update version numbers of poclbm and diablo kernels as their APIs have also
  239. changed.
  240. - Use global offset parameter to diablo and poclbm kernel ONLY for 1 vector
  241. kernels.
  242. - Use poclbm preferentially on Tahiti now regardless of SDK.
  243. - Remove unused constant passed to poclbm.
  244. - Clean up use of macros in poclbm and use bitselect everywhere possible.
  245. - Add vector type hint to diablo kernel.
  246. - Add worksize and vector attribute hints to the poclbm kernel.
  247. - Spaces for non-aligned variables in poclbm.
  248. - More tidying of poclbm.
  249. - Swap Vals and W variables where they can overlap in poclbm.
  250. - More tidying of poclbm.
  251. - Tidy up first half of poclbm.
  252. - Clean up use of any() by diablo and poclbm kernels.
  253. - Minor variable symmetry changes in poclbm.
  254. - Put additions on separate lines for consistency in poclbm.
  255. - Consolidate last use of W11 into Vals4 in poclbm.
  256. - Change email due to SPAM
  257. - api.c miner.php add a '*' to the front of all notify counters - simplifies
  258. future support of new counters
  259. - miner.php add display 'notify' command
  260. - Small change to help arch's without processor affinity
  261. - Fix bitforce compile error
  262. - api.c notify should report disabled devices also - of course
  263. - API returns the simple device history with the 'notify' command
  264. - code changes for supporting a simple device history
  265. - api.c Report an OS string in config to help with device issues
  266. - api.c fix Log Interval - integer in JSON
  267. - api.c config 'Device Code' to show list of compiled devices + README
  268. - api.c increase buffer size close to current code allowable limit
  269. - removed 8-component vector support from kernel, as this is not supported in
  270. CGMINER anyway
  271. - forgot to update kernel modification date, fixed ;)
  272. - reordered an addition in the kernel, which results in less instructions used
  273. in the GPU ISA code for GCN
  274. - miner.php: option for readonly or check privileged access
  275. - Ignore reduntant-with-build options --disable-gpu, --no-adl, and --no-restart
  276. - miner.php: ereg_replace is DEPRECATED so use preg_replace instead
  277. - Make curses TUI support optional at compile-time.
  278. - Bugfix: AC_ARG_WITH provides withval instead of enableval
  279. - miner.php split devs output for different devices
  280. - api.c: correct error messages
  281. - icarus.c modify (regular) timeout warning to only be debug
  282. - icarus.c set the windows TODO timeout
  283. - Allow specifying a specific driver for --scan-serial
  284. - optimized nonce-check and output code for -v 2 and -v 4
  285. - Bugfix: Check for libudev header (not just library) in configure, and document
  286. optional dependency
  287. - Add API support for Icarus and Bitforce
  288. - Next API version is 1.4 (1.3 is current)
  289. - README/api.c add "When" the request was processed to STATUS
  290. - Bugfix: ZLX to read BitFORCE temp, not ZKX -.-
  291. - Use libudev to autodetect BitFORCE GPUs, if available
  292. - Use the return value of fan_autotune to set fan_optimal instead of passing it
  293. as a pointer.
  294. - Pass the lasttemp from the device we're using to adjust fanspeed in twin
  295. devices.
  296. - fix the name to 3 chars, fix the multi-icarus support
  297. - Bugfix: "-S auto" is the default if no -S is specified, and there is no such
  298. delay in using it
  299. - README add information missing from --scan-serial
  300. - Update README RPC API Version comment
  301. - Bugfix: Allow enabling CPU even without OpenCL support
  302. - Change failed-to-mine number of requested shares messge to avoid segfault on
  303. recursive calling of quit().
  304. - Get rid of extra char which is just truncated in poclbm kernel.
  305. - only small code formating changes
  306. - removed vec_step() as this could lead to errors on older SDKs
  307. - unified code for generating nonce in kernel and moved addition of base to the
  308. end -> faster
  309. CGMiner Version 2.3.1 - February 24, 2012
  310. - Revert input and output code on diakgcn and phatk kernels to old style which
  311. worked better for older hardware and SDKs.
  312. - Add a vector*worksize parameter passed to those kernels to avoid one op.
  313. - Increase the speed of hashrate adaptation.
  314. - Only send out extra longpoll requests if we want longpolls.
  315. - API implement addpool command
  316. - API return the untouched Total MH also (API now version 1.3)
  317. - Add enable/disablepool to miner.php example and reduce font size 1pt
  318. CGMiner Version 2.3.0 - February 23, 2012
  319. - Consider extra longpoll work items as staged_extra so as to make sure we queue
  320. more work if queueing regular work items as longpolls.
  321. - Use diablo kernel on all future SDKs for Tahiti and set preferred vector width
  322. to 1 on poclbm kernel only.
  323. - Explicitly type the constants in diakgcn kernel as uint, to be in line with
  324. poclbm kernel.
  325. - Reset all hash counters at the same time as resetting start times to get
  326. accurate hashrates on exiting which is mandatory for benchmarking.
  327. - Report thread out before it starts to avoid being flagged as sick when waiting
  328. for the first work item.
  329. - Don't disable and re-enable devices as they may recover and in the meantime
  330. have their status set to OFF.
  331. - API new commands enablepool and disablepool (version already incremented)
  332. - Tolerate new-format temperature readings for bitforce
  333. - Modify cgminer.c pool control to allow API to call it
  334. - Bugfix: Fix BitFORCE driver memory leak in debug logging
  335. - Extra byte was being unused in poclbm leading to failure on some platforms.
  336. - Explicitly type the constants in poclbm kernel as uint.
  337. - Don't save 'include' when saving the configuration
  338. - Allow configuration file to include another recursively
  339. - Use the SDK and hardware information to choose good performing default
  340. kernels.
  341. - Move phatk kernel to offset vector based nonce bases as well.
  342. - Add a --benchmark feature which works on a fake item indefinitely to compare
  343. device performance without any server or networking influence.
  344. - Allow writing of multiple worksizes to the configuration file.
  345. - Allow writing of multiple vector sizes to the configuration file.
  346. - Allow writing of multiple kernels to the configuration file.
  347. - Allow multiple different kernels to be chosen per device.
  348. - Allow the worksize to be set per-device.
  349. - Allow different vectors to be set per device.
  350. - If we're well below the target temperature, increase gpu engine speed back to
  351. maximum in case we have gotten lost between profiles during an idle period.
  352. - We should be setting the value of fan_optimal, not its address.
  353. - As all kernels will be new versions it's an opportunity to change the .bin
  354. format and make it simpler. Specifying bitalign is redundant and long can be l.
  355. - Use any() in kernel output code.
  356. - Put the nonce for each vector offset in advance, avoiding one extra addition
  357. in the kernel.
  358. - Reset times after all mining threads are started to make estimating hashrates
  359. easier at startup.
  360. - Bugfix: allow no-exec (NX) stack
  361. - Fix minor warning.
  362. - fix the bitforce.c code style follow 1TBS
  363. - fix icarus.c compile warning
  364. - small changes to speedup no vec for AMD 898.1 OCL runtime
  365. - Update licensing to GPL V3.
  366. - Reset the longpoll flag after it's been used once to prevent it restarting
  367. work again.
  368. - Begin import of DiabloMiner kernel.
  369. - Modify API debug messages to say API instead of DBG
  370. - When API shuts down cgminer don't kill itself
  371. - Don't make rolled work from the longpoll be seen as other longpoll work items.
  372. - API add 'privileged' command so can verify access level
  373. - Set the lp_sent variable under lock since there will almost always be a race
  374. on setting this variable, potentially leading to multiple LPs being sent out.
  375. - API restrict access to all non display commands by default
  376. - Update API version to 1.2 for new 'Log Interval'
  377. - API add --log Interval to 'config' reply
  378. - --api-allow special case 0/0 means all
  379. CGMiner Version 2.2.7 - February 20, 2012
  380. - Send out extra longpolls when we have switched pools and the longpoll thread
  381. is still bound to the old one. This is particularly useful with p2pool where
  382. longpolls do not correlate with main bitcoin block change and would have led to
  383. high reject rates on failover.
  384. - Store whether a work item is the result of a longpoll or not in struct work
  385. and use it to help determine block changes directly from the work longpoll bool.
  386. - Keep track of when a longpoll has been sent for a pool and if the current pool
  387. is requesting work but has not sent a longpoll request, convert one of the work
  388. items to a longpoll.
  389. - Store the longpoll url in the pool struct and update it from the pool_active
  390. test in case it changes. This is to allow further changes to longpoll management
  391. on switching pools.
  392. - Re-check for a longpoll supporting pool every 30 seconds if none is found
  393. initially.
  394. - Report threads as busy waiting on getwork on startup to avoid them being
  395. flagged sick on startup during slow networking.
  396. - Allow devices that are disabled due to overheating to be flagged as recovering
  397. instead of disabling them and re-enable them if they're below ideal temperatures
  398. - Tahiti prefers worksize 64 with poclbm.
  399. - No need to expressly retain the opencl program now that the zero binary issue
  400. is fixed. This actually fixes cgminer to work with the latest SDK included with
  401. the ATI catalyst driver 12.2.
  402. - Show error code on any opencl failure status.
  403. - Add detection for version 898.1 SDK as well but only give SDK 2.6 warning once
  404. on startup instead of with each device initialisation.
  405. - Always use a fresh connection for longpoll as prolonged persistent connections
  406. can fail for many reasons.
  407. - Keep track of intended engine clock speed and only adjust up if it's higher
  408. than the last intended speed. This avoids setting the clock speed to one
  409. relative to a lower profile one by mistake.
  410. - Use gpu-memdiff on startup if an engine clockspeed is set and a memdiff value
  411. is set.
  412. - Revert "Adjust engine speed up according to performance level engine setting,
  413. not the current engine speed." - ineffectual.
  414. - Freeze the queues on all threads that are sent the pause message to prevent
  415. them trying to start up again with saved pings in their queues.
  416. - Updates to diakgcn kernel/
  417. - Consolidate all screen updates to the watchdog thread and touch both windows
  418. before refresh.
  419. - Curses will be disabled in clean_up so don't do it early in kill_work, and
  420. disable_adl so that GPU settings may be restored to normal in case shutting down
  421. curses leads to instability on windows.
  422. - Stop the mining threads before trying to kill them.
  423. - Plain refresh() does not give reliably screen updates so get rid of all uses
  424. of it.
  425. - First release with working diakgcn kernel.
  426. CGMiner Version 2.2.6 - February 16, 2012
  427. - Provide warning on each startup about sdk 2.6
  428. - Fix unused warnings on win32.
  429. - bitforce: Simplify BFopen WIN32 ifdef/else
  430. - Fix initialization warning with jansson 1.3
  431. - bitforce: Cleanup extraneous TODO that isn't needed
  432. - Move tcsetattr (and new tcflush) into *nix BFopen to simplify things a bit
  433. - Add message explaining 2nd thread disabling for dynamic mode and how to tune
  434. it.
  435. - Move logwindow down once number of devices is known.
  436. - Automatically choose phatk kernel for bitalign non-gcn ATI cards, and then
  437. only select poclbm if SDK2.6 is detected.
  438. - Allow the refresh interval to be adjusted in dynamic intensity with a
  439. --gpu-dyninterval parameter.
  440. - Make curses display visible right from the beginning and fix the window sizes
  441. so the initial messages don't get lost once the status window is drawn.
  442. - The amount of work scanned can fluctuate when intensity changes and since we
  443. do this one cycle behind, we increment the work more than enough to prevent
  444. repeati
  445. - bitforce: Set a 30 second timeout for serial port on Windows, since the
  446. default is undefined
  447. - Use PreVal4addT1 instead of PreVal4 in poclbm kernel.
  448. - Import PreVal4 and PreVal0 into poclbm kernel.
  449. - Import more prepared constants into poclbm kernel.
  450. - Keep variables in one array but use Vals[] name for consistency with other
  451. kernel designs.
  452. - Replace constants that are mandatorily added in poclbm kernel with one value.
  453. - Remove addition of final constant before testing for result in poclbm kernel.
  454. - Hand optimise variable addition order.
  455. - Hand optimise first variable declaration order in poclbm kernel.
  456. - Radical reordering machine based first pass to change variables as late as
  457. possible, bringing their usage close together.
  458. - fix strcpy NULL pointer if env HOME unset.
  459. - bitforce: Disable automatic scanning when at least one device is specified
  460. manually
  461. - Unroll all poclbm additions to enable further optimisations.
  462. CGMiner Version 2.2.5 - February 13, 2012
  463. - Make output buffer write only as per Diapolo's suggestion.
  464. - Constify nonce in poclbm.
  465. - Use local and group id on poclbm kernel as well.
  466. - Microoptimise phatk kernel on return code.
  467. - Adjust engine speed up according to performance level engine setting, not the
  468. current engine speed.
  469. - Try to load a binary if we've defaulted to the poclbm kernel on SDK2.6
  470. - Use the poclbm kernel on SDK2.6 with bitalign devices only if there is no
  471. binary available.
  472. - Further generic microoptimisations to poclbm kernel.
  473. - The longstanding generation of a zero sized binary appears to be due to the
  474. OpenCL library putting the binary in a RANDOM SLOT amongst 4 possible binary
  475. locations. Iterate over each of them after building from source till the real
  476. binary is found and use that.
  477. - Fix harmless warnings with -Wsign-compare to allow cgminer to build with -W.
  478. - Fix missing field initialisers warnings.
  479. - Put win32 equivalents of nanosleep and sleep into compat.h fixing sleep() for
  480. adl.c.
  481. - Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
  482. - Modularized logging, support for priority based logging
  483. - Move CPU chipset specific optimization into device-cpu
  484. CGMiner Version 2.2.4 - February 11, 2012
  485. - Fix double definition of A0 B0 to zeroA zeroB.
  486. - Retain cl program after successfully loading a binary image. May decrease
  487. failures to build kernels at startup.
  488. - Variable unused after this so remove setting it.
  489. - BFI INT patching is not necessarily true on binary loading of files and not
  490. true on ATI SDK2.6+. Report bitalign instead.
  491. - Various string fixes for reject reason.
  492. - Generalize --temp-cutoff and implement support for reading temperature from
  493. BitFORCE FPGAs
  494. - Change message from recovered to alive since it is used on startup as well as
  495. when a pool has recovered.
  496. - Start mining as soon as any pool is found active and rely on the watchpool
  497. thread to bring up other pools.
  498. - Delayed responses from testing pools that are down can hold up the watchdog
  499. thread from getting to its device testing code, leading to false detection of
  500. the GPU not checking in, and can substantially delay auto gpu/auto fan
  501. management leading to overheating. Move pool watching to its own thread.
  502. - Bugfix: BitFORCE index needs to be static to count correctly
  503. - Space out retrieval of extra work according to the number of mining threads.
  504. - Make shutdown more robust. Enable the input thread only after the other
  505. threads exist. Don't kill off the workio thread and use it to exit main() only
  506. if there is an unexpected problem. Use kill_work() for all anticipated shutdowns
  507. where possible. Remove unused thread entry.
  508. - Change poclbm version number.
  509. - One array is faster than 2 separate arrays so change to that in poclbm kernel.
  510. - Microoptimisations to poclbm kernel which increase throughput slightly.
  511. - Import diablominer kernel. Currently disabled as not working.
  512. - Import diapolo kernel. Currently disabled as not working.
  513. - Conflicting entries of cl_kernel may have been causing problems, and
  514. automatically chosen kernel type was not being passed on. Rename the enum to
  515. cl_kernels and store the chosen kernel in each clState.
  516. - Set cl_amd_media_ops with the BITALIGN flag and allow non-bitselect devices to
  517. build.
  518. - ALlow much longer filenames for kernels to load properly.
  519. - Allow different kernels to be used by different devices and fix the logic fail
  520. of overcorrecting on last commit with !strstr.
  521. - Fix kernel selection process and build error.
  522. - queue_phatk_kernel now uses CL_SET_VARG() for base-nonce(s), too
  523. - added OpenCL >= 1.1 detection code, in preparation of OpenCL 1.1 global offset
  524. parameter support
  525. - Use K array explicitly to make it clear what is being added.
  526. - Work items have a tendency to expire at exactly the same time and we don't
  527. queue extra items when there are plenty in the queue, regardless of age. Allow
  528. extra work items to be queued if adequate time has passed since we last
  529. requested work even if over the limit.
  530. - Discard work when failover-only is enabled and the work has come from a
  531. different pool.
  532. - Missing include to build on newer mingw32.
  533. - Move from the thread safe localtime_r to regular localtime which is the only
  534. one supported on newer pthread libraries on mingw32 to make it compile with the
  535. newer ming. Thread safety is of no importance where localtime is used in this
  536. code.
  537. - Define in_addr_t in windows if required
  538. - sys/wait.h not required in windows
  539. - Allow API to restrict access by IP address
  540. - Add pool switching to example miner.php
  541. - Display X-Reject-Reason, when provided
  542. - Remove the test for whether the device is on the highest profil level before
  543. raising the GPU speed as it is ineffectual and may prevent raising the GPU
  544. speed.
  545. - Remove unnecessary check for opt_debug one every invocation of applog at
  546. LOG_DEBUG level and place the check in applog().
  547. CGMiner Version 2.2.3 - February 6, 2012
  548. - Revert "Rewrite the convoluted get_work() function to be much simpler and roll
  549. work as much as possible with each new work item." This seems to cause a race on
  550. work in free_work(). Presumably other threads are still accessing the structure.
  551. CGMiner Version 2.2.2 - February 6, 2012
  552. - Provide support for the submitold extension on a per-pool basis based on the
  553. value being detected in a longpoll.
  554. - Don't send a ping to a dynamic device if it's not enabled as that will just
  555. enable it for one pass and then disable it again.
  556. - Rewrite the convoluted get_work() function to be much simpler and roll work as
  557. much as possible with each new work item.
  558. - Roll as much work as possible from the work returned from a longpoll.
  559. - Rolling work on each loop through the mining thread serves no purpose.
  560. - Allow to stage more than necessary work items if we're just rolling work.
  561. - Replace divide_work with reuse_work function used twice.
  562. - Give rolled work a new ID to make sure there is no confusion in the hashtable
  563. lookups.
  564. - Remove now-defunct hash_div variables.
  565. - Remove unused get_dondata function.
  566. - Silence ADL warnings.
  567. - Silence unused parameter warnings.
  568. - Stagger the restart of every next thread per device to keep devices busy ahead
  569. of accessory threads per device.
  570. - Deprecate the --donation feature. Needlessly complex, questionable usefulness,
  571. depends on author's server and a central pool of some kind, and was not heavily
  572. adopted.
  573. - It's devices that report back now, not threads, update message.
  574. - Continue auto-management of fan and engine speeds even if a device is disabled
  575. for safety reasons.
  576. - No need to check we're highest performance level when throttling GPU engine
  577. speed.
  578. - Abstract out tests for whether work has come from a block that has been seen
  579. before and whether a string is from a previously seen block.
  580. - Probe but don't set the timeout to 15 seconds as some networks take a long
  581. time to timeout.
  582. - Remove most compiler warnings from api.c
  583. - Add last share's pool info in cgpu_info
  584. - Allow the OpenCL platform ID to be chosen with --gpu-platform.
  585. - Iterate over all platforms displaying their information and number of devices
  586. when --ndevs is called.
  587. - Deprecate main.c
  588. - Some networks can take a long time to resolve so go back to 60 second timeouts
  589. instead of 15.
  590. - Only enable curses on failure if curses is desired.
  591. - Fix warnings in bitforce.c
  592. - Bugfix: Need to open BitForce tty for read-write
  593. - Fix various build issues.
  594. - Modularize code: main.c -> device-cpu + device-gpu
  595. - Fix phatk kernel not working on non-bitalign capable devices (Nvidia, older
  596. ATI).
  597. - Update poclbm kernel for better performance on GCN and new SDKs with bitalign
  598. support when not BFI INT patching. Update phatk kernel to work properly for non
  599. BFI INT patched kernels, providing support for phatk to run on GCN and non-ATI
  600. cards.
  601. - Return last accepted share pool/time for devices
  602. - Display accepted share pool/time for CPUs
  603. - Bug intensity always shows GPU 0
  604. - Update example web miner.php to use new API commands
  605. CGMiner Version 2.2.1 - January 30, 2012
  606. NOTE - The GPU Device reordering in 2.2.0 by default was considered a bad idea
  607. so the original GPU ordering is used by default again unless reordering is
  608. explicitly requested.
  609. - Fix bitforce failing to build into cgminer.
  610. - Add missing options to write config function.
  611. - Add a --gpu-reorder option to only reorder devices according to PCI Bus ID
  612. when requested.
  613. - Fix for midstate support being broken on pools that supported no-midstate
  614. work by ensuring numbers are 32 bits in sha2.c
  615. - Set virtual GPUs to work when ADL is disabled or all mining will occur on GPU
  616. 0.
  617. - Add information about paused threads in the menu status.
  618. - Disable all but the first thread on GPUs in dynamic mode for better
  619. interactivity.
  620. - Set the latest network access time on share submission for --net-delay even if
  621. we're not delaying that submission for further network access.
  622. - Clear adl on exiting after probing values since it may attempt to overclock.
  623. - As share submission is usually staggered, and delays can be costly, submit
  624. shares without delay even when --net-delay is enabled.
  625. - Display GPU number and device name when ADL is successfully enabled on it.
  626. - Display GPU ordering remapping in verbose mode.
  627. - Don't fail in the case the number of ADL and OpenCL devices do not match, and
  628. do not attempt to reorder devices unless they match. Instead give a warning
  629. about
  630. - Display error codes should ADL not return ADL_OK in the more critical function
  631. calls.
  632. - Fix unused warning.
  633. - Fix compile warnings in api.c
  634. - Add extensive ADL based device info in debug mode.
  635. - Make --ndevs display verbose opencl information as well to make debugging
  636. version information easier.
  637. - Display information about the opencl platform with verbose enabled.
  638. - Explicitly check for nvidia in opencl platform strings as well.
  639. CGMiner Version 2.2.0 - January 29, 2012
  640. NOTE: GPU Device order will change with this release with ATI GPUs as cgminer
  641. now can enumerate them according to their Bus ID which means the values should
  642. now correlate with their physical position on the motherboard.
  643. - Default to poclbm kernel on Tahiti (7970) since phatk does not work, even
  644. though performance is sub-standard so that at least it will mine successfully by
  645. defau
  646. - Retain cl program after every possible place we might build the program.
  647. - Update ADL SDK URL.
  648. - Fix potential overflow.
  649. - Map GPU devices to virtual devices in their true physical order based on
  650. BusNumber.
  651. - Change the warning that comes with failure to init cl on a device to be more
  652. generic and accurate.
  653. - Advertise longpoll support in X-Mining-Extensions
  654. - Detect dual GPU cards by iterating through all GPUs, finding ones without
  655. fanspeed and matching twins with fanspeed one bus ID apart.
  656. - Do not attempt to build the program that becomes the kernel twice. This could
  657. have been leading to failures on initialising cl.
  658. - Some opencl compilers have issues with no spaces after -D in the compiler
  659. options.
  660. - Allow intensity up to 14.
  661. - Use calloced stack memory for CompilerOptions to ensure sprintf writes to the
  662. beginning of the char.
  663. - Whitelist 79x0 cards to prefer no vectors as they perform better without.
  664. - Adjust fan speed gently while in the optimal range when temperature is
  665. drifting to minimise overshoot in either direction.
  666. - Detect dual GPU cards via the indirect information of - 1st card has a fan
  667. controller. 2nd card does not have a fan controller, cards share the same device
  668. name
  669. - Instead of using the BFI_INT patching hack on any device reporting
  670. cl_amd_media_ops, create a whitelist of devices that need it. This should enable
  671. GCN architec
  672. - Fixed API compiling issue on OS X
  673. - Add more explanation of JSON format and the 'save' command
  674. - Return an error if using ADL API commands when it's not available
  675. - Read off lpThermalControllerInfo from each ADL device.
  676. - Add ADL_Overdrive5_ThermalDevices_Enum interface.
  677. - Add API commands: config, switchpool, gpu settings, save
  678. - Implement socks4 proxy support.
  679. - Fix send() for JSON strings
  680. - Introduce a --net-delay option which guarantees at least 250ms between any
  681. networking requests to not overload slow routers.
  682. - Generalise locking init code.
  683. - Allow invalid values to be in the configuration file, just skipping over them
  684. provided the rest of the file is valid JSON. This will allow older configurat
  685. - Allow CPU mining explicitly enable only if other mining support is built in.
  686. - BitForce FPGA support
  687. - Configure out building and support of all CPU mining code unless
  688. --enable-cpumining is enabled.
  689. - Allow parsed values to be zero which will allow 0 values in the config file to
  690. work.
  691. - Advertise that we can make our own midstate, so the pool can skip generating
  692. it for us
  693. - Refactor the CPU scanhash_* functions to use a common API. Fixes bugs.
  694. - Don't consider a pool lagging if a request has only just been filed. This
  695. should decrease the false positives for "pool not providing work fast enough".
  696. - Invalidating work after longpoll made hash_pop return no work giving a false
  697. positive for dead pool. Rework hash_pop to retry while finds no staged work u
  698. - Remove TCP_NODELAY from curl options as many small packets may be contributing
  699. to network overload, when --net-delay is enabled.
  700. - Refactor miner_thread to be common code for any kind of device
  701. - Simplify submit_nonce loop and avoid potentially missing FOUND - 1 entry.
  702. Reported by Luke-Jr.
  703. - Micro-optimisation in sha256_sse2 code courtesy of Guido Ascioti
  704. guido.ascioti@gmail.com
  705. - Refactor to abstract device-specific code
  706. CGMiner Version 2.1.2 - January 6, 2012
  707. - If api-description is specified, save it when writing the config file
  708. - Adjust utility width to be constant maximum as well.
  709. - Add percent signs to reject ratio outputs
  710. - Should the donation pool fail, don't make the fallover pool behave as though
  711. the primary pool is lagging.
  712. - Use an alternative pool should the donation getwork fail.
  713. CGMiner Version 2.1.1 - January 1, 2012
  714. - Include API examples in distribution tarball.
  715. - Don't attempt to pthread_join when cancelling threads as they're already
  716. detached and doing so can lead to a segfault.
  717. - Give more generic message if slow pool at startup is the donation pool.
  718. - Continue to attempt restarting GPU threads if they're flagged dead at 1 min.
  719. intervals.
  720. - Don't attempt to restart sick flagged GPUs while they're still registering
  721. activity.
  722. - Make curl use fresh connections whenever there is any communication issue
  723. in case there are dead persistent connections preventing further comms from
  724. working.
  725. - Display pool in summary if only 1 pool.
  726. - Adjust column width of A/R/HW to be the maximum of any device and align them.
  727. CGMiner Version 2.1.0 - December 27, 2011
  728. - Major infrastructure upgrade with RPC interface for controlling via sockets
  729. encoded with/without JSON courtesy of Andrew Smith. Added documentation for
  730. use of the API and sample code to use with it.
  731. - Updated linux-usb-cgminer document.
  732. - Rewrite of longpoll mechanism to choose the current pool wherever possible to
  733. use for the longpoll, or any pool that supports longpoll if the current one
  734. does not.
  735. - Display information about longpoll when the chosen server has changed.
  736. - Fix the bug where longpoll generated work may have been sent back to the
  737. wrong pool, causing rejects.
  738. - Fix a few race conditions on closing cgminer which caused some of the crashes
  739. on exit.
  740. - Only adjust gpu engine speed in autotune mode if the gpu is currently at the
  741. performance level of that being adjusted.
  742. - Various fixes for parsing/writing of configuration files.
  743. - Do not add blank lines for threads of unused CPUs.
  744. - Show which pool is unresponsive on startup.
  745. - Only show GPU management menu item if GPUs are in use.
  746. - Align most device columns in the curses display.
  747. CGMiner Version 2.0.8 - November 11, 2011
  748. - Make longpoll do a mandatory flushing of all work even if the block hasn't
  749. changed, thus supporting longpoll initiated work change of any sort and merged
  750. mining.
  751. - Byteswap computed hash in hashtest so it can be correctly checked. This fixes
  752. the very rare possibility that a block solve on solo mining was missed.
  753. - Add x86_64 w64 mingw32 target
  754. - Allow a fixed speed difference between memory and GPU clock speed with
  755. --gpu-memdiff that will change memory speed when GPU speed is changed in
  756. autotune mode.
  757. - Don't load the default config if a config file is specified on the command
  758. line.
  759. - Don't build VIA on apple since -a auto bombs instead of gracefully ignoring
  760. VIA failing.
  761. - Build fix for dlopen/dlclose errors in glibc.
  762. CGMiner Version 2.0.7 - October 17, 2011
  763. - Support work without midstate or hash1, which are deprecated in bitcoind 0.5+
  764. - Go to kernel build should we fail to clCreateProgramWithBinary instead of
  765. failing on that device. This should fix the windows problems with devices not
  766. initialising.
  767. - Support new configuration file format courtesy of Chris Savery which can write
  768. the config file from the menu and will load it on startup.
  769. - Write unix configuration to .cgminer/cgminer.conf by default and prompt to
  770. overwrite if given a filename from the menu that exists.
  771. CGMiner Version 2.0.6 - October 9, 2011
  772. - Must initialise the donorpool mutex or it fails on windows.
  773. - Don't make donation work interfere with block change detection allowing
  774. donation to work regardless of the block chain we're mining on.
  775. - Expire shares as stale with a separate timeout from the scantime, defaulting
  776. to 120 seconds.
  777. - Retry pools after a delay of 15 seconds if none can be contacted on startup
  778. unless a key is pressed.
  779. - Don't try to build adl features without having adl.
  780. - Properly check shares against target difficulty - This will no longer show
  781. shares when solo mining at all unless they're considered to be a block solve.
  782. - Add altivec 4 way (cpu mining) support courtesy of Gilles Risch.
  783. - Try to use SSL if the server supports it.
  784. - Display the total solved blocks on exit (LOL if you're lucky).
  785. - Use ADL activity report to tell us if a sick GPU is still busy suggesting it
  786. is hard hung and do not attempt to restart it.
  787. CGMiner Version 2.0.5 - September 27, 2011
  788. - Intensity can now be set to dynamic or static values per-device.
  789. - New donation feature --donation sends a proportion of shares to author's
  790. account of choice, but is disabled by default!
  791. - The hash being displayed and block detection has been fixed.
  792. - Devices not being mined on will not attempt to be ADL managed.
  793. - Intensity is now displayed per GPU device.
  794. - Make longpoll attempt to restart as often as opt_retries specifies.
  795. - We weren't rolling work as often as we could.
  796. - Correct some memory management issues.
  797. - Build fixes.
  798. - Don't mess with GPUs if we don't have them.
  799. CGMiner Version 2.0.4 - September 23, 2011
  800. - Confused Longpoll messages should be finally fixed with cgminer knowing for
  801. sure who found the new block and possibly avoiding a rare crash.
  802. - Display now shows the actual hash and will say BLOCK! if a block is deemed
  803. solved.
  804. - Extra spaces, which would double space lines on small terminals, have been
  805. removed.
  806. - Fan speed change is now damped if it is already heading in the correct
  807. direction to minimise overshoot.
  808. - Building without opencl libraries is fixed.
  809. - GPUs are autoselected if there is only one when in the GPU management menu.
  810. - GPU menu is refreshed instead of returning to status after a GPU change.
  811. CGMiner Version 2.0.3 - September 17, 2011
  812. - Various modes of failure to set fanspeeds and adl values have been addressed
  813. and auto-fan should work now on most hardware, and possibly other values
  814. which previously would not have worked.
  815. - Fixed a crash that can occur on switching pools due to longpoll thread races.
  816. - Use ATISTREAMSDKROOT if available at build time.
  817. - Fanspeed management is returned to the driver default on exit instead of
  818. whatever it was when cgminer was started.
  819. - Logging of events deemed WARNING or ERR now will display even during
  820. periods where menu input is being awaited on.
  821. CGMiner Version 2.0.2 - September 11, 2011
  822. - Exit cleanly if we abort before various threads are set up or if they no
  823. longer exist.
  824. - Fix a rare crash in HASH_DEL due to using different mutexes to protect the
  825. data.
  826. - Flag devices that have never started and don't allow enabling of devices
  827. without restarting them.
  828. - Only force the adapter speed to high if we've flagged this device as being
  829. managed.
  830. - Flag any devices with autofan or autogpu as being managed.
  831. - Use a re-entrant value to store what fanspeed we're trying to set in case the
  832. card doesn't support small changes. Force it to a multiple of 10% if it
  833. fails on trying to speed up the fan.
  834. - Do not bother resetting values to old ones if changes to GPU parameters report
  835. failure, instead returning a failure code only if the return value from get()
  836. differs.
  837. - Remove redundant check.
  838. - Only display supported values from fanspeed on change settings.
  839. - Missing bracket from output.
  840. - Display fan percentage on devices that only support reporting percent and not
  841. RPM.
  842. - Properly substitute DLOPEN flags to build with ADL support when -ldl is needed
  843. and not when opencl is not found.
  844. CGMiner Version 2.0.1 - September 9, 2011
  845. - Fix building on 32bit glibc with dlopen with -lpthread and -ldl
  846. - ByteReverse is not used and the bswap opcode breaks big endian builds. Remove
  847. it.
  848. - Ignore whether the display is active or not since only display enabled devices
  849. work this way, and we skip over repeat entries anwyay.
  850. - Only reset values on exiting if we've ever modified them.
  851. - Flag adl as active if any card is successfully activated.
  852. - Add a thermal cutoff option as well and set it to 95 degrees by default.
  853. - Change the fan speed by only 5% if it's over the target temperature but less
  854. than the hysteresis value to minimise overshoot down in temperature.
  855. - Add a --no-adl option to disable ADL monitoring and GPU settings.
  856. - Only show longpoll received delayed message at verbose level.
  857. - Allow temperatures greater than 100 degrees.
  858. - We should be passing a float for the remainder of the vddc values.
  859. - Implement accepting a range of engine speeds as well to allow a lower limit to
  860. be specified on the command line.
  861. - Allow per-device fan ranges to be set and use them in auto-fan mode.
  862. - Display which GPU has overheated in warning message.
  863. - Allow temperature targets to be set on a per-card basis on the command line.
  864. - Display fan range in autofan status.
  865. - Setting the hysteresis is unlikely to be useful on the fly and doesn't belong
  866. in the per-gpu submenu.
  867. - With many cards, the GPU summaries can be quite long so use a terse output
  868. line when showing them all.
  869. - Use a terser device status line to show fan RPM as well when available.
  870. - Define max gpudevices in one macro.
  871. - Allow adapterid 0 cards to enumerate as a device as they will be non-AMD
  872. cards, and enable ADL on any AMD card.
  873. - Do away with the increasingly confusing and irrelevant total queued and
  874. efficiency measures per device.
  875. - Only display values in the log if they're supported and standardise device log
  876. line printing.
  877. CGMiner Version 2.0.0 - September 6, 2011
  878. Major feature upgrade - GPU monitoring, (over)clocking and fan control for ATI
  879. GPUs.
  880. New command line switches:
  881. --auto-fan- Automatically adjust all GPU fan speeds to maintain a target
  882. temperature
  883. --auto-gpu- Automatically adjust all GPU engine clock speeds to maintain
  884. a target temperature
  885. --gpu-engine <arg> Set the GPU engine (over)clock in Mhz - one value for all or
  886. separate by commas for per card.
  887. --gpu-fan <arg> Set the GPU fan percentage - one value for all or separate
  888. by commas for per card.
  889. --gpu-memclock <arg> Set the GPU memory (over)clock in Mhz - one value for all
  890. or separate by commas for per card.
  891. --gpu-powertune <arg> Set the GPU powertune percentage - one value for all or
  892. separate by commas for per card.
  893. --gpu-vddc <arg> Set the GPU voltage in Volts - one value for all or separate
  894. by commas for per card.
  895. --temp-hysteresis <arg> Set how much the temperature can fluctuate outside
  896. limits when automanaging speeds (default: 3)
  897. --temp-overheat <arg> Set the overheat temperature when automatically managing
  898. fan and GPU speeds (default: 85)
  899. --temp-target <arg> Set the target temperature when automatically managing fan
  900. and GPU speeds (default: 75)
  901. - Implement ATI ADL support for GPU parameter monitoring now and setting later
  902. (temp, fan, clocks etc.).
  903. - Check for the presence of the ADL header files in ADL_SDK.
  904. - Import adl_functions.h from amd overdrive ctrl.
  905. - Implement a setup function that tries to detect GPUs that support the ADL and
  906. link in the parameters into the gpus struct.
  907. - Put a summary of monitoring information from the GPU menu.
  908. - Implement changing memory speed and voltage on the fly.
  909. - Implement fan speed setting.
  910. - Minor corrections to set fan speed by percentage.
  911. - Make sure to read off the value in RPM only.
  912. - Implement auto fanspeed adjustment to maintain a target temperature and
  913. fanspeed below 85%, with an overheat check that will speed the fan up to 100%.
  914. - Add an --auto-fan command line option to allow all GPUs to have autofan
  915. enabled from startup.
  916. - Add a gpu autotune option which adjusts GPU speed to maintain a target
  917. temperature within the bounds of the default GPU speed and any overclocking set.
  918. - Avoid a dereference if the longpoll thread doesn't exist.
  919. - Clean up by setting performance profiles and fan settings to startup levels on
  920. exit.
  921. - Add a small amount of hysteresis before lowering clock speed.
  922. - Allow target, overheat and hysteresis temperatures to be set from command
  923. line.
  924. - Combine all stats collating into one function to avoid repeating function
  925. calls on each variable.
  926. - Add gpu statistics to debugging output via the watchdog thread.
  927. - Implement menus to change temperature limits.
  928. - Implement setting the GPU engine clock speed of all devices or each device as
  929. a comma separated value.
  930. - Implement setting the GPU memory clock speed of all devices or each device as
  931. a comma separated value.
  932. - Implement setting the GPU voltage of all devices or each device as a comma
  933. separated value.
  934. - Implement setting the GPU fan speed of all devices or each device as a comma
  935. separated value.
  936. - Add support for monitoring powertune setting.
  937. - Implement changing of powertune value from the GPU change settings menu.
  938. - Get the value of powertune in get_stats.
  939. - Implement setting the GPU powertune value of all devices or each device as a
  940. comma separated value.
  941. - Remove the safety checks in speed setting since confirmation is done first in
  942. the menu, then show the new current values after a short pause.
  943. - Force the speed to high on startup and restore it to whatever the setting was
  944. on exit.
  945. - Add temperature to standard output where possible and use more compact output.
  946. - Move and print at the same time in curses to avoid random trampling display
  947. errors.
  948. - Update the status window only from the watchdog thread, do not rewrite the top
  949. status messages and only refresh once all the status window is complete,
  950. clearing the window each time to avoid corruption.
  951. - Set a safe starting fan speed if we're automanaging the speeds.
  952. - Provide locking around all adl calls to prevent races.
  953. - Lower profile settings cannot be higher than higher profile ones so link any
  954. drops in settings.
  955. - Add new needed text files to distribution.
  956. - Queue requests ignoring the number of staged clones since they get discarded
  957. very easily leading to false positives for pool not providing work fast enough.
  958. - Include libgen.h in opt.c to fix win32 compilation warnings.
  959. - Fix compilation warning on win32.
  960. - Add the directory name from the arguments cgminer was called from as well to
  961. allow it running from a relative pathname.
  962. - Add a --disable-adl option to configure and only enable it if opencl support
  963. exists.
  964. - Retry before returning a failure to get upstream work as a failure to avoid
  965. false positives for pool dead.
  966. - Retry also if the decoding of work fails.
  967. - Use the presence of X-Roll-Ntime in the header as a bool for exists unless N
  968. is found in the response.
  969. CGMiner Version 1.6.2 - September 2, 2011
  970. - Add --failover-only option to not leak work to backup pools when the primary
  971. pool is lagging.
  972. - Change recommendation to intensity 9 for dedicated miners.
  973. - Fix the bouncing short term value by allowing it to change dynamically when
  974. the latest value is very different from the rolling value, but damp the change
  975. when it gets close.
  976. - Use the curses_lock to protect the curses_active variable and test it under
  977. lock.
  978. - Go back to requesting work 2/3 of the way through the current scantime with
  979. CPU mining as reports of mining threads running out of work have occurred with
  980. only 5 seconds to retrieve work.
  981. - Add start and stop time scheduling for regular time of day running or once off
  982. start/stop options.
  983. - Print summary on quit modes.
  984. - Put some sanity checks on the times that can be input.
  985. - Give a verbose message when no active pools are found and pause before
  986. exiting.
  987. - Add verbose message when a GPU fails to initialise, and disable the correct
  988. GPU.
  989. - Cryptopp asm32 was not correctly updated to the incremental nonce code so the
  990. hash counter was bogus.
  991. - Get rid of poorly executed curl check.
  992. - If curl does not have sockopts, do not try to compile the
  993. json_rpc_call_sockopt_cb function, making it possible to build against older
  994. curl libraries.
  995. - Most people expect /usr/local when an unspecified prefix is used so change to
  996. that.
  997. - Rename localgen occasions to getwork fail occasions since localgen is
  998. unrelated now.
  999. CGMiner Version 1.6.1 - August 29, 2011
  1000. - Copy cgminer path, not cat it.
  1001. - Switching between redrawing windows does not fix the crash with old
  1002. libncurses, so redraw both windows, but only when the window size hasn't
  1003. changed.
  1004. - Reinstate minimum 1 extra in queue to make it extremely unlikely to ever have
  1005. 0 staged work items and any idle time.
  1006. - Return -1 if no input is detected from the menu to prevent it being
  1007. interpreted as a 0.
  1008. - Make pthread, libcurl and libcurses library checks mandatory or fail.
  1009. - Add a --disable-opencl configure option to make it possible to override
  1010. detection of opencl and build without GPU mining support.
  1011. - Confusion over the variable name for number of devices was passing a bogus
  1012. value which likely was causing the zero sized binary issue.
  1013. - cgminer no longer supports default url user and pass so remove them.
  1014. - Don't show value of intensity since it's dynamic by default.
  1015. - Add options to explicitly enable CPU mining or disable GPU mining.
  1016. - Convert the opt queue into a minimum number of work items to have queued
  1017. instead of an extra number to decrease risk of getting idle devices without
  1018. increasing risk of higher rejects.
  1019. - Statify tv_sort.
  1020. - Check for SSE2 before trying to build 32 bit SSE2 assembly version. Prevents
  1021. build failure when yasm is installed but -msse2 is not specified.
  1022. - Add some defines to configure.ac to enable exporting of values and packaging,
  1023. and clean up output.
  1024. - Give convenient summary at end of ./configure.
  1025. - Display version information and add --version command line option, and make
  1026. sure we flush stdout.
  1027. - Enable curses after the mining threads are set up so that failure messages
  1028. won't be lost in the curses interface.
  1029. - Disable curses after inputting a pool if we requested no curses interface.
  1030. - Add an option to break out after successfully mining a number of accepted
  1031. shares.
  1032. - Exit with a failed return code if we did not reach opt_shares.
  1033. - The cpu mining work data can get modified before we copy it if we submit it
  1034. async, and the sync submission is not truly sync anyway, so just submit it sync.
  1035. CGMiner Version 1.6.0 - August 26, 2011
  1036. - Make restarting of GPUs optional for systems that hang on any attempt to
  1037. restart them. Fix DEAD status by comparing it to last live time rather than
  1038. last attempted restart time since that happens every minute.
  1039. - Move staged threads to hashes so we can sort them by time.
  1040. - Create a hash list of all the blocks created and search them to detect when a
  1041. new block has definitely appeared, using that information to detect stale work
  1042. and discard it.
  1043. - Update configure.ac for newer autoconf tools.
  1044. - Use the new hashes directly for counts instead of the fragile counters
  1045. currently in use.
  1046. - Update to latest sse2 code from cpuminer-ng.
  1047. - Allow LP to reset block detect and block detect lp flags to know who really
  1048. came first.
  1049. - Get start times just before mining begins to not have very slow rise in
  1050. average.
  1051. - Add message about needing one server.
  1052. - We can queue all the necessary work without hitting frequent stales now with
  1053. the time and string stale protection active all the time. This prevents a
  1054. pool being falsely labelled as not providing work fast enough.
  1055. - Include uthash.h in distro.
  1056. - Implement SSE2 32 bit assembly algorithm as well.
  1057. - Fail gracefully if unable to open the opencl files.
  1058. - Make cgminer look in the install directory for the .cl files making make
  1059. install work correctly.
  1060. - Allow a custom kernel path to be entered on the command line.
  1061. - Bump threshhold for lag up to maximum queued but no staged work.
  1062. - Remove fragile source patching for bitalign, vectors et. al and simply pass it
  1063. with the compiler options.
  1064. - Actually check the value returned for the x-roll-ntime extension to make sure
  1065. it isn't saying N.
  1066. - Prevent segfault on exit for when accessory threads don't exist.
  1067. - Disable curl debugging with opt protocol since it spews to stderr.
  1068. CGMiner Version 1.5.8 - August 23, 2011
  1069. - Minimise how much more work can be given in cpu mining threads each interval.
  1070. - Make the fail-pause progressively longer each time it fails until the network
  1071. recovers.
  1072. - Only display the lagging message if we've requested the work earlier.
  1073. - Clean up the pool switching to not be dependent on whether the work can roll
  1074. or not by setting a lagging flag and then the idle flag.
  1075. - Only use one thread to determine if a GPU is sick or well, and make sure to
  1076. reset the sick restart attempt time.
  1077. - The worksize was unintentionally changed back to 4k by mistake, this caused a
  1078. slowdown.
  1079. CGMiner Version 1.5.7 - August 22, 2011
  1080. - Fix a crash with --algo auto
  1081. - Test at appropriate target difficulty now.
  1082. - Add per-device statics log output with --per-device-stats
  1083. - Fix breakage that occurs when 1 or 4 vectors are chosen on new phatk.
  1084. - Make rolltime report debug level only now since we check it every work
  1085. item.
  1086. - Add the ability to enable/disable per-device stats on the fly and match
  1087. logging on/off.
  1088. - Explicitly tell the compiler to retain the program to minimise the chance of
  1089. the zero sized binary errors.
  1090. - Add one more instruction to avoid one branch point in the common path in the
  1091. cl return code. Although this adds more ALUs overall and more branch points, the
  1092. common path code has the same number of ALUs and one less jmp, jmps being more
  1093. expensive.
  1094. - Explicitly link in ws2_32 on the windows build and update README file on how
  1095. to compile successfully on windows.
  1096. - Release cl resources should the gpu mining thread abort.
  1097. - Attempt to restart a GPU once every minute while it's sick.
  1098. - Don't kill off the reinit thread if it fails to init a GPU but returns safely.
  1099. - Only declare a GPU dead if there's been no sign of activity from the reinit
  1100. thread for 10 mins.
  1101. - Never automatically disable any pools but just specify them as idle if they're
  1102. unresponsive at startup.
  1103. - Use any longpoll available, and don't disable it if switching to a server that
  1104. doesn't have it. This allows you to mine solo, yet use the longpoll from a pool
  1105. even if the pool is the backup server.
  1106. - Display which longpoll failed and don't free the ram for lp_url since it
  1107. belongs to the pool hdr path.
  1108. - Make the tcp setsockopts unique to linux in the hope it allows freebsd et. al
  1109. to compile.
  1110. CGMiner Version 1.5.6 - August 17, 2011
  1111. - New phatk and poclbm kernels. Updated phatk to be in sync with latest 2.2
  1112. courtesy of phateus. Custom modified to work best with cgminer.
  1113. - Updated output buffer code to use a smaller buffer with the kernels.
  1114. - Clean up the longpoll management to ensure the right paths go to the right
  1115. pool and display whether we're connected to LP or not in the status line.
  1116. CGMiner Version 1.5.5 - August 16, 2011
  1117. - Rework entirely the GPU restart code. Strike a balance between code that
  1118. re-initialises the GPU entirely so that soft hangs in the code are properly
  1119. managed, but if a GPU is completely hung, the thread restart code fails
  1120. gracefully, so that it does not take out any other code or devices. This will
  1121. allow cgminer to keep restarting GPUs that can be restarted, but continue
  1122. mining even if one or more GPUs hangs which would normally require a reboot.
  1123. - Add --submit-stale option which submits all shares, regardless of whether they
  1124. would normally be considered stale.
  1125. - Keep options in alphabetical order.
  1126. - Probe for slightly longer for when network conditions are lagging.
  1127. - Only display the CPU algo when we're CPU mining.
  1128. - As we have keepalives now, blaming network flakiness on timeouts appears to
  1129. have been wrong. Set a timeout for longpoll to 1 hour, and most other
  1130. network connectivity to 1 minute.
  1131. - Simplify output code and remove HW errors from CPU stats.
  1132. - Simplify code and tidy output.
  1133. - Only show cpu algo in summary if cpu mining.
  1134. - Log summary at the end as per any other output.
  1135. - Flush output.
  1136. - Add a linux-usb-cgminer guide courtesy of Kano.
  1137. CGMiner Version 1.5.4 - August 14, 2011
  1138. - Add new option: --monitor <cmd> Option lets user specify a command <cmd> that
  1139. will get forked by cgminer on startup. cgminer's stderr output subsequently gets
  1140. piped directly to this command.
  1141. - Allocate work from one function to be able to initialise variables added
  1142. later.
  1143. - Add missing fflush(stdout) for --ndevs and conclusion summary.
  1144. - Preinitialise the devices only once on startup.
  1145. - Move the non cl_ variables into the cgpu info struct to allow creating a new
  1146. cl state on reinit, preserving known GPU variables.
  1147. - Create a new context from scratch in initCQ in case something was corrupted to
  1148. maximise our chance of succesfully creating a new worker thread. Hopefully this
  1149. makes thread restart on GPU failure more reliable, without hanging everything
  1150. in the case of a completely wedged GPU.
  1151. - Display last initialised time in gpu management info, to know if a GPU has
  1152. been re-initialised.
  1153. - When pinging a sick cpu, flush finish and then ping it in a separate thread in
  1154. the hope it recovers without needing a restart, but without blocking code
  1155. elsewhere.
  1156. - Only consider a pool lagging if we actually need the work and we have none
  1157. staged despite queue requests stacking up. This decreases significantly the
  1158. amount of work that leaks to the backup pools.
  1159. - The can_roll function fails inappropriately in stale_work.
  1160. - Only put the message that a pool is down if not pinging it every minute. This
  1161. prevents cgminer from saying pool down at 1 minute intervals unless in debug
  1162. mode.
  1163. - Free all work in one place allowing us to perform actions on it in the future.
  1164. - Remove the extra shift in the output code which was of dubious benefit. In
  1165. fact in cgminer's implementation, removing this caused a miniscule speedup.
  1166. - Test each work item to see if it can be rolled instead of per-pool and roll
  1167. whenever possible, adhering to the 60 second timeout. This makes the period
  1168. after a longpoll have smaller dips in throughput, as well as requiring less
  1169. getworks overall thus increasing efficiency.
  1170. - Stick to rolling only work from the current pool unless we're in load balance
  1171. mode or lagging to avoid aggressive rolling imitating load balancing.
  1172. - If a work item has had any mining done on it, don't consider it discarded
  1173. work.
  1174. CGMiner Version 1.5.3 - July 30, 2011
  1175. - Significant work went into attempting to make the thread restart code robust
  1176. to identify sick threads, tag them SICK after 1 minute, then DEAD after 5
  1177. minutes of inactivity and try to restart them. Instead of re-initialising the
  1178. GPU completely, only a new cl context is created to avoid hanging the rest of
  1179. the GPUs should the dead GPU be hung irrevocably.
  1180. - Use correct application name in syslog.
  1181. - Get rid of extra line feeds.
  1182. - Use pkg-config to check for libcurl version
  1183. - Implement per-thread getwork count with proper accounting to not over-account
  1184. queued items when local work replaces it.
  1185. - Create a command queue from the program created from source which allows us
  1186. to flush the command queue in the hope it will not generate a zero sized binary
  1187. any more.
  1188. - Be more willing to get work from the backup pools if the work is simply being
  1189. queued faster than it is being retrieved.
  1190. CGMiner Version 1.5.2 - July 28, 2011
  1191. - Restarting a hung GPU can hang the rest of the GPUs so just declare it dead
  1192. and provide the information in the status.
  1193. - The work length in the miner thread gets smaller but doesn't get bigger if
  1194. it's under 1 second. This could end up leading to CPU under-utilisation and
  1195. lower and lower hash rates. Fix it by increasing work length if it drops
  1196. under 1 second.
  1197. - Make the "quiet" mode still update the status and display errors, and add a
  1198. new --real-quiet option which disables all output and can be set once while
  1199. running.
  1200. - Update utility and efficiency figures when displaying them.
  1201. - Some Intel HD graphics support the opencl commands but return errors since
  1202. they don't support opencl. Don't fail with them, just provide a warning and
  1203. disable GPU mining.
  1204. - Add http:// if it's not explicitly set for URL entries.
  1205. - Log to the output file at any time with warnings and errors, instead of just
  1206. when verbose mode is on.
  1207. - Display the correct current hash as per blockexplorer, truncated to 16
  1208. characters, with just the time.
  1209. CGMiner Version 1.5.1 - July 27, 2011
  1210. - Two redraws in a row cause a crash in old libncurses so just do one redraw
  1211. using the main window.
  1212. - Don't adjust hash_div only up for GPUs. Disable hash_div adjustment for GPUs.
  1213. - Only free the thread structures if the thread still exists.
  1214. - Update both windows separately, but not at the same time to prevent the double
  1215. refresh crash that old libncurses has. Do the window resize check only when
  1216. about to redraw the log window to minimise ncurses cpu usage.
  1217. - Abstract out the decay time function and use it to make hash_div a rolling
  1218. average so it doesn't change too abruptly and divide work in chunks large enough
  1219. to guarantee they won't overlap.
  1220. - Sanity check to prove locking.
  1221. - Don't take more than one lock at a time.
  1222. - Make threads report out when they're queueing a request and report if they've
  1223. failed.
  1224. - Make cpu mining work submission asynchronous as well.
  1225. - Properly detect stale work based on time from staging and discard instead of
  1226. handing on, but be more lax about how long work can be divided for up to the
  1227. scantime.
  1228. - Do away with queueing work separately at the start and let each thread grab
  1229. its own work as soon as it's ready.
  1230. - Don't put an extra work item in the queue as each new device thread will do so
  1231. itself.
  1232. - Make sure to decrease queued count if we discard the work.
  1233. - Attribute split work as local work generation.
  1234. - If work has been cloned it is already at the head of the list and when being
  1235. reinserted into the queue it should be placed back at the head of the list.
  1236. - Dividing work is like the work is never removed at all so treat it as such.
  1237. However the queued bool needs to be reset to ensure we *can* request more work
  1238. even if we didn't initially.
  1239. - Make the display options clearer.
  1240. - Add debugging output to tq_push calls.
  1241. - Add debugging output to all tq_pop calls.
  1242. CGMiner Version 1.5.0 - July 26, 2011
  1243. - Increase efficiency of slow mining threads such as CPU miners dramatically. Do
  1244. this by detecting which threads cannot complete searching a work item within the
  1245. scantime and then divide up a work item into multiple smaller work items.
  1246. Detect the age of the work items and if they've been cloned before to prevent
  1247. doing the same work over. If the work is too old to be divided, then see if it
  1248. can be time rolled and do that to generate work. This dramatically decreases the
  1249. number of queued work items from a pool leading to higher overall efficiency
  1250. (but the same hashrate and share submission rate).
  1251. - Don't request work too early for CPUs as CPUs will scan for the full
  1252. opt_scantime anyway.
  1253. - Simplify gpu management enable/disable/restart code.
  1254. - Implement much more accurate rolling statistics per thread and per gpu and
  1255. improve accuracy of rolling displayed values.
  1256. - Make the rolling log-second average more accurate.
  1257. - Add a menu to manage GPUs on the fly allowing you to enable/disable GPUs or
  1258. try restarting them.
  1259. - Keep track of which GPUs are alive versus enabled.
  1260. - Start threads for devices that are even disabled, but don't allow them to
  1261. start working.
  1262. - The last pool is when we are low in total_pools, not active_pools.
  1263. - Make the thread restart do a pthread_join after disabling the device, only
  1264. re-enabling it if we succeed in restarting the thread. Do this from a separate
  1265. thread so as to not block any other code.This will allow cgminer to continue
  1266. even if one GPU hangs.
  1267. - Try to do every curses manipulation under the curses lock.
  1268. - Only use the sockoptfunction if the version of curl is recent enough.
  1269. CGMiner Version 1.4.1 - July 24, 2011
  1270. - Do away with GET for dealing with longpoll forever. POST is the one that works
  1271. everywhere, not the other way around.
  1272. - Detect when the primary pool is lagging and start queueing requests on backup
  1273. pools if possible before needing to roll work.
  1274. - Load balancing puts more into the current pool if there are disabled pools.
  1275. Fix.
  1276. - Disable a GPU device should the thread fail to init.
  1277. - Out of order command queue may fail on osx. Try without if it fails.
  1278. - Fix possible dereference on blank inputs during input_pool.
  1279. - Defines missing would segfault on --help when no sse mining is built in.
  1280. - Revert "Free up resources/stale compilers." - didn't help.
  1281. - Only try to print the status of active devices or it would crash.
  1282. - Some hardware might benefit from the less OPS so there's no harm in leaving
  1283. kernel changes that do that apart from readability of the code.
  1284. CGMiner Version 1.4.0 - July 23, 2011
  1285. - Feature upgrade: Add keyboard input during runtime to allow modification of
  1286. and viewing of numerous settings such as adding/removing pools, changing
  1287. multipool management strategy, switching pools, changing intensiy, verbosity,
  1288. etc. with a simple keypress menu system.
  1289. - Free up resources/stale compilers.
  1290. - Kernels are safely flushed in a way that allows out of order execution to
  1291. work.
  1292. - Sometimes the cl compiler generates zero sized binaries and only a reboot
  1293. seems to fix it.
  1294. - Don't try to stop/cancel threads that don't exist.
  1295. - Only set option to show devices and exit if built with opencl support.
  1296. - Enable curses earlier and exit with message in main for messages to not be
  1297. lost in curses windows.
  1298. - Make it possible to enter server credentials with curses input if none are
  1299. specified on the command line.
  1300. - Abstract out a curses input function and separate input pool function to allow
  1301. for live adding of pools later.
  1302. - Remove the nil arguments check to allow starting without parameters.
  1303. - Disable/enable echo & cbreak modes.
  1304. - Add a thread that takes keyboard input and allow for quit, silent, debug,
  1305. verbose, normal, rpc protocol debugging and clear screen options.
  1306. - Add pool option to input and display current pool status, pending code to
  1307. allow live changes.
  1308. - Add a bool for explicit enabling/disabling of pools.
  1309. - Make input pool capable of bringing up pools while running.
  1310. - Do one last check of the work before submitting it.
  1311. - Implement the ability to live add, enable, disable, and switch to pools.
  1312. - Only internally test for block changes when the work matches the current pool
  1313. to prevent interleaved block change timing on multipools.
  1314. - Display current pool management strategy to enable changing it on the fly.
  1315. - The longpoll blanking of the current_block data may not be happening before
  1316. the work is converted and appears to be a detected block change. Blank the
  1317. current block be
  1318. - Make --no-longpoll work again.
  1319. - Abstract out active pools count.
  1320. - Allow the pool strategy to be modified on the fly.
  1321. - Display pool information on the fly as well.
  1322. - Add a menu and separate out display options.
  1323. - Clean up the messy way the staging thread communicates with the longpoll
  1324. thread to determine who found the block first.
  1325. - Make the input windows update immediately instead of needing a refresh.
  1326. - Allow log interval to be set in the menu.
  1327. - Allow scan settings to be modified at runtime.
  1328. - Abstract out the longpoll start and explicitly restart it on pool change.
  1329. - Make it possible to enable/disable longpoll.
  1330. - Set priority correctly on multipools. Display priority and alive/dead
  1331. information in display_pools.
  1332. - Implement pool removal.
  1333. - Limit rolltime work generation to 10 iterations only.
  1334. - Decrease testing log to info level.
  1335. - Extra refresh not required.
  1336. - With huge variation in GPU performance, allow intensity to go from -10 to +10.
  1337. - Tell getwork how much of a work item we're likely to complete for future
  1338. splitting up of work.
  1339. - Remove the mandatory work requirement at startup by testing for invalid work
  1340. being passed which allows for work to be queued immediately. This also
  1341. removes the requirem
  1342. - Make sure intensity is carried over to thread count and is at least the
  1343. minimum necessary to work.
  1344. - Unlocking error on retry. Locking unnecessary anyway so remove it.
  1345. - Clear log window from consistent place. No need for locking since logging is
  1346. disabled during input.
  1347. - Cannot print the status of threads that don't exist so just queue enough work
  1348. for the number of mining threads to prevent crash with -Q N.
  1349. - Update phatk kernel to one with new parameters for slightly less overhead
  1350. again. Make the queue kernel parameters call a function pointer to select
  1351. phatk or poclbm.
  1352. - Make it possible to select the choice of kernel on the command line.
  1353. - Simplify the output part of the kernel. There's no demonstrable advantage from
  1354. more complexity.
  1355. - Merge pull request #18 from ycros/cgminer
  1356. - No need to make leaveok changes win32 only.
  1357. - Build support in for all SSE if possible and only set the default according to
  1358. machine capabilities.
  1359. - Win32 threading and longpoll keepalive fixes.
  1360. - Win32: Fix for mangled output on the terminal on exit.
  1361. CGMiner Version 1.3.1 - July 20, 2011
  1362. - Feature upgrade; Multiple strategies for failover. Choose from default which
  1363. now falls back to a priority order from 1st to last, round robin which only
  1364. changes pools when one is idle, rotate which changes pools at user-defined
  1365. intervals, and load-balance which spreads the work evenly amongst all pools.
  1366. - Implement pool rotation strategy.
  1367. - Implement load balancing algorithm by rotating requests to each pool.
  1368. - Timeout on failed discarding of staged requests.
  1369. - Implement proper flagging of idle pools, test them with the watchdog thread,
  1370. and failover correctly.
  1371. - Move pool active test to own function.
  1372. - Allow multiple strategies to be set for multipool management.
  1373. - Track pool number.
  1374. - Don't waste the work items queued on testing the pools at startup.
  1375. - Reinstate the mining thread watchdog restart.
  1376. - Add a getpoll bool into the thread information and don't restart threads stuck
  1377. waiting on work.
  1378. - Rename the idlenet bool for the pool for later use.
  1379. - Allow the user/pass userpass urls to be input in any order.
  1380. - When json rpc errors occur they occur in spits and starts, so trying to limit
  1381. them with the comms error bool doesn't stop a flood of them appearing.
  1382. - Reset the queued count to allow more work to be queued for the new pool on
  1383. pool switch.
  1384. CGMiner Version 1.3.0 - July 19, 2011
  1385. - Massive infrastructure update to support pool failover.
  1386. - Accept multiple parameters for url, user and pass and set up structures of
  1387. pool data accordingly.
  1388. - Probe each pool for what it supports.
  1389. - Implement per pool feature support according to rolltime support as
  1390. advertised by server.
  1391. - Do switching automatically based on a 300 second timeout of locally generated
  1392. work or 60 seconds of no response from a server that doesn't support rolltime.
  1393. - Implement longpoll server switching.
  1394. - Keep per-pool data and display accordingly.
  1395. - Make sure cgminer knows how long the pool has actually been out for before
  1396. deeming it a prolonged outage.
  1397. - Fix bug with ever increasing staged work in 1.2.8 that eventually caused
  1398. infinite rejects.
  1399. - Make warning about empty http requests not show by default since many
  1400. servers do this regularly.
  1401. CGMiner Version 1.2.8 - July 18, 2011
  1402. - More OSX build fixes.
  1403. - Add an sse4 algorithm to CPU mining.
  1404. - Fix CPU mining with other algorithms not working.
  1405. - Rename the poclbm file to ensure a new binary is built since.
  1406. - We now are guaranteed to have one fresh work item after a block change and we
  1407. should only discard staged requests.
  1408. - Don't waste the work we retrieve from a longpoll.
  1409. - Provide a control lock around global bools to avoid racing on them.
  1410. - Iterating over 1026 nonces when confirming data from the GPU is old code
  1411. and unnecessary and can lead to repeats/stales.
  1412. - The poclbm kernel needs to be updated to work with the change to 4k sized
  1413. output buffers.
  1414. - longpoll seems to work either way with post or get but some servers prefer
  1415. get so change to httpget.
  1416. CGMiner Version 1.2.7 - July 16, 2011
  1417. - Show last 8 characters of share submitted in log.
  1418. - Display URL connected to and user logged in as in status.
  1419. - Display current block and when it was started in the status line.
  1420. - Only pthread_join the mining threads if they exist as determined by
  1421. pthread_cancel and don't fail on pthread_cancel.
  1422. - Create a unique work queue for all getworks instead of binding it to thread 0
  1423. to avoid any conflict over thread 0's queue.
  1424. - Clean up the code to make it clear it's watchdog thread being messaged to
  1425. restart the threads.
  1426. - Check the current block description hasn't been blanked pending the real
  1427. new current block data.
  1428. - Re-enable signal handlers once the signal has been received to make it
  1429. possible to kill cgminer if it fails to shut down.
  1430. - Disable restarting of CPU mining threads pending further investigation.
  1431. - Update longpoll messages.
  1432. - Add new block data to status line.
  1433. - Fix opencl tests for osx.
  1434. - Only do local generation of work if the work item is not stale itself.
  1435. - Check for stale work within the mining threads and grab new work if
  1436. positive.
  1437. - Test for idle network conditions and prevent threads from being restarted
  1438. by the watchdog thread under those circumstances.
  1439. - Make sure that local work generation does not continue indefinitely by
  1440. stopping it after 10 minutes.
  1441. - Tweak the kernel to have a shorter path using a 4k buffer and a mask on the
  1442. nonce value instead of a compare and loop for a shorter code path.
  1443. - Allow queue of zero and make that default again now that we can track how
  1444. work is being queued versus staged. This can decrease reject rates.
  1445. - Queue precisely the number of mining threads as longpoll_staged after a
  1446. new block to not generate local work.
  1447. CGMiner Version 1.2.6 - July 15, 2011
  1448. - Put a current system status line beneath the total work status line
  1449. - Fix a counting error that would prevent cgminer from correctly detecting
  1450. situations where getwork was failing - this would cause stalls sometimes
  1451. unrecoverably.
  1452. - Limit the maximum number of requests that can be put into the queue which
  1453. otherwise could get arbitrarily long during a network outage.
  1454. - Only count getworks that are real queue requests.
  1455. CGMiner Version 1.2.5 - July 15, 2011
  1456. - Conflicting -n options corrected
  1457. - Setting an intensity with -I disables dynamic intensity setting
  1458. - Removed option to manually disable dynamic intensity
  1459. - Improve display output
  1460. - Implement signal handler and attempt to clean up properly on exit
  1461. - Only restart threads that are not stuck waiting on mandatory getworks
  1462. - Compatibility changes courtesy of Ycros to build on mingw32 and osx
  1463. - Explicitly grab first work item to prevent false positive hardware errors
  1464. due to working on uninitialised work structs
  1465. - Add option for non curses --text-only output
  1466. - Ensure we connect at least once successfully before continuing to retry to
  1467. connect in case url/login parameters were wrong
  1468. - Print an executive summary when cgminer is terminated
  1469. - Make sure to refresh the status window
  1470. CGMiner Versions -> 1.2.4
  1471. - Con Kolivas - July 2011. New maintainership of code under cgminer name.
  1472. - Massive rewrite to incorporate GPU mining.
  1473. - Incorporate original oclminer c code.
  1474. - Rewrite gpu mining code to efficient work loops.
  1475. - Implement per-card detection and settings.
  1476. - Implement vector code.
  1477. - Implement bfi int patching.
  1478. - Import poclbm and phatk ocl kernels and use according to hardware type.
  1479. - Implement customised optimised versions of opencl kernels.
  1480. - Implement binary kernel generation and loading.
  1481. - Implement preemptive asynchronous threaded work gathering and pushing.
  1482. - Implement variable length extra work queues.
  1483. - Optimise workloads to be efficient miners instead of getting lots of extra
  1484. work.
  1485. - Implement total hash throughput counters, per-card accepted, rejected and
  1486. hw error count.
  1487. - Staging and watchdog threads to prevent fallover.
  1488. - Stale and reject share guarding.
  1489. - Autodetection of new blocks without longpoll.
  1490. - Dynamic setting of intensity to maintain desktop interactivity.
  1491. - Curses interface with generous statistics and information.
  1492. - Local generation of work (xroll ntime) when detecting poor network
  1493. connectivity.
  1494. cpuminer Version 1.0.2
  1495. - Linux x86_64 optimisations - Con Kolivas
  1496. - Optimise for x86_64 by default by using sse2_64 algo
  1497. - Detects CPUs and sets number of threads accordingly
  1498. - Uses CPU affinity for each thread where appropriate
  1499. - Sets scheduling policy to lowest possible
  1500. - Minor performance tweaks
  1501. cpuminer Version 1.0.1 - May 14, 2011
  1502. - OSX support
  1503. cpuminer Version 1.0 - May 9, 2011
  1504. - jansson 2.0 compatibility
  1505. - correct off-by-one in date (month) display output
  1506. - fix platform detection
  1507. - improve yasm configure bits
  1508. - support full URL, in X-Long-Polling header
  1509. cpuminer Version 0.8.1 - March 22, 2011
  1510. - Make --user, --pass actually work
  1511. - Add User-Agent HTTP header to requests, so that server operators may
  1512. more easily identify the miner client.
  1513. - Fix minor bug in example JSON config file
  1514. cpuminer Version 0.8 - March 21, 2011
  1515. - Support long polling: http://deepbit.net/longpolling.php
  1516. - Adjust max workload based on scantime (default 5 seconds,
  1517. or 60 seconds for longpoll)
  1518. - Standardize program output, and support syslog on Unix platforms
  1519. - Suport --user/--pass options (and "user" and "pass" in config file),
  1520. as an alternative to the current --userpass
  1521. cpuminer Version 0.7.2 - March 14, 2011
  1522. - Add port of ufasoft's sse2 assembly implementation (Linux only)
  1523. This is a substantial speed improvement on Intel CPUs.
  1524. - Move all JSON-RPC I/O to separate thread. This reduces the
  1525. number of HTTP connections from one-per-thread to one, reducing resource
  1526. usage on upstream bitcoind / pool server.
  1527. cpuminer Version 0.7.1 - March 2, 2011
  1528. - Add support for JSON-format configuration file. See example
  1529. file example-cfg.json. Any long argument on the command line
  1530. may be stored in the config file.
  1531. - Timestamp each solution found
  1532. - Improve sha256_4way performance. NOTE: This optimization makes
  1533. the 'hash' debug-print output for sha256_way incorrect.
  1534. - Use __builtin_expect() intrinsic as compiler micro-optimization
  1535. - Build on Intel compiler
  1536. - HTTP library now follows HTTP redirects
  1537. cpuminer Version 0.7 - February 12, 2011
  1538. - Re-use CURL object, thereby reuseing DNS cache and HTTP connections
  1539. - Use bswap_32, if compiler intrinsic is not available
  1540. - Disable full target validation (as opposed to simply H==0) for now
  1541. cpuminer Version 0.6.1 - February 4, 2011
  1542. - Fully validate "hash < target", rather than simply stopping our scan
  1543. if the high 32 bits are 00000000.
  1544. - Add --retry-pause, to set length of pause time between failure retries
  1545. - Display proof-of-work hash and target, if -D (debug mode) enabled
  1546. - Fix max-nonce auto-adjustment to actually work. This means if your
  1547. scan takes longer than 5 seconds (--scantime), the miner will slowly
  1548. reduce the number of hashes you work on, before fetching a new work unit.
  1549. cpuminer Version 0.6 - January 29, 2011
  1550. - Fetch new work unit, if scanhash takes longer than 5 seconds (--scantime)
  1551. - BeeCee1's sha256 4way optimizations
  1552. - lfm's byte swap optimization (improves via, cryptopp)
  1553. - Fix non-working short options -q, -r
  1554. cpuminer Version 0.5 - December 28, 2010
  1555. - Exit program, when all threads have exited
  1556. - Improve JSON-RPC failure diagnostics and resilience
  1557. - Add --quiet option, to disable hashmeter output.
  1558. cpuminer Version 0.3.3 - December 27, 2010
  1559. - Critical fix for sha256_cryptopp 'cryptopp_asm' algo
  1560. cpuminer Version 0.3.2 - December 23, 2010
  1561. - Critical fix for sha256_via
  1562. cpuminer Version 0.3.1 - December 19, 2010
  1563. - Critical fix for sha256_via
  1564. - Retry JSON-RPC failures (see --retry, under "minerd --help" output)
  1565. cpuminer Version 0.3 - December 18, 2010
  1566. - Add crypto++ 32bit assembly implementation
  1567. - show version upon 'minerd --help'
  1568. - work around gcc 4.5.x bug that killed 4way performance
  1569. cpuminer Version 0.2.2 - December 6, 2010
  1570. - VIA padlock implementation works now
  1571. - Minor build and runtime fixes
  1572. cpuminer Version 0.2.1 - November 29, 2010
  1573. - avoid buffer overflow when submitting solutions
  1574. - add Crypto++ sha256 implementation (C only, ASM elided for now)
  1575. - minor internal optimizations and cleanups
  1576. cpuminer Version 0.2 - November 27, 2010
  1577. - Add script for building a Windows installer
  1578. - improve hash performance (hashmeter) statistics
  1579. - add tcatm 4way sha256 implementation
  1580. - Add experimental VIA Padlock sha256 implementation
  1581. cpuminer Version 0.1.2 - November 26, 2010
  1582. - many small cleanups and micro-optimizations
  1583. - build win32 exe using mingw
  1584. - RPC URL, username/password become command line arguments
  1585. - remove unused OpenSSL dependency
  1586. cpuminer Version 0.1.1 - November 24, 2010
  1587. - Do not build sha256_generic module separately from cpuminer.
  1588. cpuminer Version 0.1 - November 24, 2010
  1589. - Initial release.