Skip to content

Commit 426fe09

Browse files
committed
Version 2.4.3
1 parent 1e0274f commit 426fe09

5 files changed

Lines changed: 9 additions & 2 deletions

File tree

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.4.3 - Jan 24, 2016
2+
3+
- Add support for the VIA PadLock Hash Engine on x86-64
4+
- Allow block version 4 when using getblocktemplate
5+
16
Version 2.4.2 - Apr 28, 2015
27

38
- Add support for Stratum over TLS

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Architecture-specific notes:
5454
The configure script outputs a warning if the assembler
5555
doesn't support some instruction sets. In that case, the miner
5656
can still be built, but unavailable optimizations are left off.
57+
The miner uses the VIA Padlock Hash Engine where available.
5758

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([cpuminer], [2.4.2])
1+
AC_INIT([cpuminer], [2.4.3])
22

33
AC_PREREQ([2.59c])
44
AC_CANONICAL_SYSTEM

cpu-miner.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,7 @@ static void show_version_and_exit(void)
14271427
#endif
14281428
#if defined(USE_ASM) && defined(__x86_64__)
14291429
" x86_64"
1430+
" PHE"
14301431
#endif
14311432
#if defined(USE_ASM) && (defined(__i386__) || defined(__x86_64__))
14321433
" SSE2"

minerd.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MINERD 1 "April 2015" "cpuminer 2.4.2"
1+
.TH MINERD 1 "January 2016" "cpuminer 2.4.3"
22
.SH NAME
33
minerd \- CPU miner for Bitcoin and Litecoin
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)