This commit is contained in:
Arionum
2018-08-13 02:36:20 +03:00
parent 8c32d1c71b
commit 57d2257c43
4 changed files with 88 additions and 13 deletions

View File

@@ -56,6 +56,12 @@ if ($q == "info") {
$argon_threads=1;
$argon_time=1;
}
} elseif($current_height>=80460&&$current_height%2==0){
$argon_mem=524288;
$argon_threads=1;
$argon_time=1;
} else {
if ($current_height%3==0) {
$argon_mem=524288;