Releases: primesearch/mfaktc
Releases · primesearch/mfaktc
mfaktc 0.23.0
- 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
- Fix factors not appearing in JSON with checkpoints=0 setting
- Other small bugfixes aimed at false positives
mfaktc 0.23-beta.5
- Only put valid AID in the results.json.txt file
- Restore old stdout preamble ordering
mfaktc 0.23-beta.4
- 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
- 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
- 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
- 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