Jump to content

LAR_Systems

Member
  • Posts

    729
  • Joined

  • Last visited

Everything posted by LAR_Systems

  1. Talking about V8. You reboot your system running V8 and what was slots with normal PPD suddenly are reporting 1000X PPD an finish times in seconds... that then take the regular amount of time to finish / get normal reward. They have bug where they are calculating something in memory and it's not getting saved and re-loaded on reboot until the glitched WUs finish then it starts acting normal again. As for CPUs... it's not that they don't report PPD so much as V8 seems to take FOREVER to start estimating the PPD... like in some cases in my testing on low thread allocated WUs it might not start reporting until it's been running for 10% or more of the WU which is an eternity if you are trying to reverse engineer if something is working or not.
  2. Quick add on thought, if you could open the browser console and look for any errors your system could be throwing and tell me what kind of GPU you have that could help to see if something is being handled differently on hardware I don't have.
  3. It should populate almost everything off the bat on a refresh, then the updates are a slow trickle of random variables changing as the v8 FAH is socket based now and only sends what has changed to the front end, so you can wait a long time on some systems to get to where some things like PPD, Progress etc. change. That said base elements like CPU/GPU project ID etc. be instant on the initial load, in my testing. I wondering if the client is doing something odd based on device / drivers now etc. Can you tell me what kind of GPU you have, as I only have Nvidia cards and have had a report of someone else seeing what I do on AMD cards. Perhaps a Cuda / CL drivers messing something up etc.
  4. The PPD being wild after a restart is 100% a bug in the F@H client, it goes insane if you reboot your system mid work on projects to the point I had to code the client to disable sending me PPD updates to the DB unless in a certain range of reality. You let those slots run until they are completed and refresh the window and they will become normal, but they got some issue with the reward system calculation on their side if you reboot mid work unit. Otherwise, I'm going to have to add more debugging ability to the client regarding why your GPU is not being detected by the client and why project etc. is not either as those are just givens on both my test systems in FF or Chrome on Window 10 & 11. While they have not changed the version number of the client... just wondering, when approximately did you switch to it?
  5. That's more than just the GPU not loading, projects and all kinds of stuff are not being set. I have added a "TOGGLE DEBUG DETAILS" button to the bottom of the client... you can click that to show a bunch of the raw data in the client and DM or post it back and I can get a better look at what did and did not load on your machine for that GPU. Below is what it would look like per slot when showing the debug details.
  6. There is, the new F@H client in theory supports it, but I've had issue making it work, it being a Beta I kind of chalk it up to that at this point. That said, I'm looking in to options to allow additional configuration of the WebClient to allow the user to just plug in extra IP/Ports which would then allow it to make multiple connections to other machines sockets. Barring that, Plan C... You run my web client on each machine... it sends a system status to my server via APi using a machine name you give it and a combo of your folding name, team id and an API key and I update all your client screens with a summary of what all your machines are doing and detailed information on the one your currently viewing locally. Just working through one base feature set at a time before I get in to the more exotic edge cases.
  7. Hi I have updated the client a fair bit and made a post with the details here For others running the F@H Beta 8.1.18 client build the my new Alpha Web Client is here https://webclient.lar.systems/ runs directly in the web browser and does not require a browser extension. It does not work with V7 of F@H that still needs the browser extension. I have taken your report otherwise under advisement and will need to setup a Linux machine on my end to see if F@H is just not providing the same client data the same way as I tap in to more than they use in their clients GUI and for all I know it's not consistent across all OS versions as they have 4 OS builds now. I have been more focused on getting the GUI worth looking at and it push/pulling all the device & project information from the database site so it's starting to come together... that said lots of odd little bugs that are in part because there appears to be lots of odd little bugs still in the F@H V8 client and they have not updated the available build so wait and see what the next version brings. Going to keep hacking at it, as this is all still very Alpha but I will reach out again once I get my "submit debugging info" API setup so that I can just get a snapshot of the state of web client sent to me in a way I can remotely diagnose OS/Browser issues. Always building new tools lol. https://webclient.lar.systems/ for F@H Beta 8.1.18 client
  8. Hello Everyone, it's been awhile so here is an update. In anticipation of the eventual general release of the new Folding@Home version 8.1.18 client currently in Beta https://foldingathome.org/beta/?lng=en I have created a new web client that will work with the new web sockets approach that F@H dev's seem to be headed in. This is a ground up redesign of the web clients code, functions and related folding database systems to accommodate the large number of differences between the current F@H Version 7 client vs their new Version 8 one. This means that what you're getting right now is buggy and an Alpha build from my perspective as the F@H Beta client has bugs and issues IMO that I hope are being ironed out, which means that my best efforts to account for those and give a similar experience to what exists in my current Chrome Extension for F@H Version 7 has been quite the pain in the ass. That said sharing this broadly now for people to start messing with if they are running the F@H Beta 8.1.18 client as I have got the new client to where it's looking half decent and "working" in terms of the basics to pull up device / project info and submit your PPD to the database for inclusion. Additional features will be worked on as I have time to integrate the client deeper features that existed in the V7 version as well as new integrations with the https://folding.lar.systems/league/ folding league team and user stats DB that has been added to my site. So, if you would like to join the "alpha" of the new client and you are running F@H Version 8.1.18 BETA on your system you can navigate directly to https://webclient.lar.systems/ which will load the new client in ANY BROWSER as it is not dependent on Chrome extensions like the F@H V7 client system is!!! Otherwise, if you're not running F@H Version 8.1.18 BETA you can ignore all this as the Version 7 client is far more polished as is F@H V7 as this time, so remember you're a ALPHA/BETA user if you move up to the latest right now and things will be buggy. Cheers, LAR_Systems Example: F@H Version 8.1.18 BETA - Folding.LAR.Systems Redesign https://webclient.lar.systems/ Replaces what F@H provides by default at https://app.foldingathome.org/ in version 8
  9. The V8 client has a number of challenges to getting data out of it compared to V7... it's not for the faint of heart coding and it's why it's been a longer process than I would like to get to where I am. After messing with the project they provided opensource I had to start my own scratch build for my own sanity.
  10. Hey @justpoet I have the most super early ALPHA work in progress here where I post my dev builds as I navigate all the "fun" with how the new client works as a from scratch re-write. https://webclient.lar.systems/ With the way the new client works the good news is this will run in ANY BROWSER without the need for a client extension installed. Currently it's close to where the basics are covered and I can move on to all the features / GUI elements etc. to bring it up to where the V7 web extension was at functionality wise. That all said it's in developer "show way to much of everything" mode right now in a rather raw way so keep that in mind... and this is the build URL where I will be testing data capture as I wrap up the modifications I'm doing server side to support that. Cheers,
  11. Thanks for the report regardless, the 4070ti data was delayed due to a processing script running poorly so I fixed that up and now should be every 24 hours again which is why you did not see the update of your work this week until yesterday.
  12. Can you show me a screen shot of the GPU slots in the plugin as that will help me identify the exact GPUs. I ask as I can not see any Linux traffic for example on 3060 TI recently, but I see months worth on 3060 TI Lite Hash Rate version which could be part of the issue. LHR 3060 Ti = https://folding.lar.systems/gpu_ppd/brands/nvidia/folding_profile/ga104_geforce_rtx_3060_ti_lite_hash_rate 3060 TI = https://folding.lar.systems/gpu_ppd/brands/nvidia/folding_profile/ga104_geforce_rtx_3060_ti
  13. That's not the case however, the malware URL was called in the ads image call, allowing tracking etc. to the offending domain if you did not have software to block it. The ad did not need to be clicked to to trigger the issue, users that were seeing that ad were doing so from the domain flagged as malware which could display information in the ad that is misleading etc. without clicking it. Just posted to clarify, that this is where malware detection software etc. is useful because there can be edge cases to exploit an otherwise trusted source to enable monitoring, visual misdirection etc. not just execution of malware via click, download, install etc. Cheers.
  14. @Mojo-Jojo @manikyath That div "SideBarAd" is for an ad-unit they tend to change populated by JavaScript or an ad network. So for example, refreshing the site right now I'm not seeing that link anymore and get the LTT Screwdriver ad. But I could refresh it again and it serves me something else. I flagged this as a post because if they have / use an ad partner one of them may have been exploited or have a domain in an ad that's been exploited they can just block the domain I provided with the ad network, it happens. Edit: I have been able to confirm that if I keep refreshing the page eventually the add rotates through LTT / Non LTT ads then eventually serves ftjcfx.com again with the blocked warning so it's in the ad rotation currently.
  15. Browser, version and OS: Chrome Version 115.0.5790.111 (Official Build) (64-bit) Windows 11. Steps to reproduce/what were you doing before it happened? Reloading https://linustechtips.com/ with Arconis Cyber Protect Home Office installed. What happened? When I opened the forum I got the following warning in Acronis Cyber Protect Home Office. Domain does not appear to resolve a site / content or is down, makes LTT appear "infected" by a Malicious website. Opened the browser console to confirm the domain / image was called from the forum, and it was. That domain is referenced in an ad block, seen in screen shots below. What did you expect to happen? For LTT forum to not throw "malware" warning with a sketchy dead domain Link to a page where it happened, if applicable: https://linustechtips.com/ Screenshots of the issue, if applicable: Any other relevant details: If it's a cloudflare error, what was the ray ID from the bottom of the error page?
  16. Another update has been made, should resolve the duplicate on the site and the looping in the client. Please let me know if you continue to see the issue.
  17. Thanks, I really appreciate it! This thing runs on caffeine big time.
  18. Hi everyone, have a little bit of an Easter update for https://folding.lar.systems/ that will hopefully help with some inter team competition and possibly that of running events in the future. I have been working on a Folding League stats system that can be used year round and/or during folding events to provide as real time as possible leader board based on a number of different factors which I will explain below. ROLLING 24 HOUR PPD PRODUCTION RANKS FOR ACTIVE TEAM MEMEBERS https://folding.lar.systems/league/team?id=223518 This displays folders on the team 24 hour production PPD and change as it relates to a previous day including a "Day League" which is a named grouping based on your global to all folders world wide PPD production percentile. These values update throughout the day as folding file updates are available to be processed which are checked every hour with the day ending / starting at midnight eastern time. ROLLING MONTH TO DATE POINTS TOTAL FOR RANKED FOLDERS - APRIL 2023 https://folding.lar.systems/league/team_ranks?id=223518 This displays the teams users rolling overall monthly total and rank inside the team overall much like the way "folding month" stats have been typically done manually. The stats update throughout the day as F@H provides new stats files. In addition to the overall rankings each folder on the team will have a days active rank and a "League" they belong to that is based on their daily production percentile group, the number of days active in the month to date they have folded averaged out. For example if you're in the All Star group and fold every day of the month, you will stay in the All Star group and ranks... if you miss some days, have a machine go down... that will drop your percentile of production average and you might slide in to a different league which are ranked highest to lowest left to right on the NAV. ROLLING MONTH TO DATE POINTS TOTAL FOR ALLSTAR LEAGUE FOLDERS - APRIL 2023 https://folding.lar.systems/league/team_leagues?id=223518&league=allstar You can then look at individual Leagues tabs to see the monthly user ranks inside the team, days active PPD scores etc. These groups of percentile based folding users allows those that can only fold part time, only have certain tiers of equipment to fold on etc. be grouped in with similar users of similar production still have competition which could be used for prizing groups during events etc. https://folding.lar.systems/league/team_leagues?id=223518&league=majors https://folding.lar.systems/league/team_leagues?id=223518&league=aaa ETC... ETC... https://folding.lar.systems/league/team_leagues?id=223518&league=aa https://folding.lar.systems/league/team_leagues?id=223518&league=minors https://folding.lar.systems/league/team_leagues?id=223518&league=rookie https://folding.lar.systems/league/team_leagues?id=223518&league=peewee Last if you click on a folders name there is now a profile which will show that folders info for the overall lifetime, month, league and daily production values that were used to calculate the above divisions. https://folding.lar.systems/league/user?name=Mxyzptlk&team=223518 You can find your user name in the list of active folders in the overall 24 hour or league production lists and click to find it. Enjoy and have a great weekend.
  19. The rollover is at 12AM Eastern Time Zone. The timeframe is as close to 24 hours as the folders WUs were available / f@h updated the work file as that is not always updated on regular intervals, is missing etc. so I show the time frame it's for due to that.
  20. A new challenger has emerged for daily PPD production... these guys popped up a couple days ago are nearing double our teams output on a single ID. https://folding.lar.systems/league/ https://folding.lar.systems/league/user?name=ICCluster&team=248998
  21. I did, it's in beta and runs in the console on windows and linux... then F@H went and released their new beta version of where the client is going.. .it's not compatible... so it's abandonware.
  22. That would make sense, they are more less freezing the window / session when you have the tab hidden. Not much I'm going to be able to do about that unfortunately.
  23. Yep, working on some as real time as possible production stats systems so we can see other teams sneaking up on us faster
  24. I don't know who these guys are, but they are suddenly coming for us hard. Well... actually we know who one of them are Miker07 used to fold on LTT
×