Search found 11 matches
- Tue Apr 07, 2020 5:03 am
- Forum: Discussions of General-FAH topics
- Topic: Privacy concerns about Folding@home
- Replies: 19
- Views: 3994
Re: Privacy concerns about Folding@home
The stats are here: https://stats.foldingathome.org/os It currently shows: 1,554,728 TF, which is a bit over 1.5 EF Although ... I don't believe that number is correct. It has remained exactly that value for about a week and I bet it's actually quite a bit higher than that, probably 2 EF+ at this po...
- Tue Apr 07, 2020 2:26 am
- Forum: New Donors start here
- Topic: BSOD Windows 10
- Replies: 10
- Views: 1880
Re: BSOD Windows 10
the path
%AppData%\FAHClient\logs
is the default path -- you should be able to copy/paste that into the Start -> Run box and it will open right into the logs directory
%AppData%\FAHClient\logs
is the default path -- you should be able to copy/paste that into the Start -> Run box and it will open right into the logs directory
- Mon Apr 06, 2020 8:06 pm
- Forum: Issues with a specific server
- Topic: Tryintg to get wu from non-existant server
- Replies: 4
- Views: 888
Re: Tryintg to get wu from non-existant server
18.218.241.186 is actually a valid server -- the IP listed in the server status page is incorrect. See: viewtopic.php?f=18&t=34034
- Mon Apr 06, 2020 5:02 pm
- Forum: Issues with a specific server
- Topic: Is 18.218.241.186 a zombie WU server? [No - Assign2]
- Replies: 11
- Views: 4279
Re: Is 18.218.241.186 a zombie WU server? [No - Assign2]
172.31.11.240 is the private address for 18.218.241.186 (172.31.11.240 is an RFC1918 address in the 172.16.0.0/12 block) -- but 18.218.241.186 is indeed the correct public IP for the assign2 server. Your client connects first to an Assignment Server (AS) -- the AS assigns you to a Work Server (WS) -...
- Sun Apr 05, 2020 8:34 am
- Forum: New Donors start here
- Topic: Installed new GPU, new GPU is having problems
- Replies: 20
- Views: 3697
Re: Installed new GPU, new GPU is having problems
...The log is still including the message: "Requirements: single Nvidia GPU, tmax must be < 110 and twait >=900" So somehow it is still detecting an Nvidia GPU and/or the server is giving me units I can't accept? That line will always be printed out as it's part of the FahCore. Just doubl...
- Sun Apr 05, 2020 8:20 am
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: I get why W/U's are hard to come by, but this?!
- Replies: 6
- Views: 2062
Re: I get why W/U's are hard to come by, but this?!
They just processed the credit for over 1.1M WU's -- looks like that included about 150 WU's of mine. Hopefully things will stay a bit more on track now...
- Sat Apr 04, 2020 7:17 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: F&H client 7.5.1 on MS free Hyper-V 2019
- Replies: 7
- Views: 1928
Re: F&H client 7.5.1 on MS free Hyper-V 2019
Look in the config.xml and remove any slots except for the base CPU slot, like this
Code: Select all
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
- Sat Apr 04, 2020 7:04 pm
- Forum: FAH Hardware
- Topic: VM Sweet Spot Config
- Replies: 3
- Views: 1190
Re: VM Sweet Spot Config
Use one VM with as many cores as you are willing to spare and then make sure the client running on that VM is using all of them. I would suggest a Linux VM for this, but Windows will work as well. The VM should be fine with 4GB of RAM. I believe there are Docker containers for the FAHClient as well ...
- Sat Apr 04, 2020 7:28 am
- Forum: Discussions of General-FAH topics
- Topic: Setup Boinc only to run when no FAH work??
- Replies: 21
- Views: 4343
Re: Setup Boinc only to run when no FAH work??
Yes, you can. Check out the information here: https://boinc.berkeley.edu/wiki/Client_configuration Add this line for pausing when F@H is doing CPU work <exclusive_app>FahCore_a7.exe</exclusive_app> and Add these lines for pausing when F@H is doing GPU work <exclusive_gpu_app>FahCore_21.exe</exclusiv...
- Fri Apr 03, 2020 6:40 pm
- Forum: New GPUs (whitelist)
- Topic: new donor, don't know where to start
- Replies: 9
- Views: 2993
Re: new donor, don't know where to start
I would actually bet that your dGPU is the second OpenCL device and the iGPU is the first one -- so you can either add another GPU slot and use both, or change the OpenCL index to 1 on your existing slot to use only the dGPU.
- Fri Apr 03, 2020 6:33 am
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: How to set maximum number of cores to be used by slot?
- Replies: 10
- Views: 2363
Re: How to set maximum number of cores to be used by slot?
Make the CPU Slot section look like:
Code: Select all
<slot id='0' type='CPU'>
<cpus v='24'/>
</slot>