Page 1 of 1

Homelab? incorrect team..

Posted: Wed Apr 22, 2020 2:50 am
by chabgood
I have the team number on Curecoin(224497). For some reason my profile, https://stats.foldingathome.org/donor/MrMoo shows 5 WU under homelab. Why would that be?

Re: Homelab? incorrect team..

Posted: Wed Apr 22, 2020 2:59 am
by bruce
Anybody can fold with your user name and any team number. We wouldn't have any way to trace that.
... or you might have misconfigured your client and completed those 5 units yourself. Again, we have no way of knowing.

you can query the official stats by using your both Passkey AND your Name and figure out if it was done with the same passkey or a different passkey.

Re: Homelab? incorrect team..

Posted: Thu Apr 23, 2020 12:02 am
by chabgood
I put in my passkey into the url and I still get homelab:
{"name":"MrMoo","id":263323,"score":2731948244,"wus":26550,"rank":214,"active_50":32,"active_7":15,"last":"2020-04-22 23:52:23","users":2637182,"teams":[{"team":224497,"name":"Curecoin","score":1484919974,"wus":10000,"last":"2020-04-22 22:22:07","active_50":22,"active_7":7},{"team":111065,"name":"folding@evga","score":1116495807,"wus":12524,"last":"2018-12-04 15:34:38","active_50":0,"active_7":0},{"team":234075,"name":"MooISay","score":78563385,"wus":1370,"last":"2018-08-20 12:00:17","active_50":0,"active_7":0},{"team":0,"name":"Default (No team specified)","score":51965092,"wus":2650,"last":"2018-08-17 09:30:15","active_50":9,"active_7":7},{"team":229500,"name":"homelab","score":3986,"wus":6,"last":"2020-04-22 12:32:53","active_50":1,"active_7":1}],"projects":[3455,3459,3460,3461,3463,3464,3465,3467,3468,8613,8616,8618,8619,8620,8621,8624,8625,8626,8629,8630,8631,8632,8633,8634,8635,8636,8637,8638,8639,8640,8641,8642,8643,8644,8645,8648,8649,8650,8651,8653,8655,8658,8659,8662,8670,8671,8672,8673,8674,8675,8676,8677,8678,8679,8680,8681,8682,8685,8690,8692,8693,8695,8696,8698,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9175,9176,9177,9178,9179,9180,9181,9188,9189,9190,9191,9192,9193,9194,9195,9196,9197,9414,9415,9431,10490,10494,10496,11402,11403,11406,11407,11408,11409,11418,11424,11425,11428,11429,11431,11432,11659,11660,11707,11708,11710,11711,11712,11713,11715,11802,11803,11804,11805,11806,11807,13122,13123,13124,13125,13126,13127,13204,13500,13701,13717,13718,13723,13724,13740,13748,13781,13782,13783,13800,13801,13802,13803,13804,13805,13806,13807,13809,13810,13812,13813,13814,13816,14000,14049,14050,14051,14052,14053,14054,14058,14061,14062,14064,14088,14089,14090]}

Re: Homelab? incorrect team..

Posted: Thu Apr 23, 2020 12:06 am
by bruce
bruce wrote:Anybody can fold with your user name and any team number.
Yes. Once homelab has contributed points to your team, they will remain there permanently. You can filter what you look at with a name and/or a passkey but the credit still belongs to the team.

Re: Homelab? incorrect team..

Posted: Thu Apr 23, 2020 12:08 am
by chabgood
right but why with my passkey?

Re: Homelab? incorrect team..

Posted: Thu Apr 23, 2020 12:54 am
by Joe_H
A different passkey - https://apps.foldingathome.org/bonus. Entering just the username MrMoo shows two different entries.

Re: Homelab? incorrect team..

Posted: Thu Apr 23, 2020 8:07 am
by PantherX
chabgood wrote:right but why with my passkey?
That's because the passkey is the unique identifier when it comes to username and email address. Here's some more information if you're keen: https://foldingathome.org/support/faq/points/passkey/

Re: Homelab? incorrect team..

Posted: Thu Apr 23, 2020 4:03 pm
by chabgood
Yes I sent my passkey in with the url and I still get homelab.

Re: Homelab? incorrect team..

Posted: Thu Apr 23, 2020 6:58 pm
by Joe_H
chabgood wrote:Yes I sent my passkey in with the url and I still get homelab.
Which URL?

Re: Homelab? incorrect team..

Posted: Thu Apr 23, 2020 7:02 pm
by chabgood

Re: Homelab? incorrect team..

Posted: Thu Apr 23, 2020 8:16 pm
by Joe_H
That may be a problem with the API for user stats lookup, use the link I provided earlier. That shows two different passkeys are involved. Also, on that page if you enter both your username and passkey it will give a summary just for you.

What is the source of the URL that you used? I can put in a problem report.

Re: Homelab? incorrect team..

Posted: Fri Apr 24, 2020 12:39 am
by chabgood
I have a program that goes out and gets some info every 2 hours and uses that url. https://api.foldingathome.org/user/MrMoo?passkey=...
per the documentation, https://api.foldingathome.org/

Re: Homelab? incorrect team..

Posted: Fri Apr 24, 2020 2:49 am
by Joe_H
You would have to contact the developer about use of the API on GitHub. I suspect there is a syntax error in how you are putting together the URL from the API, it is ignoring the passkey section and just returning information based on the username entered.