People volunteering with BOINC are organized in projects and teams. Projects (like WorldCommunityGrid) focuse on one specific problem (in this case medicine). When people join project, they organize in teams. For every calculation and returned result you get awarded with points. The stronger your machine is, and faster you resolve the task, you get more points. Computer strength is detected by CPU benchmark, and so you get more points for tasks if your benchmarks results are better. This IMHO is not fair, but that's how it is.
So there's a catch with the points - Linux clients have a long known bug - benchmarks on Linux give aprox. only 55% of the Windows benchmarks on the same machine. So basically Linux machines get awarded with 1/2 points for the same task! Problem has been addressed with BOINC 5.8.15 and solved completely with 5.8.17. Current version in Portage is 5.4.11.
There's an easy way to update the program to the newest version, without writing complex ebuilds, re-emergeing and so on. All you have to do is download current BOINC version from here, extract it, and copy its binaries over the one's Portage installed.
Step1:
Code: Select all
# emerge sci-misc/boincCode: Select all
# /etc/init.d/boinc stopCode: Select all
# mkdir ~/temp && cd ~/temp
# wget http://boinc.berkeley.edu/dl/boinc_VERSION_i686-pc-linux-gnu.shCode: Select all
# chmod +x boinc_VERSION_i686-pc-linux-gnu.sh
# ./boinc_VERSION_i686-pc-linux-gnu.shCode: Select all
# cd BOINC
# cp boincmgr /usr/bin/boinc_gui
# cp boinc_cmd /usr/bin/boinc_cmd
# cp boinc /usr/bin/boinc_client
# cp ca-bundle.crt /var/lib/boincCode: Select all
# cd ~ && rm -rf ~/temp
# /etc/init.d/boinc start





