Skip to content

Commit

Permalink
Version 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pooler committed Jan 24, 2016
1 parent 1e0274f commit 426fe09
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.4.3 - Jan 24, 2016

- Add support for the VIA PadLock Hash Engine on x86-64
- Allow block version 4 when using getblocktemplate

Version 2.4.2 - Apr 28, 2015

- Add support for Stratum over TLS
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Architecture-specific notes:
The configure script outputs a warning if the assembler
doesn't support some instruction sets. In that case, the miner
can still be built, but unavailable optimizations are left off.
The miner uses the VIA Padlock Hash Engine where available.

Usage instructions: Run "minerd --help" to see options.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([cpuminer], [2.4.2])
AC_INIT([cpuminer], [2.4.3])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
1 change: 1 addition & 0 deletions cpu-miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,7 @@ static void show_version_and_exit(void)
#endif
#if defined(USE_ASM) && defined(__x86_64__)
" x86_64"
" PHE"
#endif
#if defined(USE_ASM) && (defined(__i386__) || defined(__x86_64__))
" SSE2"
Expand Down
2 changes: 1 addition & 1 deletion minerd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MINERD 1 "April 2015" "cpuminer 2.4.2"
.TH MINERD 1 "January 2016" "cpuminer 2.4.3"
.SH NAME
minerd \- CPU miner for Bitcoin and Litecoin
.SH SYNOPSIS
Expand Down

0 comments on commit 426fe09

Please sign in to comment.