aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9f25645..52af152 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
+Version 0.6.1 - February 4, 2010
+
+- Fully validate "hash < target", rather than simply stopping our scan
+ if the high 32 bits are 00000000.
+- Add --retry-pause, to set length of pause time between failure retries
+- Display proof-of-work hash and target, if -D (debug mode) enabled
+- Fix max-nonce auto-adjustment to actually work. This means if your
+ scan takes longer than 5 seconds (--scantime), the miner will slowly
+ reduce the number of hashes you work on, before fetching a new work unit.
+
Version 0.6 - January 29, 2010
- Fetch new work unit, if scanhash takes longer than 5 seconds (--scantime)