This commit is contained in:
Jay D Dee
2017-02-28 17:15:39 -05:00
parent f7865ae9f9
commit 1b288b1209
39 changed files with 259 additions and 258 deletions

10
miner.h
View File

@@ -47,14 +47,14 @@
# endif
#endif
/*
#ifndef min
#define min(a,b) (a>b ? (b) :(a))
#endif
#ifndef max
#define max(a,b) (a<b ? (b) : (a))
#endif
*/
//#ifdef HAVE_ALLOCA_H
//# include <alloca.h>
@@ -657,7 +657,7 @@ Options:\n\
"/* blake2b Sia\n*/"\
blake2s Blake-2 S\n\
bmw BMW 256\n\
c11 Flax\n\
c11 Chaincoin\n\
cryptolight Cryptonight-light\n\
cryptonight cryptonote, Monero (XMR)\n\
decred\n\
@@ -672,7 +672,7 @@ Options:\n\
lbry LBC, LBRY Credits\n\
luffa Luffa\n\
lyra2re lyra2\n\
lyra2rev2 lyrav2\n\
lyra2rev2 lyrav2, Vertcoin\n\
lyra2z Zcoin (XZC)\n\
lyra2zoin Zoin (ZOI)\n\
m7m Magi (XMG)\n\
@@ -695,7 +695,7 @@ Options:\n\
veltor\n\
whirlpool\n\
whirlpoolx\n\
x11 X11\n\
x11 Dash\n\
x11evo Revolvercoin\n\
x11gost sib (SibCoin)\n\
x13 X13\n\