2004-02-15 19:22:01 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
require_once("docutil.php");
|
|
|
|
|
|
|
|
page_head("Getting started");
|
|
|
|
|
|
|
|
echo "
|
|
|
|
It's easy to participate in a BOINC project.
|
|
|
|
<ul>
|
|
|
|
<li> <b>Create an account.</b>
|
|
|
|
Go to the project's web site, click on <b>Create Account</b>,
|
|
|
|
and fill out the form.
|
|
|
|
You will receive an email containing
|
2004-11-29 22:26:34 +00:00
|
|
|
your <b>account key</b> (a long random string).
|
2004-02-15 19:22:01 +00:00
|
|
|
Save this email.
|
2004-11-15 01:58:30 +00:00
|
|
|
<li> <b><a href=download.php>Download</a> and install BOINC.</b>
|
2004-11-29 22:26:34 +00:00
|
|
|
You will be asked to enter the project's URL and your account key.
|
2004-02-15 19:22:01 +00:00
|
|
|
</ul>
|
|
|
|
That's it!
|
|
|
|
<p>
|
|
|
|
<h2>How it works</h2>
|
|
|
|
When you run BOINC on your PC,
|
|
|
|
it works as follows (see below):
|
|
|
|
<br>
|
|
|
|
<center>
|
|
|
|
<img hspace=10 vspace=8 src=http://boinc.berkeley.edu/comm_simple.png>
|
|
|
|
</center>
|
|
|
|
<br>
|
|
|
|
<ol>
|
2004-02-19 16:43:28 +00:00
|
|
|
<li> Your PC gets a set of instructions from the project's
|
2004-02-15 19:22:01 +00:00
|
|
|
<b>scheduling server</b>.
|
|
|
|
The instructions depend on your PC: for example,
|
|
|
|
the server won't give it work that requires more RAM than you have.
|
2004-02-19 16:43:28 +00:00
|
|
|
The instructions may include many multiple pieces of work.
|
2004-02-15 19:22:01 +00:00
|
|
|
Projects can support several <b>applications</b>,
|
|
|
|
and the server may send you work from any of them.
|
2004-02-19 16:43:28 +00:00
|
|
|
<li>
|
|
|
|
Your PC downloads executable and input files
|
2004-02-15 19:22:01 +00:00
|
|
|
from the project's <b>data server</b>.
|
|
|
|
If the project releases new versions of its applications,
|
|
|
|
the executable files are downloaded automatically to your PC.
|
|
|
|
<li> Your PC runs the application programs, producing output files.
|
|
|
|
<li> Your PC uploads the output files to the data server.
|
2004-02-19 16:43:28 +00:00
|
|
|
<li>
|
|
|
|
Later (up to several days later, depending on your
|
2004-11-12 19:55:36 +00:00
|
|
|
<a href=prefs.php>preferences</a>)
|
2004-02-19 16:43:28 +00:00
|
|
|
your PC reports the completed results to the scheduling server,
|
2004-02-15 19:22:01 +00:00
|
|
|
and gets instructions for more work.
|
|
|
|
</ol>
|
2004-02-19 16:43:28 +00:00
|
|
|
This cycle is repeated indefinitely.
|
2004-02-15 19:22:01 +00:00
|
|
|
BOINC does this all automatically; you don't have to do anything.
|
2004-03-23 01:44:47 +00:00
|
|
|
|
|
|
|
<a name=credit></a>
|
2004-02-15 19:22:01 +00:00
|
|
|
<h2>Credit</h2>
|
|
|
|
The project's server keeps track of how much work
|
2004-02-19 16:43:28 +00:00
|
|
|
your computer has done; this is called <b>credit</b>.
|
2004-03-23 01:44:47 +00:00
|
|
|
To ensure that credit is granted fairly,
|
|
|
|
most BOINC projects work as follows:
|
2004-02-15 19:22:01 +00:00
|
|
|
<ul>
|
2004-02-19 16:43:28 +00:00
|
|
|
<li> Each work unit may be sent to several computers.
|
2004-02-15 19:22:01 +00:00
|
|
|
<li> When a computer reports a result,
|
|
|
|
it claims a certain amount of credit,
|
|
|
|
based on how much CPU time was used.
|
|
|
|
<li> When at least two results have been returned,
|
|
|
|
the server compares them.
|
|
|
|
If the results agree, then users are granted
|
|
|
|
the smaller of the claimed credits.
|
|
|
|
</ul>
|
|
|
|
<br>
|
|
|
|
<center>
|
|
|
|
<img src=http://boinc.berkeley.edu/credit.png>
|
|
|
|
</center>
|
|
|
|
<br>
|
2004-02-19 16:43:28 +00:00
|
|
|
|
|
|
|
Please keep in mind:
|
|
|
|
<ul>
|
|
|
|
<li>
|
2004-02-15 19:22:01 +00:00
|
|
|
There may be a delay of several days between
|
|
|
|
when your computer reports a result
|
|
|
|
and when it is granted credit for the result.
|
2004-04-13 21:31:55 +00:00
|
|
|
Your User page shows you how much credit is 'pending'
|
2004-02-15 19:22:01 +00:00
|
|
|
(claimed but not granted).
|
2004-02-19 16:43:28 +00:00
|
|
|
<li>
|
|
|
|
The credit-granting process starts when your computer reports
|
|
|
|
a result to the server
|
|
|
|
(not when it finishes computing the result
|
|
|
|
or uploading the output files).
|
|
|
|
<li>
|
|
|
|
In rare cases (e.g. if errors occur on one or more computers)
|
|
|
|
you may never receive credit for a computation.
|
|
|
|
</ul>
|
2004-02-15 19:22:01 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
|
|
|
|
?>
|