File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
16Version 2.4.2 - Apr 28, 2015
27
38- Add support for Stratum over TLS
Original file line number Diff line number Diff 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
5859Usage instructions: Run "minerd --help" to see options.
5960
Original file line number Diff line number Diff line change 1- AC_INIT ( [ cpuminer] , [ 2.4.2 ] )
1+ AC_INIT ( [ cpuminer] , [ 2.4.3 ] )
22
33AC_PREREQ ( [ 2.59c] )
44AC_CANONICAL_SYSTEM
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 1- .TH MINERD 1 "April 2015 " "cpuminer 2.4.2 "
1+ .TH MINERD 1 "January 2016 " "cpuminer 2.4.3 "
22.SH NAME
33minerd \- CPU miner for Bitcoin and Litecoin
44.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments