changelog 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. bfgminer (2.6.4-0precise1) precise; urgency=low
  2. * More drastic improvements to ModMiner clock adjustment algorithm. Downclocking should be more conservative, and BFGMiner will even raise the clock speed when it's doing well.
  3. * ModMiners are now kept busier (less idle time) and nonces are checked against the previous work to catch races. This may result in a higher utility (effective hashrate).
  4. * Tested and fixed problems managing throttling BitFORCE Singles. An 880 MH/s Single that was throttling to 440 MH/s before (and throwing lots of garbled errors) is now working cleanly at 590 MH/s - a 34% improvement in hashrate!
  5. * A bunch of annoying crashes were fixed:
  6. * * With high-share devices when network connectivity is lost.
  7. * * GPU mining not functional when any OpenCL platform fails.
  8. * * Occasional deadlock/hang during exit.
  9. * New --debuglog option to include debug information in log file (see README) but not in main console.
  10. * The scrypt code was updated - now ALL results from a GPU are checked to see if they're valid and if not, instead of being submitted where they are guaranteed to be rejected, they register as hardware errors. This will make tuning your scrypt parameters easier as HW error count will rise if you've set the parameters too high.
  11. * Updated miner.php from Kano
  12. -- graeme <graeme@sudo.ca> Thu, 09 Aug 2012 10:39:00 -0700
  13. bfgminer (2.6.3.2-0precise2) precise; urgency=low
  14. * Switched to a Debian native package so that building minor packaging versions is easier.
  15. * Dropped debhelper reqs to version 7, so we can build on Lucid.
  16. -- graeme <graeme@sudo.ca> Thu, 09 Aug 2012 10:39:00 -0700
  17. bfgminer (2.6.3.2-0precise1) precise; urgency=low
  18. * Added modprobe config for bitforce devices.
  19. -- graeme <graeme@sudo.ca> Wed, 08 Aug 2012 11:56:28 -0700
  20. bfgminer (2.6.3.1-0precise1) precise; urgency=medium
  21. Version 2.6.3.1 - August 8, 2012
  22. * Added minor version increment so that Launchpad will accept new orig.tar.xz upload. :/
  23. -- graeme <graeme@sudo.ca> Wed, 08 Aug 2012 11:11:28 -0700
  24. bfgminer (2.6.3-1precise1) precise; urgency=medium
  25. Version 2.6.3 - August 6, 2012
  26. * First release to attempt Debian packaging.
  27. * Complete rewrite of the queueing mechanism which gets new work from the pools. The code in that section had gotten out of hand and become a "state machine" that was difficult to model its behaviour and occasionally led to stalls during startup and what-not without work and perhaps queued too much work in general. Now it monitors carefully the amount of queued and available work on a pool-by-pool basis and only queues when needed, but tries hard to make sure it doesn't run empty. You will notice the the TQ value now hovers around zero when all is well, and only jumps up transiently, all going well. Hopefully the efficiency is even higher now too. Detection of pool lag should be more accurate now, and less shares should leak to backup pools now as well.
  28. * Numerous bugfixes and workarounds for ModMiner driver, bringing it to a functional level even on Windows.
  29. * Scrypt support enabled for Windows binaries.
  30. * Can set failover-only mode now from the menu during runtime.
  31. * One-shot schedules (exactly one of --sched-stop or --sched-start) now handle times beyond midnight properly.
  32. * ModMiner now shows bitstream upload in summary line rather than spamming the log (progress is still logged every 10% for timestamps).
  33. * The RPC API should be able to bind to the port immediately on linux now instead of having to wait 60 seconds as it used to.
  34. * Proper big endian (routers) support, including fixing and enabling functionality that crashed before.
  35. * Minimal support for the Enterpoint's Cairnsmore1 FPGA mining board.
  36. * Throttling episodes on bitforce devices will now perform reasonably (given the circumstances) and/or register as HW errors.
  37. * Support for all FPGA drivers enabled by default when compiling from source.
  38. -- graeme <graeme@sudo.ca> Tue, 07 Aug 2012 10:51:00 -0500