Skip to content

Commit

Permalink
X21S Algo
Browse files Browse the repository at this point in the history
  • Loading branch information
papampi committed Feb 20, 2019
1 parent bb1ad01 commit b6022f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0miner
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ then
eval $LAUNCH $HCD

## Various Algos
elif [[ $ALGO == MTP || $ALGO == X22I || $ALGO == X16R || $ALGO == SIB || $ALGO == LYRA2Z || $ALGO == SKUNK || $ALGO == KECCAK || $ALGO == SKEIN || $ALGO == NEOSCRYPT || $ALGO == LYRA2V2 || $ALGO == BITCORE || $ALGO == PHI1612 || $ALGO == PHI2 || $ALGO == LBRY || $ALGO == DMD_GR || $ALGO == GROESTL || $ALGO == MYR_GR || $ALGO == DECRED || $ALGO == SIA || $ALGO == X13 || $ALGO == XEVAN ]]
elif [[ $ALGO == X21S || $ALGO == MTP || $ALGO == X22I || $ALGO == X16R || $ALGO == SIB || $ALGO == LYRA2Z || $ALGO == SKUNK || $ALGO == KECCAK || $ALGO == SKEIN || $ALGO == NEOSCRYPT || $ALGO == LYRA2V2 || $ALGO == BITCORE || $ALGO == PHI1612 || $ALGO == PHI2 || $ALGO == LBRY || $ALGO == DMD_GR || $ALGO == GROESTL || $ALGO == MYR_GR || $ALGO == DECRED || $ALGO == SIA || $ALGO == X13 || $ALGO == XEVAN ]]
then
UCCALGO="-a ${ALGO,,}"
HCD="${NVOC}"/miners/"${!xminer}"/"${!xversion}"/ccminer
Expand Down

0 comments on commit b6022f9

Please sign in to comment.