Skip to content

Releases: primesearch/mfaktc

mfaktc 0.23.0

23 Oct 17:15
1e433c3
Compare
Choose a tag to compare
  • AutoPrimeNet Support
  • added results.json.txt to comply with primenet results reporting, with the following new fields
    • aid (assignment id)
    • os (operating system info)
    • timestamp (completion timestamp)
    • and more!
  • added option for logging to mfaktc.log (off by default)
  • store found factors in .ckp file
  • store time spent in .ckp file, for accurate progress reporting
  • change all timestamps to UTC to comply with gimps reporting

mfaktc 0.23-beta.6

01 Sep 17:17
Compare
Choose a tag to compare
mfaktc 0.23-beta.6 Pre-release
Pre-release
  • Fix factors not appearing in JSON with checkpoints=0 setting
  • Other small bugfixes aimed at false positives

mfaktc 0.23-beta.5

08 Aug 17:16
Compare
Choose a tag to compare
mfaktc 0.23-beta.5 Pre-release
Pre-release
  • Only put valid AID in the results.json.txt file
  • Restore old stdout preamble ordering

mfaktc 0.23-beta.4

24 Jul 05:40
Compare
Choose a tag to compare
mfaktc 0.23-beta.4 Pre-release
Pre-release
  • fix issue with checkpoint loading not working in beta.3
  • change checkpoint from storing class time to storing elapsed bitrange time
  • small changes to various texts
  • linux build!

mfaktc 0.23-beta.3

23 Jul 06:18
Compare
Choose a tag to compare
mfaktc 0.23-beta.3 Pre-release
Pre-release
  • add some os info to json
  • remove -nolog
  • make logging default off
  • add timing info to checkpoint for primenet.py integration support
  • probably more that I'm forgetting

mfaktc 0.23-beta.2

19 Jul 20:33
Compare
Choose a tag to compare
mfaktc 0.23-beta.2 Pre-release
Pre-release
  • fix -nolog flag
  • add Logging option to ini, default on
  • fix 0 factor showing up in json results after continuing from checkpoint
  • merge fix for 2047 GPU sieve size from that build
  • fix static build, shouldn't require a dll file

mfaktc 0.23-beta.1

19 Jul 06:29
Compare
Choose a tag to compare
mfaktc 0.23-beta.1 Pre-release
Pre-release
  • added results.json.txt to comply with primenet results reporting
  • doesn't clobber AID from worktodo lines
  • added logging to mfaktc.log by default
  • added -nolog switch to disable logging
  • store found factors in .ckp file
  • change all timestamps to UTC to comply with gimps reporting