![]() |
|
|
#78 | |
|
Aug 2012
New Hampshire
14508 Posts |
Quote:
Code:
public string GetWorkGIMPS(string userID, string password,int cores, int assignmentsPerCore, GIMPSPreferredWorkType workType, int? expStart, int? expEnd)
{
string url = "https://www.mersenne.org/<redacted>?uid=" + userID +
//"&user_password=" + password +
"&cores=" + cores +
"&num_to_get=" + assignmentsPerCore +
"&pref=" + (int)workType +
"&exp_lo=" + expStart +
"&exp_hi=" + expEnd +
"&B1=Get+Assignments";
Debug.WriteLine(url);
return PerformGetWithNOCookies(url);
}
Last fiddled with by Prime95 on 2020-10-21 at 01:50 |
|
|
|
|
|
|
#79 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
165468 Posts |
So MISFIT has its own secret web page.
Looking at that web page, it is applying prime95's rules for TF upper bounds. I'll see what I can come up with. |
|
|
|
|
|
#80 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
752610 Posts |
|
|
|
|
|
|
#81 |
|
"Joe"
Oct 2019
United States
22×19 Posts |
Sorry folks, I got real busy and forgot to check back in on this thread.
Yes, the MISFIT work source is set to GIMPS on this specific client. I can also report that on 10/25/2020 this client started turning in TF results for exponents in the 115M range (vs the previously mentioned 215M range). Based on my specific MISFIT assignment settings, I believe MISFIT is caching ~2-3 days of TF work FYI. Thanks a lot for the help. This change alone has increased the TF throughput on this client by about 4%. |
|
|
|
|
|
#82 |
|
"/X\(‘-‘)/X\"
Jan 2013
22·733 Posts |
I recently upgraded a bunch of systems to new distributions and Python 2 is obviously no longer an option. Tonight I got around to updating mfloop.py to use Python 3.
I also updated mfloop.py to use the manual gpu assignment page instead of the manual assignment page when falling back to PrimeNet when not fetching anything from GPU72. You can fetch it from https://github.com/MarkRose/primetools. I also see that teknohog has recently updated the primary repository as well to work with Python 3 and made some other changes: https://github.com/teknohog/primetools. I may rebase off him soon. |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automatic submit results + fetch assignments for mfaktc? | DuskFalls | GPU Computing | 5 | 2017-12-02 00:34 |
| Simple Script to get Trial Factoring Work | jfamestad | PrimeNet | 3 | 2016-11-06 20:32 |
| Why trial factoring work chopped into chunks? | lidocorc | PrimeNet | 4 | 2008-11-06 18:48 |
| How does the trial factoring work with 15K*2^n-1 | jocelynl | 15k Search | 0 | 2003-07-11 14:23 |
| How does trial-factoring work? | ThomRuley | Software | 5 | 2003-05-30 20:34 |