Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
New version 1.0.4, update README, NEWS
Browse files Browse the repository at this point in the history
Add .dirstamp files to gitignore

Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
  • Loading branch information
tpruvot committed Aug 2, 2014
1 parent 0fcbea8 commit 8eb0a06
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 83 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ config.sub

mingw32-config.cache

*/.dirstamp

*.iml
*.iml
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version multi 1.0.4 (Tanguy Pruvot)

- Add x13 x14 and x15 algos (Sherlockcoin, X14Coin, Webcoin..)
- Add scrypt:N variants (Vertcoin)
- Fix thread khashes/s value output
- Add a configure option --disable-assembly

Version multi 1.0.3 (Lucas Jones)

- Add new algos :
x11 (Darkcoin [DRK], Hirocoin, Limecoin)
cryptonight (Bytecoin [BCN], Monero)
keccak (Maxcoin HelixCoin, CryptoMeth, Galleon, 365coin, Slothcoin, BitcointalkCoin)
hefty1 (Heavycoin)
quark (Quarkcoin)
skein (Skeincoin, Myriadcoin)
shavite3 (INKcoin)
blake (Blakecoin)

- See README.md

Version 2.3.3 - Feb 27, 2014

- The --url option is now mandatory
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Algorithms
*__scrypt:N__ (Vertcoin [VTC])
*__sha256d__ (Bitcoin, Freicoin, Peercoin/PPCoin, Terracoin, etc..)
*__x11__ (Darkcoin [DRK], Hirocoin, Limecoin)
*__x13__ (Sherlockcoin, [ACE], [B2B], [GRC], [XHC], etc..)
*__x14__ (X14, Webcoin [WEB])
*__x14__ (RadianceCoin [RCE])
*__cryptonight__ (Bytecoin [BCN], Monero)

#### Implemented, but untested
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.3])
AC_INIT([cpuminer], [1.0.4])

AC_PREREQ([2.59c])
AC_CANONICAL_SYSTEM
Expand Down
81 changes: 0 additions & 81 deletions sph_fugue.h

This file was deleted.

0 comments on commit 8eb0a06

Please sign in to comment.