We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ed386 commit 63511bcCopy full SHA for 63511bc
1 file changed
miner.h
@@ -564,6 +564,7 @@ enum algos {
564
ALGO_YESPOWERR16,
565
ALGO_CPUPOWER,
566
ALGO_YESPOWERURX,
567
+ ALGO_YESPOWERLITB,
568
ALGO_ZR5,
569
ALGO_COUNT
570
};
@@ -650,6 +651,7 @@ static const char* const algo_names[] = {
650
651
"yespowerr16",
652
"cpupower",
653
"yespowerurx",
654
+ "yespowerlitb",
655
"zr5",
656
"\0"
657
@@ -792,6 +794,7 @@ Options:\n\
792
794
yespowerr16 Yenten (YTN)\n\
793
795
cpupower CPUchain (CPU)\n\
796
yespowerurx Uranium-X (URX)\n\
797
+ yespowerlitb LightBit (LITB)\n\
798
yescryptr32 WAVI\n\
799
zr5 Ziftr\n\
800
-o, --url=URL URL of mining server\n\
0 commit comments