-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--mfaktc and --mfakto prototype #24
Merged
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
a692a7e
Updated GpuOwl notebook to install the old Nvidia drivers.
tdulcet fbd00d1
First pass at adding MfaktX to primenet.py
brubsby 56c1059
Add mfaktx result.txt to json translation, and tf ar api mapping rules
brubsby 39e2f82
Fix factor reporting, other bugfixes
brubsby be72bae
Merge remote-tracking branch 'upstream/master'
brubsby 40c05ae
Rough draft of PrimeNet program version 2.2. [skip ci]
tdulcet 75f53e8
Merge remote-tracking branch 'upstream/primenet-2.2'
brubsby 9889f40
undo pfactor parsing removal typo
brubsby 582ae64
Added code to parse checkpoint files for mfaktc/mfakto.
tdulcet 736810d
Add mfaktc work estimation
brubsby 21a6175
Add support for new GPU TF work pref
brubsby e63c491
Updated PrimeNet program to version 2.2.
tdulcet 0286e63
Merge remote-tracking branch 'upstream/primenet-2.2'
brubsby ebbf666
Fix Merge, change results file default for mfaktc
brubsby d8af14e
Fix work estimation by removing msec_per_iter scaling for exponent di…
brubsby 4a66163
Update TF work estimation to use bit_level_time from the 0.23-beta.4 …
brubsby d0e105d
Update defaults and --setup behavior for TF
brubsby ef15996
First try on fixing quantity of assignments fetched for TF
brubsby 5e340d6
Get 10 TF assignments on first run (num_cache == 0)
brubsby eba88f9
More debug messages about num_cache.
brubsby fa6a335
Fix grammatical agreement for corner cases in get_assignments
brubsby 4ed942c
Don't send d=1 when more TF bitlevels are in worktodo.txt
brubsby ca7ad42
Fixed --num-cache option and removed unused code. [skip ci]
tdulcet 38fa38f
Fix error from using float in range
brubsby e2d05aa
more debug lines for num_cache
brubsby e4f6c13
fix cert_work = False in .ini causing error
brubsby d090d39
attempt to fix bald factor reporting and missing factors
brubsby cd314e0
help rom
brubsby 5fd82d7
update various texts in response to user testing
brubsby 19a0018
use newly suggested method of multiple factor reporting via API
brubsby 73dde02
add specific message for no cli flags no .ini case
brubsby f96750c
clarify SMTP server requirement in --setup
brubsby 1ef4836
Update authorship line in file docstring
brubsby 755701f
first attempt at a status message after timeout/checkin completes
brubsby 3ea015e
add MaxExponents defaults
brubsby 6917818
add results_file default in config
brubsby e73d4d8
remove microseconds from format string
brubsby db5c159
Merge remote-tracking branch 'upstream/primenet-2.2'
brubsby 11930f8
fix merge
brubsby fe02b06
regenerate worktype table
brubsby 50ef3e1
add TF levels to exponent_to_str
brubsby ea13cc7
add --setup epilogue message
brubsby 0f4dbf6
change default days_of_work for TF to 1.0, permit fractional values i…
brubsby fe7670d
add type hints for config parsing for options without optparse defaults
brubsby 3a94aa4
add helpful tips to usage message
brubsby 31f8b55
fix setup epilogue help invocation
brubsby f91a1f8
remove Wh from TF no factor result string. fix stage/percentage repor…
brubsby 7c44944
usability testing feedback tweaks
brubsby 883de51
don't merge multi-line qualified success logging message
brubsby ea2d445
change next check log message to locale formatting
brubsby 633da55
attempt a fancy python invocation detection
brubsby eb06151
mfakto fail condition and timedeltastr
brubsby 6e407a2
Removed remaining uses of Wh from result output.
tdulcet a73517c
attempt to support mfakto
brubsby e83d237
Merge remote-tracking branch 'origin/master'
brubsby 6bbc15f
Fix and add more option type hits.
tdulcet 397cd6b
add "louder" stall warning, attempt to fix logging during network errors
brubsby c6ae513
remove dash from TF no factor message when no security code
brubsby 5100940
fix factora message
brubsby acae2af
Updated to no longer install the Requests library. [skip ci]
tdulcet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be the canonical way to determine whether we're in a pyinstaller instance, so I've added it.
https://pyinstaller.org/en/stable/runtime-information.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future reference, I added this link to a comment in the function.