diff --git a/multipool/profit.sh b/multipool/profit.sh index e485337a..95f19ec3 100755 --- a/multipool/profit.sh +++ b/multipool/profit.sh @@ -125,6 +125,9 @@ echo "Start: $starttime End: $endtime" elif [ $Algo = "sha256" ] then thisalgoP=`echo "scale=8;$thisalgoP * 1000" | bc -l` + elif [ $Algo = "x13" ] + then + thisalgoP=`echo "scale=8;$thisalgoP * 1" | bc -l` elif [ $Algo = "x11" ] then thisalgoP=`echo "scale=8;$thisalgoP * 1" | bc -l`