diff --git a/azure_script/run_xmr_stak.pl b/azure_script/run_xmr_stak.pl index 80cccc2e460e1eec857f6ebb3abdb82a0fdc585c..f4cea7bcce5d550cb46e5bccbfdd0b2c124c9ae7 100755 --- a/azure_script/run_xmr_stak.pl +++ b/azure_script/run_xmr_stak.pl @@ -329,11 +329,15 @@ do { $Threads=`nproc`; - $Intensity=$Threads; - if($Intensity>1) - { - $Intensity-=1; - } + + $Intensity=1; +# $Intensity=$Threads; +# if($Intensity>1) +# { +# $Intensity-=1; +# } +# + my $OldHash=0; my $CurHash=0; @@ -345,6 +349,8 @@ do CreateUserConfig($Threads, $Intensity,15); $CurHash=GetHashRate(); + + print "Measured hashrate: $CurHash\n"; } while($CurHash>$OldHash);