Skip to content

Commit

Permalink
Update README for the v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Aug 26, 2014
1 parent f4ccad0 commit e576d07
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ Neisklar
prettyhatemachine

LucasJones

tpruvot@github
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version multi 1.0.5 (Tanguy Pruvot)

- Merge remaining v2.4 cpu-miner changes
- Add colored output option (--color)
- Add --cputest parameter (debug)
- Add pentablake (from bitbandi)

Version multi 1.0.4 (Tanguy Pruvot)

- Add x13 x14 and x15 algos (Sherlockcoin, X14Coin, Webcoin..)
Expand All @@ -20,6 +27,16 @@ Version multi 1.0.3 (Lucas Jones)

- See README.md

Version 2.4 - May 20, 2014

- Add support for the getblocktemplate RPC method (BIP 22)
- Allow tunnelling Stratum through HTTP proxies
- Add a --no-redirect option to ignore redirection requests
- Timeout for long polling is now disabled by default
- Fix CPU affinity on Linux (kiyominer)
- Add support for building under 64-bit Cygwin
- Expand version information with build details

Version 2.3.3 - Feb 27, 2014

- The --url option is now mandatory
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Algorithms
* ? skein (Skeincoin, Myriadcoin)
* ? shavite3 (INKcoin)
* ? blake (Blakecoin)
* ? pentablake

#### Planned support for
* *scrypt-jane* (YaCoin, CopperBars, Pennies, Tickets, etc..)
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], [1.0.4])
AC_INIT([cpuminer], [1.0.5])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
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 2014" "cpuminer 2.3.3"
.TH MINERD 1 "May 2014" "cpuminer 2.4"
.SH NAME
minerd \- CPU miner for Bitcoin and Litecoin
.SH SYNOPSIS
Expand Down

0 comments on commit e576d07

Please sign in to comment.