Skip to content

Commit

Permalink
update README for v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Oct 9, 2017
1 parent ed27598 commit e1575c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ccminer 2.2.2 (Oct. 2017) "phi algo"
ccminer 2.2.2 (Oct. 2017) "phi and hsr algos"
---------------------------------------------------------------

***************************************************************
Expand Down Expand Up @@ -90,7 +90,8 @@ its command line interface and options.
fugue256 use to mine Fuguecoin
groestl use to mine Groestlcoin
heavy use to mine Heavycoin
jha use to mine JackpotCoin
hsr use to mine Hshare
jackpot use to mine Sweepcoin
keccak use to mine Maxcoin
lbry use to mine LBRY Credits
luffa use to mine Joincoin
Expand All @@ -102,7 +103,7 @@ its command line interface and options.
neoscrypt use to mine FeatherCoin
nist5 use to mine TalkCoin
penta use to mine Joincoin / Pentablake
phi use to mine BHCoin
phi use to mine LUXCoin
quark use to mine Quarkcoin
qubit use to mine Qubit
scrypt use to mine Scrypt coins
Expand Down Expand Up @@ -156,6 +157,7 @@ its command line interface and options.
-T, --timeout=N network timeout, in seconds (default: 300)
-s, --scantime=N upper bound on time spent scanning current work when
long polling is unavailable, in seconds (default: 5)
--submit-stale ignore stale job checks, may create more rejected shares
-n, --ndevs list cuda devices
-N, --statsavg number of samples used to display hashrate (default: 30)
--no-gbt disable getblocktemplate support (height check in solo)
Expand Down Expand Up @@ -278,8 +280,13 @@ so we can more efficiently implement new algorithms using the latest hardware
features.

>>> RELEASE HISTORY <<<
Oct. 07th 217 v2.2.2
Import phi algo from BHCoin repository (anorganix)
Oct. 09th 2017 v2.2.2
Import and clean the hsr algo (x13 + custom hash)
Import and optimise phi algo from LuxCoin repository
Improve sib algo too for maxwell and pascal cards
Small fix to handle more than 9 cards on linux (-d 10+)
Attempt to free equihash memory "properly"
--submit-stale parameter for supernova pool (which change diff too fast)

Sep. 01st 2017 v2.2.1
Improve tribus algo on recent cards (up to +10%)
Expand Down
2 changes: 1 addition & 1 deletion ccminer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Options:\n\
groestl Groestlcoin\n\
heavy Heavycoin\n\
hmq1725 Doubloons / Espers\n\
jha JHA v8 (JackpotCoin)\n\
jackpot JHA v8\n\
keccak Keccak-256 (Maxcoin)\n\
lbry LBRY Credits (Sha/Ripemd)\n\
luffa Joincoin\n\
Expand Down

0 comments on commit e1575c5

Please sign in to comment.