어제자로 또한번 팩트런 채굴 프로그램이 업데이트 되었습니다.
변경점은 다음과 같습니다.
run_command = "taskset -c " + taskset + " ./yafu -one -plan custom -pretest_ratio "+ str( 0.32 )
=>
run_command = "taskset -c " + taskset + " ./yafu -one -plan custom -pretest_ratio "+ str( 0.30 )
run_command += " -threads " + str(hthreads) + " -lathreads " + str(hthreads) + " -xover 98 -snfs_xover 90 -of pqFile.txt \"factor(" + str(cand) + ")\" "
=>
run_command += " -threads " + str(hthreads) + " -lathreads " + str(hthreads) + " -xover 120 -snfs_xover 125 -of pqFile.txt \"factor(" + str(cand) + ")\" "
parse = subprocess.run( run_command, capture_output=True, shell=True, timeout = 60*5 )
=>
parse = subprocess.run( run_command, capture_output=True, shell=True, timeout = 60*10 )