Skip to content

Instantly share code, notes, and snippets.

@icsaas
Forked from laomo/boinc_for_wcg.sh
Created January 22, 2014 03:40
Show Gist options
  • Save icsaas/8553139 to your computer and use it in GitHub Desktop.
Save icsaas/8553139 to your computer and use it in GitHub Desktop.
#/bin/bash
# Author : laomo <laomo@lmbj.net>
# Donate Address : https://ripple.com//send?to=rQKFznLaiyT55YXSS33fE6NgTjKbrnN4gT
sudo apt-get update
sudo apt-get install libxss1 libstdc++5 ia32-libs freeglut3
#optional(for see the tasks)
sudo apt-get install htop
wget http://boinc.berkeley.edu/dl/boinc_7.2.33_x86_64-pc-linux-gnu.sh
chmod +x boinc_7.2.33_x86_64-pc-linux-gnu.sh
./boinc_7.2.33_x86_64-pc-linux-gnu.sh
cd BOINC
./boinc --daemon
#sleep 3 seconds ensure can connect local host,otherwise may be something wrong
sleep 3
#use yours accout_key replace the accout_key
./boinccmd --project_attach http://www.worldcommunitygrid.org/ 13d806d0565d9df344a75f981b9fe005
./boinccmd --project http://www.worldcommunitygrid.org/ update
wget https://gist.github.com/laomo/7982980/raw/boinc_for_wcg.sh
chmod +x boinc_for_wcg.sh
./boinc_for_wcg.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment