80458
This commit is contained in:
4
mine.php
4
mine.php
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user