Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
update help and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Jul 29, 2015
1 parent 66a85d0 commit 36cf7af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version 1.1 (Tanguy Pruvot)
- Add Animecoin algo (Quark variant)
- Add Dropcoin pok algo
- Add BMW-256 (MDT) algo
- Add Axiom algo
- Change some logged strings
- Use all cores by default, not N-1
- Handle a default config to run without params
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Algorithms
*__scrypt__ (Litecoin, Dogecoin, Feathercoin, ...)
*__scrypt:N__
*__sha256d__ (Bitcoin, Freicoin, Peercoin/PPCoin, Terracoin, ...)
*__axiom__ (Axiom Shabal-256 based MemoHash)
*__blake__ (Saffron [SFR] Blake-256)
*__bmw__ (Midnight [MDT] BMW-256)
*__cryptonight__ (Bytecoin [BCN], Monero)
Expand Down Expand Up @@ -137,7 +138,7 @@ Donations for the work done in this fork are accepted :

Tanguy Pruvot :
* BTC: `1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd`
* NEOS:`NaEcVrdzoCWHUYXb7X8QoafoKS9UV69Yk4`
* ZRC: `ZX6LmrCwphNgitxvDnf8TX6Tsegfxpeozx`

Lucas Jones :
* MRO: `472haywQKoxFzf7asaQ4XKBc2foAY4ezk8HiN63ifW4iAbJiLnfmJfhHSR9XmVKw2WYPnszJV9MEHj9Z5WMK9VCNHaGLDmJ`
Expand Down
1 change: 1 addition & 0 deletions cpu-miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ Options:\n\
scrypt:N scrypt(N, 1, 1)\n\
sha256d SHA-256d\n\
anime Animecoin\n\
axiom Axiom MemoHash\n\
blake Blake-256 (SFR)\n\
blakecoin Blakecoin\n\
blake2s Blake-2 S\n\
Expand Down

0 comments on commit 36cf7af

Please sign in to comment.