NEWS 83 KB

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