Skip to content

Instantly share code, notes, and snippets.

@p0rkjello
Created November 28, 2020 15:55
Show Gist options
  • Save p0rkjello/59c3f4575930cc6326e61589e8b3dcb0 to your computer and use it in GitHub Desktop.
Save p0rkjello/59c3f4575930cc6326e61589e8b3dcb0 to your computer and use it in GitHub Desktop.
BOINC - CentOS
# install
yum update -y
yum install -y epel-release
yum install -y boinc-client
# enable/start
systemctl start boinc-client
systemctl enable boinc-client
# config
usermod -a -G boinc $(whoami)
cd ~
ln -s /var/lib/boinc/gui_rpc_auth.cfg gui_rpc_auth.cfg
chmod 640 gui_rpc_auth.cfg
# connect to project
boinccmd --project_attach <project> <account key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment