This commit is contained in:
Arionum
2018-08-13 05:15:02 +03:00
parent 5ca54479a7
commit beff53e938
3 changed files with 8 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ if ($q == "info") {
$argon_threads=1;
$argon_time=1;
}
} elseif($current_height>=80460&&$current_height%2==0){
} elseif($current_height>=80458&&$current_height%2==0){
$argon_mem=524288;
$argon_threads=1;
$argon_time=1;
@@ -73,7 +73,7 @@ if ($q == "info") {
"SELECT public_key FROM masternode WHERE status=1 AND blacklist<:current AND height<:start ORDER by last_won ASC, public_key ASC LIMIT 1",
[":current"=>$current_height, ":start"=>$current_height-360]
);
$recommendation="pause";
//$recommendation="pause";
if ($winner===false) {
$recommendation="mine";
}