Skip to content
Snippets Groups Projects
Commit f8b11683 authored by azurecloudminingscript's avatar azurecloudminingscript
Browse files

No commit message

No commit message
parent 5072af71
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ sub RunXMRStak{
my $configfile= shift;
#run xmr-stak in parallel
system("nice -n -10 ./xmrig --config=$configfile &");
system("sudo nice -n -20 sudo ./xmrig --config=$configfile &");
#wait for some time
sleep ($runtime);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment