![]() |
|
|
#45 | |
|
"Jerry"
Nov 2011
Vancouver, WA
46316 Posts |
Quote:
Still, you got to test it before PrimeNet went down. It's disappointing that we can't use PrimeNet to try to find the M48 cantidate, but I'm sure it was a good reason to actually get some maintenance done. Last fiddled with by flashjh on 2012-03-04 at 00:18 |
|
|
|
|
|
|
#46 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
I kinda hate to put more work on your plate, but I have a question about spidey:
Code:
if (TalkToPrimeNet("account/\?user_login=${UN}&user_password=${PW}&B1=GO")) {
($Success, $Text) = TalkToPrimeNet("manual_result/");
if ($Success) {
if ($Text =~ /${UN} logged-in/) {
Log(1, "Successfully logged into PrimeNet.");
} else {
Log(3, "Didn't find our username in the response; not logged in. Exiting.");
Log(0, "Response was:\n${Text}\n\n.");
$Success = 0;
}
} else {
Log(3, "PrimeNet returned a bad response; not logged in. Exiting.");
Log(0, "Response was:\n${Text}\n\n.");
}
}
Code:
($Success, $Text) = TalkToPrimeNet("\?user_login=${UN}&user_password=${PW}&B1=GO"); # Obviously remove /account/
if ($Success) {
if ($Text =~ /${UN} logged-in/) {
Log(1, "Successfully logged into PrimeNet.");
} else ...snip
Last fiddled with by Dubslow on 2012-03-10 at 00:24 Reason: formatting |
|
|
|
|
|
#47 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
9,767 Posts |
Quote:
Otherwise there is a risk the spider could submit results which would be credited to Anonymous, rather than you. But, as has been discussed, this spider needs some loving care and attention based on what we've learnt thanks to careful observation of users, and James' access to the server's code. |
|
|
|
|
|
|
#48 |
|
Romulan Interpreter
Jun 2011
Thailand
23·17·71 Posts |
I would better vote for the paranoid version... Maybe you all have fast nets in US but there is not the case everywhere around, and we sometimes still end up in having our results reported as anonymous. I hate that (that is why I am still manually reporting, as I said, I am old fashion guy :P, and my hand is trembling from too much smoking, I love the "are you sure you want to format your hdd?" messages). Not because of the credit, but feels a bit like cheated to do the work and report it as anonymous, and that's why...
I vote for the paranoid version. Last fiddled with by LaurV on 2012-03-10 at 04:08 |
|
|
|
|
|
#49 |
|
Sep 2009
977 Posts |
Paranoid would be my vote as well, be it for the spider or the worker programs (Prime95, mfakt*, CUDALucas, etc.) - if the program is 1-2% slower but more reliable, so be it
|
|
|
|
|
|
#50 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
It's not the speed, it's the extra strain on PrimeNet that we're worried about.
|
|
|
|
|
|
#51 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
I've found the issue with my implementation of the time zone shift: Daylight Savings Time. *headdesk*
|
|
|
|
|
|
#52 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Now that I think about it, does PrimeNet actually use cookies? In my experience, I've found that a user (IP?) is logged out after one hour of inactivity. I'm not quite sure about the time limit, but after long enough I am definitely logged out (and my username does not appear).
|
|
|
|
|
|
#53 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
9,767 Posts |
|
|
|
|
|
|
#54 |
|
Oct 2011
7·97 Posts |
Chalsall, the last few days, I have noticed that my 'problem' machine has been acting weird with the spider. In the log, no number is showing up indicating GHz Days credit about 1/2 the time. Today I saw something like "uninitialized?(un-something) variable $GHzDays...". It works fine on my other machine, so I doubt it is the code, but was wondering if you had any thoughts. In case you are wondering, I refer to it as a problem machine because it tends to fail intermittantly when trying to use the internet whlie under a heavy load(and with P95/mfaktc running, it is always under a heavy load).
|
|
|
|
|
|
#55 | |
|
"Jerry"
Nov 2011
Vancouver, WA
100011000112 Posts |
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GPU to 72 spider poaching exponents? | ixfd64 | GPU to 72 | 2 | 2014-07-27 20:38 |
| It Seems The Great Spider ... | Dubslow | Forum Feedback | 13 | 2012-06-01 13:39 |
| Automatic temperature control | TObject | Software | 13 | 2012-04-27 19:33 |
| Went from 8 workers to 4 workers on v26.6 upgrade | dmoran | Software | 13 | 2011-05-23 12:36 |
| Manual submission of automatic assignment result | tichy | PrimeNet | 4 | 2010-12-17 09:57 |