Folding@Home Setup Guide: Illustrated for your pleasure

Man of Honour
Soldato
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
In a hurry? No time to wait for this page to reveal its beauty? Jump to the Quick guide!
ocukbigv23ik.jpg


The following are a collection of setup guides for the Folding@Home project. It would be an honor and privilege to have you and your CPUs on our Folding@Home team. If you want more information about Team OcUK then see the Team OcUK Forum where these guides and more are posted.

Cheers :)

So what is this Folding thing anyway?


Folding@home is a distributed computing project designed to perform computationally intensive simulations of protein folding. The project’s goal is to add greater understanding to protein folding, misfolding, aggregation, and related diseases. Such diseases include BSE (mad cow), Creutzfeldt-Jakob disease, Alzheimer’s, Parkinson’s, among others.

Folding@home does not rely on powerful supercomputers for its processing; instead, the primary contributors to the Folding@home project are many thousands of personal computer users who have installed a small client program. The client runs in the background, and makes use of the CPU when it is not busy. In most modern personal computers, the CPU is rarely used to its full capacity at all times; the Folding@home client takes advantage of this unused processing power.

The Folding@home client periodically connects to a server to retrieve “work units.” These are packets of data upon which to perform calculations. Each completed work unit is then sent back to the server.

Getting Started

Log in to your computer with Admin/Root rights. If you try without Admin rights you will not be able to properly service install Folding. Go to Stanford’s site and download the appropriate client. Anyone with a personal computer running Windows 9x, NT, XP, Mac OS X, and Linux will find clients there. BSD users generally run the Linux client.

Picking a client
There are several different clients available; Text Console, GUI, and Screensaver.

As far as speed is concerned Text Console>GUI>Screensaver. Similarly the clients are different in speed as well; Windows>Linux>OS X. This is due to the availability of compilers for each platform. Much of FAH is written in Fortran and finding a decent OS X compiler for that has been a bear.

If you’re going for performance *DO NOT* run the screensaver version. It wastes approximately 15% of the CPU’s power just drawing pretty protein images. The GUI version has been known to interfere with some games through its use of OpenGL so I highly recommend the console version, especially to OcUK’s techier-than-average audience.

Below are the Set-up guides for various machines.


Table of Contents

"Oh my," you think. "This looks complicated. I haven't this much time to figure this out."
Have no fear! Joe42 has written a setup guide that has nothing but the basics. Check it out!
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Setup for single CPU

Once the console is downloaded, move it to a folder called something like C:\Fold. Open up Fold and make a shortcut to the client executable by right clicking on it and choosing "Create Shortcut".
shrtctocuk5fw.png

Click on the new shortcut and select properties to brink up the window shown.

In the box called "Target" after the .exe type a space and -configonly.
wintxtconfigonly4sz.png


Press OK. Run the shortcut. The client will go into config mode. That looks like this:
wintxtconfiging3iq.png


The configuration you choose will change depending on what sort of machine you’re using. This one is a very generic one. It is suitable for most modern machines.
  • User name enter a username pick one that no other OcUK folder had chosen
  • Team number 10
  • Launch automatically at machine startup, installing this as a service yes
  • Ask before fetching/sending no
  • Use Internet Explorer settings yes/no yes if you have a proxy, else no
  • Use Proxy yes/no ditto
  • Allow receipt of work assignments and return of work results greater than 5MB in size (such work units may have large memory demands) If you use the machine for things other than F@H and have less than 256MB RAM no, else yes because these units get far better points
  • Change advanced options yes
  • Core Priority idle (this will not make FAH faster, just change it if it’s interfering with something else that runs at similar priority.)
  • CPU Usage 100
  • Disable highly optimized assembly code no
  • Pause if battery power is being used (useful for laptops) yes/no
  • Interval, in minutes, between checkpoints (3-30) I choose 30 becasue some WUs are very large and take some time to write to disk.
    *Memory, in MiB , to indicate (xxxx available) [xxxx] Don’t change this unless you want to trick it into thinking you’ve more RAM than you actually do. More on that later…
  • Request work units without deadlines no
    *Set –advmethods flag always, requesting new advanced scientific cores and/or work units if available Though this is the subject of much debate Yes. This is especially true if you have a Pentium 4.
  • Ignore any deadline information (mainly useful if system clock has errors) no
  • Machine ID ( 1-8 ) 1

The program will now exit because you used the –configonly command. You’re not done yet though. We still need to give it some commands and start it up.

Regarding the –advmethods option: It used to be that this had to be set in the registry. This is no longer the case with version 5.04. With it the client demands only the newest WUs ***VITAL ON P4S*** on P4s this, combined with Big WUs=yes will get you QMD work units. These use 300 MiB RAM for the first 1-2% then settle down into 200 MB after. Since they use so much system RAM, they receive *Bonus Points* These units are the best there are because they are so fast and so highly scored. If you have a P4 . P4 Celeron or P4 Xeon you can get these, so I suggest you do.
Sadly becasue Intel and AMD refuse to get along and play nice, AMD CPUs will never be given QMD units to crunch becasue they do not run at full speed. To do so would constitute a violation of Intel's compiler and science library license agreements.
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Performing the registry edits

Note: Editing the registry, if done incorrectly, can seriously damage your system. You do so at your own risk. With FAH as long as you don't start mucking about in other registry entries you're probably safe. If you get lost, stop before you do something you'll regret. If you screw up these particular entries up the worst that could happen is FAH doesn't work until you fix it. Use your head and everything'll be fine, just like everything in life.

Open up regedit by clicking Start, Run then typing regedit in the Run command box.
wintxtrun8cq.png
.

Navigate in regedit to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FAH@C…
regeditopen9um.png

regtyhere0us.png


You’re going to set keys in the Image Path. Right click on the title and select Modify.
regtymod9qk.png


After the .exe type a space and enter the following flags:

-verbosity 9 (outputs to the log file the most data that the client will allow)
-forceasm (forces F@H to use SSE and 3DNow! assembly optimizations)
regtxo9.gif


Click OK and you’re done with regedit.

The clients are now installed and configured - they are set to run as services and will work even when nobody is logged in.
You can stop or start the services manually by going into Control Panel -> Administrative Tools -> Services or by going to the Run dialog and typing in Services.msc. Find the service for FAH and click on Stop.
You will not appear on the stats system until your first WU is completed and the stats database updated (usually once an hour).
Often the first WU will take especially long, just try to be patient and look forward to getting a different WU afterwards.
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Setup for Dual Core, P4 HT, and Multi Processor machines

The setup is exactly the same as for a single CPU except for a few things.

Put another copy of the console in a *different* directory. Otherwise they’ll interfere with each other. I like to put one in C:\Fold1 and another in C:\Fold2. You do the same things as with a single client; same with the shortcut, same with the registry edits. It's just that you have to do each twice.

On the second installation you'll have to change the Machine ID. You need to go into the advanced settings and set the machine ID equal to some number not equal to 1 that is less than or equal to 8. 2 works but for some unknown reason I use 8. The machine ID only needs to be changed if you have more than one FAH process on a single system. If you've more than one computer running FAH you do not needto change the Machine IDs unless each machine has more than one process running.

It is not possible to use both cores/virtual cores with the GUI client so that’s another reason to use the command line version.

HyperThreading in Pentium 4s is very valuable. Running 2 clients at 100% will run slower than 1 client at 100%, but it will finish 2 units in the same time it took the other to do 1.5. Thus it is faster in the long run. On my P4 I fold 2 QMDs simultaneously with 512 MB RAM and it is perfectly stable. You might not be so lucky. If you do not want to receive QMDs for one process or the other, go back to your shortcut (with the FAH process stopped) and when it asks about -advmethods, tell it "no."

The nice thing about single processor P4 machines is that you can run F@H on one thread and run the OS, web browser, and the like on the other extra 15% that HT gives you. This means that you are not going to slow down your progress by using the machine.

As with all installations, verify that it's working by checking your task manager to see that it is running.
taskman7zg.png
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Running F@H

Disable any screensavers, as they rob you of valuable idle processing cycles. I set mine to go blank after 5 minutes, and off after 10 (to save electricity). Leave your machine 24/7 if you can take it. Computers that are off do not compute anything. Recruit others to fold under your username if you are persuasive.

You will appear on the stats page when you have completed a WU. The database servers update about every 3 hours so you might have to wait a few hours to see evidence of your units, but they’ll show up. You can monitor your progress with FAHMON or EMIII. I prefer FAHMON because it uses far less memory to run and starts up faster. EMIII is more powerful, features visualizations of the proteins, and is able to monitor multiple clients over a network. Use whichever.

To disable the service for gaming, compiling video encoding, or anything else that you want, run services.msc, scroll down to the FAH process(es), click on each and select “Stop the service.” Repeat this again to restart it. I game on my machine with F@H running, but if you’re going to do anything that really kicks your computer’s butt (Doom, Half-Life, that sort of thing) feel free to stop it.

Setting Up FahMon
By BigStan

FahMon is a Free/Open Source GUI tool for monitoring and tracking your Folding@Home processes. It will give the percentage completion, its best-guess completion time, and your ppd (points per day). It can monitor local installations and installations accessible over network shares. this guide will demonstrate how to set up FahMon to monitor a FAH process in Windows where the process is installed as a service.

Installing
Download the zip file from here and unzip to a folder of your choice (I use my F@H folder to keep everything in the same place) and double-click on the FahMon application to open it. You will see a box asking you to update the projects. Click on "Download current projects" and then click OK once it has finished downloading (a few seconds).
Image linked due to forum rules

The application will then open in a small window, resize this to whatever size suits you.
If you want to see the logfile then click on monitoring and select Show/Hide FAHLog (or press F8 - which I've just found :o)

Loading a client.
Right click on the blank space in the top pane and click add new client. The "client information window" will appear into which you must input the details for your client.

I am setting this up on my laptop so I type "Laptop" into the name box. To enter the location in the box, either type in the location of the folder containing your console (in my case C:\FAH) or browse for it using the browse button. You can add all the clients on your network in the same way.
fahmon23dr.png


Now you simply click on the client you wish to monitor and the details will be before your very eyes.
fahmon34at.png


As you can see, the client information is in the top left pane, the core and download information is in the top right and the logfile (if selected) is in the bottom pane. You can adjust preferences to suit by clicking on the FahMon tab and then preferences, there are options for proxy settings, auto updating the projects database etc.

If you want to see benchmarks for the WUs done, click on FahMon tab, then Benchmarks and you will see this:
fahmon48iv.png


You will see a list of projects worked on since FahMon was installed in the left pane. Clicking on an individual project will bring up a list of benchmarks in the right pane for each client which has done/is doing that particular project.

Clicking on the Monitoring tab and then "Reload selection" or "Reload All" (F5 or F6) will force a refresh of the status of either the client selected or all clients loaded respectively.

Most of it is pretty self explanatory but if you should have any queries there are usually one or two foldy types hanging around the forum who can help. Just start a new thread and we're happy to help.

There is other monitoring software out there but this is the most popular (for Windows anyway), if you find any other good ones, please let us know and we will consider including them.
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Overclocking

Officially, Stanford pooh-poohs overclocking because it can lead to instability of the simulation. However, this is Overclockers UK so I’ll discuss it. If your machine is heavily OC’d and you are seeing weird stats reported on the Team stats page i.e. 5 work units returned but 5 points granted, you probably are seeing early unit ends (EUEs). These are where the simulation reached a point where it could not continue. This is usually caused by an unstable OC, though not always. If this is the case you should turn your OC down a bit to lend stability to the system. An OC’d rig is no use to anyone if it is too unstable to execute code. It is certainly possible to OC and fold, just don’t over-do it. My Xeons are 200% overclocked and they're rock solid stable on air. Make sure that you stress test your machine then pay close attention to FAH for the first few post-OC WUs. If you machine is not stable with Prime95 and Memtest86+, it is not stable enough for Folding@Home.
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Setting up GUI Client - Windows NT/2000/XP

I suppose if you absolutely must you could run the GUI client. It is slower than the console, can only use one CPU, and it is known to interfere with games that use OpenGL for their 3D graphics. If it is causing you problems please switch to the console. It’s not that scary, really. Start a thread here about it and you’ll have nineteen sweaty nerds rushing to help you fix anything. :D

Setup
  1. Download the client from the download page - the current version is v5.03.
  2. Run the installer, click Next -> Yes -> Next to take you to the User Information tab. Enter the name you want to be known as, this will identify you in the stats.
    The name is case sensitive and must only contain letters, numbers, or the underscore "_" character as a space. You can search on the download page to check that the name isn't already in use.
    Don't worry too much about getting a totally unique name just as long as nobody in Team 10 (OcUK) is already using it. Just be sure to not have any spaces in the name.
  3. Keep clicking Next to install the client into the default location C:\Program Files\Folding@Home
    Installation is complete - click Next to start the client and view the readme.
  4. You should now see a little red protein icon in the Notification Area/System Tray.
    Right-Click the icon and select Configure... from the pop-up menu.
    gui1stocuk0pu.png


    On the User tab change the Team number: to 10 - this is OcUK's team number.
    On the connection tab you should be able to clear all the boxes for most internet connections.
    gui2nd1uh.png


    For a points boost you can choose to receive Large WUs, these require a lot more physical memory than the standard WUs. As such you will receive extra points for doing them.
    If you have 512 MiB or more of RAM you shouldn't have a problem running them along with your usual programs.
    To recieve Large WUs tick the box at the bottom of the connections tab in the client configuration - "Allow receipt of work assignments..."
    gui3rd1yq.png


    In the advanced settings tab you can dictate how much of the CPU FAH will request.
    Click OK to apply the changes.
  5. The client should now have downloaded a Work Unit and a suitable Core and should be working on it.

    The display shows a little information about what is going on and features OpenGL rendered 3D visualizations of the folding activity.
    guimainocuk2jn.png

    Click for fullsize (800 x 600)
    Double-clicking the red icon will bring up the Folding@Home Display.
    The left side of the screen shows information about the current WU including its name, the core, and an estimated finish time based on the work done on it so far (don't worry about this yet).
    In the bottom left corner if all is well you will see the word Working... if not then wait a few minutes as it may still be downloading and initializing.
  6. Locate the shortcut in your Startup folder and change its properties so the target reads:
    "C:\Program Files\Folding@Home\winFAH.exe" –forceasm -advmethods
    Disable any screen saver that is set to run - many screensavers will hog the CPU and make your WU take longer.
    Instead select Blank Screen or Turn off Monitor after XXmins from the power settings. The GUI client comes with its own screensaver however it is not required since the client runs extremely low priority in the background.


    Just as in the Console client, setting –advmethods and Large WUs on a Pentium 4 system will enable you to receive units that run on the QMD core (FahCore_96.exe). These can use in excess of 350 MiB RAM and should be avoided unless you want to maximize your point output. If that is the case you should seriously consider uninstalling the GUI client and switching to the Console version in its stead.


The client is now installed and configured - a shortcut has been placed in your Startup folder so the client will run automatically when you log in.
You will not appear on the stats system until your first WU is completed and the stats database updated (usually every three hours).
Often the first WU will take especially long, just try to be patient and look forward to getting a different WU afterwards.
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Installing on PPC OS X using InCrease

As a UNIX based system OS X is very configurable… provided you know how. Many Mac folders find themselves running the GUI version of FAH simply because they do not know how to install it as a service as Windows does. The boys and girls over at Team Mac OS X decided that this was a problem. Calxalot wrote a GUI program for FAH that would do pretty much everything possible. It manages the startup flags, installs a crontab (a startup service), downloads and updated the FAH client as necessary, automatically detects and uses multiple CPUs and keeps track of PPD stats. It’s fantastic. This magic program is InCrease.

Setting up InCrease is a breeze. As always, you must log in as a user with administrator rights. Begin by uninstalling and deleting any previous FAH installations. Download the .dmg from the InCrease web site and save it somewhere locally.
shrtctocuk8xx.png


Mount the disk by double clicking it.
mounted7gg.png


Drag the two applications in the image over to your Applications folder. One is InCrease, that is the engine for FAH here. The other is fpd, a WU visualization program. If you think that you don't want to look at pretty 3D protiens, don't copy it to your system. Navigate to InCrease in the Finder and execute it.

Setup
When it comes up it will run a scan to see if there are any WUs on the system along with looking for some other things. When that’s done it'll look like this and you’ll be able to click the ‘Preferences” button in the upper right corner of the window. Bring this up and click over to Clients. Type in your user name and team 10. Allow big WUs in the checkbox to the right and you’re done. Note that there are checkboxes for –advmethods –verbosity 9 and –local that are already checked by default.
prefsocuk7ar.png


Once your user is set up click "Close" to remove the preferences dialog. Now you're all ready to install the crontab that will begin FAH when your computer boots. Click the "Install” button on the main window of InCrease. This will casue the script to run in the main window. It will automatically download the FAH executable. When it’s done it will say that it’s ready to fold under (username), (team). Click the Start arrow at the top left of the screen. It will download a WU and a core and start working.
last5wo6cp.png


Upon restart it will run no matter what user is on the machine. That’s all there is to it. It takes less than a minute and is great to use for large installations.

To check to see if it's working without bringing up InCrease open up Finder ->Applications->Utilities->Activity Monitor. The CPU graph will look like so:
finalcpu4gp.png

We need some fishies to swim around in that blue water.

Tweaks
Note that there are options to disable FAH whenever certain programs are activated. there is also a big "stop" button right next to the "start" button you pushed for it to begin. if for some reason you want to manually disable Folding@Home, this is the method. Explore InCrease a bit. It has many, many features.

Running on Macs
The PowerPC G3 and G4 processors are fairly good genaral purpose CPUs. However, in some applications they fall short. There is a scientific core in Folding@Home that is written in Fortran called Tinker. Stanford has had a heck of a time finding a Fortran compiler that both produces binaries that are both fast and accurate. The one currently in use is very accurate but does not run very quickly. G4s are particularly disadvantaged in this arena becasue their floating-point performance depends heavily on AltiVec assembly optimizations. For this reason Tinkers perform very poorly on G3 and G4 Macs. Gromacs core units, however, perform very well becasue they take advantage of AltiVec. Stanford is trying to get more Gromacs core Wus to macs but they are sometimes rare. These CPUs are still useful to the project, of course. Once the addiction has set in you'll be willing to put FAH on anything. Just don't expect supercomputer performance out of your bondi blue iMac. : )

G5s, on the other hand, have much improved floating point performance. They perform at nearly the same evel with Gromacs or Tinker core work units. Add to this the fact that they generally have quicker system busses and RAM and one can see how they are excellent performers.

Happy Folding : )
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Linux setup using finstall part 1

To an inexperienced Linux user, running FAH might seem like something of a challege. Setting up a service in Linux, though not too difficult does take some command-line wrangling. isn't there some easy way to do this that doesn't take a UNIX sysadmin? Along came the finstall script by Ivoshee. It pretty much takes care of everything and should auto-detect your system to the hilt!

It does the following:

  • Auto-Detects the number of CPUs
  • Creates the directories for each CPU
  • Steps you though each CPU client setup
  • Allows for easy editing of the flags (like -forceasm -verbosity 9 etc.) though a pill file called <fah_config>
  • Installs 3rd Party Monitoring applications for you.
  • Creates the service scripts for running at boot time.
  • Creates the Start, Stop, Reload, Pause Scripts for you.
  • Works for Red Hat, DSL, Debian-based distros (Ubuntu), Slackware, Gentoo, FreeBSD
  • Allow you to run it through WINE so that you can use the Windows client if you tell it to do so in the command line.
  • Asks you to if it should run manually or run the service scripts.
  • Has a "Backup-Utility" to ensure the state of your folding even if you nuke your files.

For this guide I'll go over the basics; setup and service installation using the Linux client. For other fanciness, see the finstall page at the official FAH Wiki. For this example I'm using Mandrake Linux with a user called bti. Your setup might be different but these instructions should work for most if not all distros. In code blocks I'll list the user inputs. For reference I've taken screen shots to help. I'll assume that you have basic experience with the folding@Home client. If not, you should read the Windows client setup guide as it contains many explanations that I will not duplicate here.

To begin, boot up and log in as a regular user not root. Open a terminal window (if you're using a GUI, othewise you're already at a prompt) and go to your home directory:
Code:
cd ~
begin17tz.png


Create a sub-folder in your /home directory called foldingathome like so:
Code:
mkdir foldingathome
Hit enter then change to that directory with
Code:
cd foldingathome
make29lj.png


Then download the script like so:
Code:
curl -O http://ra.vendomar.ee/~ivo/finstall
on some other systems, including Debian and Red Hat, the curl command is not recognized. If this is the case for you use:
Code:
wget http://ra.vendomar.ee/~ivo/finstall
Hit enter and it’ll download the files while printing a neat-o download meter to your screen.
downloading34zm.png


Next you need to make the file executable. Type
Code:
chmod +x finstall
chmoded49tk.png


Now all that’s left is to execute the script. Type:
Code:
./finstall
executing58yz.png
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Linux setup using finstall part 2

When you execute it a bunch of text will fly past your screen. It’s busy detecting things, making directories, and other fun things. When it stops scrolling it will ask if you want to read the FAQ. Give it a big ‘ol
Code:
n

Next it will ask you to verify the download’s checksum. This is the checksum of the FAH504-Linux.exe file it downloaded from Stanford’s web site. Check to be sure this number matches the one posted on the Stanford download page. This check is to be sure nobody hacked your script and gave you a bogus client. If the numbers match tell it so.
Code:
y
checksum86rv.png


It will now ask you if you want to use any third party utilities. Fd and fpd are pretty cool visualization rograms written by the late rhp_iv. However, I don’t care to see the proteins so I tell it:
Code:
n
utilities103xs.png


Now the script is done. It will dump you off at the config screen for the client. This config is identical to the Windows client so if you aren’t sure what settings to use see the Windows console guide.
config115wc.png


When it’s done with configuration it’ll spit you out at a long explanation of how to set it to run as a service.
Image linked to fit regulations.http://img107.imageshack.us/img107/682/done136up.png

When I got to the end of this I cleared the text onscreen. You need not do this. Now it’s time to try the installation out. Note that you’re still in your foldingathome directory. If by some cruel twist of fate you discover that you’re not there anymore, you will need to cd to it.

When the script ran it put a bunch of programs and scripts in the foldingathome directory. One of then is called folding start you’re going to want to execute this now.
Code:
./folding start
foldingstart144cc.png


It should now start the client, download a core and a work unit and begin crunching. You can observe it through an activity monitor like KsysGuard. This is the method to use if you do not want to install it as a startup service. To procede we’ll need to stop it though. Type
Code:
./folding stop
It’ll sit there for a minute waiting to be sure that all the clients have stopped.

It is now ready for you to install the service. Along with folding start and folding stop there is a script in the foldingathome directory called installService. This is the one to run to install the service. Note the capitalization of the name and recall that it is caps sensitive. Type:
Code:
./installService
installservice165hv.png


That’s all she wrote, folks. When you reboot it should fire up with the system and run silently just like it does in Windows. If you want to monitor it and keep track of benchmarks use FahMon. Download the source and compile it for your system with the detailed instructions included with the source.

Happy penguin folding : )
 
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Tweaks for all OSes

A common question asked by new FAH donators sounds like this, "How can I squeeze the most performance out of each computer?" This is a short list of tweaks one can make to get an extra few percent faster. It might not be a lot but it is something. Most of these hints are duplicated from the above posts but are listed here for consistency's sake.

Screensavers
Screensavers are a waste. They burn quite a few CPU cycles just to show a useless image on the screen. The screens that need saving are CRTs, lest they become phosphor burned. These monitors while not being used are consuming quite a bit of electricity, especially monitors with large diagonal sizes. To maximize FAH performance and save a bit of electricity, set it to “blank” or “none” and set the monitor to sleep after a short while at idle.

This problem is especially important on Macs because the default OS X screensaver, flurry, is very CPU intensive. Most OS X installations don’t offer the ability to turn off the screensaver entirely. If this is the case for you, set it to “Computer Name” as this is the lowest demand of the default screensavers.

Checkpoint Frequency
This setting in FAH determines how often the process will put itself on hold to back up to hard disk. While it may only take a second or two with an average WU it can take much longer with large WUs like QMDs where compressed they measure 60 MiB and uncompressed in RAM they measure 350 MiB.

Set your checkpoint frequency to the highest setting possible, thirty minutes. You need not worry about losing your data when you restart. Whenever you tell the service to stop it backs itself up. That is whether you requested it manually or by requesting a shutdown. If the system crashes it will resume from the most recent checkpoint if that checkpoint is intact. The most common cause for a corrupted checkpoint, and thus corrupted WUs, is that the system crashed or hung whilst it was writing the WU to disk. By stretching the frequency of the checkpoint action it will spend less time doing it and will thus lower your likelihood of having it crash while you’re checkpointing.

Fast User Switching
This feature in Windows and OS X allows quick switches between different user profiles. The way it accomplishes this is by not ending each user's programs before starting the next user's programs. It is possible for one user to be consuming a great deal of the system's resources even if the currently active user is doing nothing.

Disabling this means that only one user is able to have their tasks running at one time (yes, I know this is not true of the Mach kernel, cut me some slack).

In Windows you can find the control in the User Accounts area of the control panel. Click the link to "Change the way users log on or off" then uncheck the box for fast user switching.

Log Out
Using the same reasoning as the previous point about fast user switching, this one is obvious. The system starts all a user’s services and tasks only at login. Before that it doesn’t know which user to start. It follows that if you do not log in to a particular user only system tasks will run. This means that the CPU has more time to run FAH. Wired network controllers almost always are active at this stage so you need not worry about whether it’ll be sitting at idle if it finishes its work. Sometimes with wireless networking this can get a bit dodgy. In my experience it’s about 50/50 getting WLAN authentication working before a user logs in. Try it out and see if you can.

Run Timeless WUs in the background
by rich99million, edited by BTI

You might be thinking, “But folks, what if the universe explodes and takes out my Internet connection? How will I possibly cope with the prospect of having my crunchers sitting at idle for hours!?”

How indeed. You can set up a backup client running deadlineless WUs at lower priority than the other FAH process(es).

Go to your regular FAH installations, stop the services, and run them with –configonly using your shortcut as described in the above guide. Go down into the advanced settings and raise the priority from “idle” to “low.” This will put the main FAH instance so that it runs at higher priority than the new one you’re about to set.

1. With the main service still stopped put a fresh copy of the console into a directory separate form the one(s) that already contain FAH. You can create a sub-directory in the Folding@Home directory and name it "backup"

2. Run the console to start the configuration just as you did when installing the originals. Install this as a service just like the other.
3. Configure the backup client to request work without deadlines <yes>, the next question will be about reducing network usage by downloading work in batches, select <yes> again. Finally set the machine ID of the backup to some number you haven’t used yet. Note that Machine IDs can only be integers between 1 and 8. This means that you can only have 4 main clients and 4 backup clients. It’s not an issue for most of us.
4. If set to run as services stop both clients and restart them either through the services.msc or simply reboot (never hurts :p).
5. When the service starts it will download a batch of 10 Tinker core WUs. It will begin to crunch them but it won’t get far. The main client will take all the CPU cycles that this one wants because it is running at higher priority.

This certainly works. Though the deadlineless work isn't worth as much as the top-dollar work, in the event of a connection failure it's better than nothing, it's also better for the science than running two normal clients since the WUs with deadlines will be being returned as quickly as possible.
Running the extra client on my computer only uses an extra 11MB of RAM on my machine as the deadlineless WUs are a lot smaller and use the older Tinker Core that isn't as memory dependant so you shouldn't see much of a performance hit.
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Controlling Your Windows FAH installations with Batch Files

So you’ve got FAH installed now and you’re crunching away. You think to yourself, “What do I do if (gasp!) I ever want to turn off FAH?” The first thing that usually comes to mind is using services.msc. This, however, gets tedious if you have several FAH installations. Here is a way to automate the starting and stopping of your service-ized folding installations. Batch files are simply scripts that communicate with the Windows command line enabling you to script commands for it to execute at a single click. They can also be combined with a scheduled task to start and stop your FAH instances based on time of day and day of the week. This can be handy when installing on office computers.

Beginning
In this example I’m running Windows NT 5.1 on dual HyperThreaded Xeons, for a total of four clients. The consoles are located at C:\Folding@Home\ in four folders numbered 0 through 3.

Starting and stopping these whenever I went to compile, render, or game was becoming tedious. Batch files to the rescue! Let’s get started.

Obviously, to control our FAH services, you’ll first need to have it installed as a service. When you use the FAH console to install the service it gives it a long, gibberish-y name that relates the entire path to the executable. Though you can change this I prefer not to. Open up services.msc, find a FAH installation and click properties.
batchproperties4jx.png


Then copy the entire name of the service. This is the hardest part of the procedure. Yes, that does imply that it is an easy procedure.
shrtctocuk1ao.png


Make your batch files
Open up notepad from START>All Programs>Accessories. In a new document type
Code:
CALL NET START “<name of service>”
Repeat as necessary for all your services. Changing the named path as necessary. When you’re done save it to someplace convenient like the desktop as start.bat. Be sure that it’s start.bat and not start.bat.txt. Windows wants to hide the extension by default. You can disable that if you like (I do for security purposes). When you’re done it’ll look like this.
batchnetstart7uv.png


Now change the “START” to say “STOP” so it reads:
Code:
 CALL NET STOP “<name of service>”
Save it as stop.bat. When you’re done it’ll look like so:
batchnetstop8pl.png


Testing your shiny new batch files
Now test it by stopping (or starting) the services by double clicking the appropriate file. It should pull up a command window for a few seconds while it starts or stops. It’s probably ten times faster than doing it manually.
batchrunning0xi.png


That should do it. If you like, you can schedule the batch file as a scheduled task so you can set it to do all sorts of things, like fire up a second console on the weekends on your work PC or any number of other things. I find that scheduling a batch action is more reliable than setting the actual executable to run. Why? Who knows, Windows is a mystery.

Enjoy thy Folding : )
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
How to process FAH WUs on non-internet-connected computers.
Stolen without shame form the Official F@H Wiki.

First, it must only be used for a limited number of projects known as "deadlineless" WUs. The deadlines for Regular WUs are critical, and sneakernetting introduces unacceptable delays to the process, actually damaging the scientific process.

One machine must have internet access and you'll need whatever hardware is necessary to move data between that computer and each of the other computers.
  • Download console client to machine A (networked)
  • Make a separate directory for each client you plan on running. Use whatever directory names will avoid confusion about which machine they're associated with. For this discussion, we'll call them A, B, and C.
  • Copy the client to each directory and create shortcuts called A, B, and C to run them. Add the -local flag. creating a shortcut to the FAH executable
  • Start client A and in the Advanced section, specify that you want Deadlineless WUs and that you want to minimize networking. (That's not essential for Machine A, but most people are comfortable if they're running similar WUs.) Client A can be left running.
  • Before you begin, the offline machine(s) will need a registry entry. From Stanford's perspective, they will be treated as a separate CPUs on your internet-connected machine. Run regedit.exe to search for the key UserID (in "HKEY_LOCAL_MACHINE\SOFTWARE\PandeGroup\Folding@home"). Export that key. (Be careful not to make any changes to your registry.
  • Copy that file to the other computers and import that key by double-clicking on the file. This part only needs to be done once per off-line machine.
  • Start each client B and C and set the appropriate config settings. Be sure to say YES to Ask Before Connect.
  • Also, in the Advanced section, choose Deadlineless WUs (If you're running v4, they were called GAH), set YES to "Minimize Networking," and set a unique machineID for each client. (1-8). Presumably machine A is still set to the default value of 1. Each client will connect, download 10 WUs, and begin processing that work. Stop clients B and C with a CTRL-C.
  • Transfer an exact copy of folder B and shortcut B to machine B and do the same for C. Start each client with the shortcut.
  • WATCH each client and harvest the results when it indicates it is finished by asking for a network connection. On slow machines, that may be a week or so.
  • When the client asks for a network connection, do not say OK, but change to the regular FAH-console window and enter CTRL-C.
  • Move directory B from machine B back to directory B on machine A.
  • On machine A, create a new set of shortcuts: B-sendall and C-sendall which are copies of shortcuts B and C but which have the command line tags -local -send all added to the target.
  • Start B-sendall, say OK to network, and wait for the results to upload.
  • Start the shortcut B and wait for new WUs to be downloaded, stop the client with CTRL-C again.
  • Move the new batch of work back to machine B and restart the client on machine B.
  • repeat as necessary.

Even though they are timeless, there is still a set deadline before they are reissued, and the scientific value of the unit diminishes somewhat with time. It is better to get them back as soon as you are able.

Most of the time, Stanford has timeless WUs on only one server, and in rare instances, that server may be down. You'll see repeated messages trying to download work and failing. There is nothing you can do about it but wait. They will not send you WUs with deadlines.

To simplify the procedure, I've suggested that you need to move the entire directory back and forth. Certainly that must be done initially and you may eventually find it needs you to copy a new core, but most of the time it is enough to move queue.dat and the entire WORK folder.

NOTE: DO NOT attempt to upload completed units over and over. It will not do you any good. Once they have been sent in, and recorded by the stats server, you WILL NOT get credit for uploading any units a second time. You would only be wasting your time and bandwidth. When you move the WORK folder between computers, you should empty the receiving folder before the new contents are inserted.

==========================================================

dav1d said:
Reinstalling a Console Client From a Backup

Before you begin: To be able to carry on folding with settings, WU count and log from a previous installation, you will first need to backup your F@H folder (wherever you installed it - usually C:\Program Files\Folding@Home) before it is deleted/you wipe your HD.

I also recommend creating a backup of the registry settings for the service. To do this, go to Start->Run and type regedit. Navigate to HKLM\SYSTEM\CurrentControlSet\Services and right click on the F@H folder. Then choose Export, save it to a suitable place and back it up. Do this for any other clients you may have installed.

Restoring your backup: Copy the F@H folder you backed up to where you want it to be (usually C:\Program Files\Folding@Home). To install the service, you will need to run the configuration again by running the executable with the -configonly flag.

To do this, the easiest method is navigate to the folder with the F@H executable in (named FAH502-Console in my installation), right click and choose Create Shortcut. Right click on the newly created shortcut, choose Properties, and under the Shortcut tab, modify the target by adding -configonly to the end, outside the speech marks. Now you can run the program with this shortcut, answering the questions in the configuration, and the Windows service will be installed.

If you have backed up your registry settings for the service as well, navigate to your .reg backup file, and double-click it. This will restore the settings to the registry.

Hopefully, you'll be able to carry on folding as before like nothing's changed :D
 
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Team OcUK Folding Stats Signatures
Garp said:
Roll up, Roll up ladies and geeeeentlemen.... annoucing the creation of an F@H Stats signature generator, conforming to this 'ere very forums exacting sig rules, being as it is an image of 400x75 pixels, and weighing in at a sweet 3.5kb.

For the moment I've used the OcUK Logo from the forums, and kept its current colour scheme to produce this image, however if anyone else has an image they'd prefer to have in place it is certainly possible to arrange it. I'm investigating what I might be able to do as a way of distinguishing people who've passed certain benchmarks. Shouldn't be too hard. Feel free to come up with suggestions

Data is updated at 7am every day (server time.. no idea whether thats GMT or BST, or other!) it can be made more often, but from what I understand the data is only dumped by its source once a day, so not much point!

To utilise the system insert inside of tags the following address:
[url]http://bliss.paulgraydon.co.uk/fah/fahsig.php?id=[/url]

after the = sign, put your F@H username.
Et Voila, all should be working.
I'm now creating a separate offshoot for testing / improvement purposes.. I'm going to leave this one alone for now![/quote]

[b]Adjusting the color of the text in the sig[/b]
[Quote="Garp"]
If you want it white, just tack the following onto the end of the file you call:

&r=255&g=255&b=255

those values (unsurprisingly) are for red, green and blue repsectively. Feel free to experiment.[/quote]

==========================================
If you have got it right, it should come out looking like so:
[img]http://bliss.paulgraydon.co.uk/fah/fahsig.php?id=Garp&r=255&g=255&b=0
==========================================

All thanks to the one and only Garp - with a little help from the AOA folding team guy. If you can't seem to get it to work, try nicking someone's sig you already see and changing the username.

EDITED Dec 06 due to Garp's hosting change. :)
 
Last edited:
Soldato
Joined
18 Jan 2005
Posts
4,171
Location
Northants
The Quick and Easy Folding at Home guide

The new quick guide here.


►►► The Quick and Easy Folding@Home guide ◄◄◄


►A quick intro:
Folding@home is a little program you download and run, and it does medical research using your cpu. Its just like SETI except its medical research rather than searching for aliens.
You get points depending on how fast your system is and you can compete with other users and as a team with other teams.

►I can't be bothered with any hassle, can i still help?
Yes, yes and yes! We will bend over backwards to help you, all you have to do is post a thread in the dc forum with a title like 'help me start folding' and we'll do the rest.
Someone will take you though it step by step, and will answer any questions you have. We will never just point you to the sticky.





►What is Folding@Home?
Folding@home is a scientific study using idle cpu and gpu (graphics card) time on thousands of pc's to investigate proteins when they misfold, one of the causes of many diseases, such as Alzheimer's and Cancer.
One reason many of us run it is to compete with each other, and to compete as a team against other teams and forums.
Each work unit (WU) has a number of points, and team members and teams are ranked by the number of points they have.

►How do i set it up?
its very easy, you simply follow this guide to:
-Download Client(s)
-Install Client(s)
-Configure Client(s)
-Download Fahmon if you want to.
-Reboot. Now you're folding!

►Downloading Folding@Home:
-CPU client (v5.04 CLI for windows)

►Setting up Folding@Home:
-CPU Client:
Put the downloaded client into a folding@home folder, and then click on it to open the command line config window. Now do the following:
* User name: enter a username, pick one that no other OcUK folder has chosen
* Team number: 10
* Launch automatically at machine startup, installing this as a service: yes
* Ask before fetching/sending: no
* Use Internet Explorer settings: yes/no. yes if you have a proxy, else no
* Use Proxy: yes/no as above
* Allow receipt of work assignments and return of work results greater than 5MB in size (such work units may have large memory demands): If you use the machine for things other than F@H and have less than 256MB RAM no, else yes because these units get far better points
* Change advanced options: no


Folding on a dual core cpu:
To fold on a dual core you must use two clients in two folders, one for each core. Setup is the same for each one except for the 2nd one you must do the following:
Type yes to 'change advanced options'. Then press enter for each option to leave them at default except the machine id option. Set this to 2 for the 2nd core.

►Running Folding@Home:
Folding@home will now run invisibly at machine startup.
The console window will disappear when you reboot.
If you need to stop it running, press ctrl-alt-del and end the ‘F@H_console…’ process.
You can monitor progress by downloading FahMon






-Other Clients:
Gpu client: Theres a gpu client which can fold on Ati graphics cards, see the full sticky or post in the dc forum if you have an ati graphics card and would like to fold on it.

SMP client: This client can only be used on Linux or Mac with a multi cpu or multi core machine, see the full sticky or ask in the dc forum for more info.

►Folding at Home Stats & Team Competiton:
Folding at home stats page
EOC stats page here (better)

The Ocuk Team Stats(EOC)
The Ocuk Team members Stats

-The OCUK Folding@Home Weekly Team News!
A roundup of the weeks folding, with league tables, stats, and general folding discussion. Post questions here.



►►►‘The worlds finest team™ Ocuk Folding@Home Team 10 Thanks you for your contribution, and for giving something back to the forums. Please enjoy your stay, and if theres anything we can help you with, please post here.◄◄◄








▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

►Folding at Home Benchmarks◄
Benchmarks courtesy of The Tech Report.

foldingtotaloi1.gif


Benchmarks for Individual WU types can be found here.
Thanks to notfred of the Tech Report folding team for creating the folding benchmark cd.

FahInfo - Extensive folding at home ppd and wu info.








▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

►Folding at home Myths◄


1. I don't know what it is.
-Folding@home is a scientific study using idle CPU time on thousands of pc's to investigate proteins when they misfold, one of the causes of many diseases.
-Its also a competitive sport for pc enthusiasts to compete with each other on who can crunch the most work units and earn the most points.

2. I can't be bothered.
-If you can find time to browse this forum surely you can find 5 minutes to start folding.

3. I thought it made my pc run slower.
-Nope, it stops working as soon as you need the pc.

4. I don't think my PC is powerful enough.
-Any pc bought in the last 5 years is fine, every little helps.

5. I don't think I can run it on my computer.
-There are Linux and Mac clients, see the advanced guide for details.

6. I don't have time
-You don't have 5 minutes to help find a cure for cancer and help your forum?
5 minutes is all it takes.

7. Pc gets too hot/noisy/uses too much power.
-If it gets too hot or noisy your pc is poorly designed; sort out noise or cooling problems by posting in the Overclocking & Cooling forum. If you can't, folding can be run at a low CPU percentage if necessary which will lower heat and reduce power consumption. Remember, every little helps, so folding at 50% cpu utilisation is better than nothing.

8. I thought you'd need to run your computer 24/7?
-Nope, obviously it will help your production but the client writes regular save points and the deadlines are long enough that most computers can still participate even if they are a bit old or not on much.

9. It's all just pretend isn't it? They haven't actually found anything have they?
-Although it's quite theoretical there have been many interesting and useful findings over the years that Folding@Home has been running
If the medical research side of it doesn't interest you for some reason, its still worth doing to help your team and your forum and for the competitive side.
The fact that nothing was ever found by the SETI project didn’t stop OcUK becoming the worlds best team.

10. Why should I spend money doing research for some drugs company to then charge me for what's produced?
-Folding is run as a non-profit project and all findings are made publicly available through the folding website and publications.

11. It will stress my pc and cause parts to fail prematurely.
Your pc might last 15 years if you don't run folding, 10 if you do. It will be useless due to advances in technology in about 5. Those aren’t actual numbers, but how many CPUs do you know of that died of old age? Even massively overvolted CPUs outlast their usefulness.


The question you should really be asking is 'why didn't i start folding before?' ;)










▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
►Folding sigs and Logos◄

Sig tools and generators:
Nulls folding sig generator
Put folding stats in any sig by uploading an image.

Hex colour codes for text colours in Nulls sig generator

Sig templates:
1, 2, 3, 4, 5,

Logos:

Sig Rotation.










▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
►Calculating Folding Power◄

This is a little guide to help you calculate an equivalent ghz rating for any cpu, which you can then use to measure and compare folding power.

How it works:
Imagine you have a Core 2 duo E6600. How much folding power is that?
Well its 2.4ghz... but its actual folding output is probably at least 3 times that of a P4 2.4ghz. So now you can use this guide to get a much better idea of how your E6600 might compare to a P4 2.4. The guide is not that accurate, but its much better than just taking the clock speed, which people have used in the past to compare folding power

For example: Core 2 E6600 = X2 5200+\FX 62. If you compared these two cpus in benchmarks they will be roughly equil.
An X2 5200+\FX 62 = 2x A64 4400+. If you had two 2x single core A64 4400+ based pcs folding they would achieve roughtly the same output as one X2 5200+\FX 62 or core 2 duo E6600, assuming a single core A64 4400+ had been produced. An A64 4400+ would achieve roughly the same output as a p4 4.4ghz, asuming such a cpu had been produced.
So your Core 2 E6600 cpu is equivalent to two P4 4.4ghz cpus, and if you left it on 24/7 it would achieve roughtly the same folding output as two P4 4.4ghz cpus or one P4 8.8ghz cpu.
Therefore you have 8.8ghz of folding power if you run a Core 2 E6600 folding 24/7.

In reality if you were to get two P4 4.4ghz cpus folding perhaps using extreme cooing, you may not get a folding output exactly the same as a Core 2 E6600, but it will be a lot closer that a P4 2.4, which is what the ghz rating of the E6600 suggests its folding output will be equivalent to if you are trying to use ghz as a performance measurement.
This method of performance comparison is also useful to compare modern cpus to older ones where people are used to measureing eprformance in ghz and have difficulty understanding how a 2.4ghz core 2 might compare to a 2.4ghz p4.


Netburst - P4, P4m PD, Celeron(dual core)

Take the clock speed, all other architectures are calculated to be equivalent to a netburst hertz rating. Double for a dual core PD.

P6 - P3, Celeron
Take the clock speed.

Core Microarchitecture - Pm, Core solo, Core 2 solo
Add 200mhz for the Pm, 400mhz for the Core solo or 400mhz for the Core 2 solo to the clock speed, this gives the approximate clock speed a single core K8 (A64) would have to have to attain equil performance. Then using the TR decoder ring or Ocuk's CPU section find a matching Athlon64 single core cpu with the same clock speed and cache size on socket 939 or am2. Then take the pr rating of that cpu. If a single core cpu with that clock speed does not exist, raise the pr number by 200 for every additional 200mhz above the fastest single core A64 with 1mb cache, the 4000+ @ 2400mhz or the fastest with 512mb cache, the 3800+ @ 2400mhz until you reach your clock speed.

Core Microarchitecture - Core duo, Core 2 duo
Add 400mhz to the clock speed, this gives the approximate clock speed a dual core K8 (X2) would have to have to attain equil performance. Then follow the instructions for an X2 below.

K7 - Athlon, Athlon xp, Duron, Athlon Xp m, Sempron
Take the Pr rating.

K8 - Athlon64, Opteron (singe core), Sempron
Take the Pr rating.

K8 - Athlon64 X2, Opteron (dual core)
Find out the clock speed and cache size and using the TR decoder ring or Ocuk's CPU section find a matching Athlon64 single core cpu with the same clock speed and cache size on socket 939 or am2. Then take the pr rating of that cpu and double it to get an equivalent ghz rating.
If a single core cpu with that clock speed does not exist, raise the pr number by 200 for every additional 200mhz above the fastest single core A64 with 1mb cache, the 4000+ @ 2400mhz or the fastest with 512mb cache, the 3800+ @ 2400mhz until you reach your clock speed.

-Divide your folding power by how much each machine is on for
For example: a 4000+ on 12 hours a day would give 2ghz equivalent folding power.


Notes: To be revised to be much simpler i.e add 600 to the clock for core, add 400 for A64 etc.






▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
About this guide:
-Want to see something added...?
Post in the folding forum and i'll take a look, suggestions very welcome, particularly from new folders on how to make following this guide and setting up folding easier.
-Notes: (items of interest, awaiting inclusion etc)
http://short-media.com/files/thraxfoldingflash/
http://fahinfo.org/

Readers are asked not to post in this thread. Ask questions in the Weekly Team News. Thanks

Last updated... \/
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
This space is left intentionally blank to allow for future revisions...

Like the GPU Client. ;)

UPPDATE
The GPU client is still in public beta and is a bit rough around the edges. It is offering donors very high PPD so if you feel you're up to it you should find the experience rewarding. the most comprehensive instructions and tips can currently be found on Stanford's official page for the GPU client. Joe42 has done a quick guide to the GPU client in his setup guide. Check that out if you're interested.

This guide will expand as the client matures into an official release.
 
Last edited:
Man of Honour
Soldato
OP
Joined
2 Aug 2005
Posts
8,721
Location
Cleveland, Ohio, USA
Epilogue and Helpful Links

Now that about wraps it up. Wow, that was longer than I expected. I'd like to thank all the people whose work I stole when making this including BigStan, Calxalot, Garp, Ivoshee, Joe42, KE1HA, and most especially rich99million. I hope that this guide makes it easier and faster for FAH rookies and veterans alike to get their systems up and working. If anybody has anything they'd like to add to this, feel free. If anybody has any requests for setup guides for different systems or situations, I'd be glad to write them and add to this body of knowledge.

Great stuff folks, now let's go cure some diseases! :D

Links to Important Sounding Things

Official Website
Folding@Home website

Client Downloads
Download Page
Current Preferred Windows Clients:
GUI client V5.03
Text-Only Console Client V5.04

Stats Pages
Stanford Stats Portal
Official Team 10 OcUK Stats Page
EOC Stats OcUK Team Summary
EOC Stats OcUK World Ranking
StatGFX Folding Signatures
FAH Stats OcUK Active Members

WU Information/Progress Monitoring
Electron Microscope III (EMIII)
FahMon Folding Monitor
Project Summary Page - vital stats about all WUs currently in circulation, including point values
Server Status Page

Help
Team OcUK Distributed Computing Forum
Folding Community Forums
Official Folding@Home FAQ
 
Last edited:

Nix

Nix

Soldato
Joined
26 Dec 2005
Posts
19,841
Support the Team & Troubleshooting:



If you're a folder or part of any other distributed computing project and are crunching away for OcUK, why don't you idle for us on our very own mIRC channel? If you're currently having problems with anything, feel free to join the channel where someone will hopefully be able to help.

The channel is #Team-OcUK on the Quakenet network.


What is it?

mIRC is a program used for internet relay chat. In short, OcUK have their own IRC channel or chatroom, and now we have our own too!

More information on mIRC can be found here.


Download & Installation:

Download the latest client of mIRC here. Select a mirror and download the file to somewhere on your hard-drive.

Once the file has downloaded, run the .exe and follow the wizard.


Setup:

Once mIRC has been installed, open up the program. Before you can do anything, you'll need to configure a few settings. Find the options panel, either by clicking on the little folder and hammer symbol or navigating to: Tools > Options.

mIRC-guide-1.jpg


Click on the 'Connect' tab and fill in the details as shown in the example. You don't really need to have a real e-mail, so just make something up if you want, just makesure the part before the @ symbol is the same as your nickname.

mIRC-guide-2.jpg


Next, select 'Servers'. Leave 'IRC Network' as 'All' and select the 'IRC Server' as 'Quakenet: Random Server'

mIRC-guide-3.jpg


Select 'Options' and check all the radio boxes.
 
Last edited:

Nix

Nix

Soldato
Joined
26 Dec 2005
Posts
19,841
Setup (cont):

mIRC-guide-4.jpg


Select 'IRC' and choose which radio boxes are applicable to you, you can follow my example if you're unsure.

mIRC-guide-5.jpg


Lastly, goto 'Display' and press the 'Tray' button.

mIRC-guide-6.jpg


Check the last two radio boxes. This will mean that mIRC will minimise to your system tray, it's much more convieniant :)


Now, go back to 'Connect' and click 'Connect to Server'

Once you're on the network you'll initially be in no channels. Join channel #Team-OcUK by typing: /j Team-OcUK.
 
Last edited:

Nix

Nix

Soldato
Joined
26 Dec 2005
Posts
19,841
Making An Account:

Now that you're connected to the network and found our channel, it is a good idea to authenticate with the quakenet service/bot 'Q'.

Type: /j Overclockers-UK, you'll notice that 'Q' is in the channel.

Now type: /msg Q hello [email protected] [email protected]

You should recieve an e-mail shortly after. If your nickname is taken or invalid you can use the /nick <nickname> command to change it.

Once you've activated your account, you'll need to 'auth' with 'Q'. To do this, you'll need to find your options menu again.


mIRC-guide-3.jpg


Click on 'Connect', then 'Options'. Find the 'Perform' button and press it.

mIRC-guide-7.jpg


Check the radio box at the top of the new window and in the 'Perform commands:' section, type the following:

/msg [email protected] AUTH <username> <password>
//mode $me +x
/j Overclockers-UK
/j Team-OcUK

Change the <username> and <password> for your own username and password.

The //mode $me +x command will mask your IP address once you have authed with the Q service.

The last two lines will join those channels.

Click 'OK' and re-connect to the network, you should have a new account.

You will now automatically auth with 'Q' each time you connect to the server/network.


Please Note:

If you do not log in for a certain period, that is if you do not 'auth' with 'Q' under your username and password for a set time period, your username is automatically deleted from the database. If you have any channel levels, these will be lost if your account expires.

Quakenet.org said:
NEVER copy and paste Q or L commands.
If you want to change your password, or your e-mail, or auth to Q, then TYPE THE COMMAND MANUALLY IN STATUS WINDOW. That way, you can be sure you are definitely messaging Q and no one else.

NEVER accept a free bouncer from anyone that you do not trust.
Free bouncers are the most common cause of compromised accounts. The admins of these bouncers simply log everything that you do, including the AUTH command that you send to Q. Upon collecting your Q account details, the bouncer will disappear, and so will your account access.

NEVER use the AUTH command on another network.
Another common problem is users connecting to foreign servers with fake Q bots. They blindly send their AUTH command to this fake Q, and the account is compromised while they were wondering why it does not respond.

NEVER connect to a server you do not trust.
Watch out for /server -m commands that cause your mIRC client to connect to another network. If you have your AUTH in mIRC Perform, it may be sent without your knowledge. Often, the user will offer you such things as an interview, a free bouncer, +n on a channel, free software. They will then ask you to connect to their private network so that you can collect your 'prize'.

NEVER give anyone the +n flag on your channel unless you are sure you can trust them.
This is simple. Do not give the OWNER flag to anyone unless you REALLY want to. They can remove your owner flag, and your channel is lost. An operator will NOT restore it for you.

NEVER give anyone any information if they claim to be working on behalf of QuakeNet.
We will NEVER ask you for any secure personal information at all. Do NOT send your Q details to anyone other than The Q Bot on QuakeNet. If a staff member contacts you, they will always tell you how to ensure that they are staff either by WHOIS or via Q's WHOIS commands. If the user fails to prove they are staff, simply ignore them and do not perform any commands they may give you.

NEVER run anonymous executable files.
Users will sometimes paste URLs into channels offering amazing pieces of software to reduce your ping in online games, cheats, pornography. Often, these programs will infect your computer with a virus, allowing remote access to your computer and its files.

#Team-OcUK:

Thank you for showing your support. The idea is that with the relay channel we can support eachother and help get any newbies folding.

The @ next to someone's name indicates that they're a channel admin (can kick, ban, change topic and channel modes, etc.), the + next to someone's name indicates that they're voiced. Only team members will have + next to their name, so if you're part of the team please mention it to a channel admin and you will be voiced. Those with nothing next to their name are regular idlers.

Thanks.
 
Last edited:
Back
Top Bottom