Skip to content

Instantly share code, notes, and snippets.

@Pelirrojo
Last active June 24, 2020 23:34
Show Gist options
  • Save Pelirrojo/b280b192b173e9249a0abbca74a9fda6 to your computer and use it in GitHub Desktop.
Save Pelirrojo/b280b192b173e9249a0abbca74a9fda6 to your computer and use it in GitHub Desktop.
Install Boinc & Join Rosetta@Home with custom token with CENTOS flavour (alike AWS EC2)
# https://tech.cccp.io/post/8_linux_boinc_install/
# ------------------------------------------------
# Update SSOO
yum update -y
# Update Engine
yum install -y \
epel-release \
boinc-client \
boinc-manager
# Update dependencies
yum install -y \
zcompat-libstdc++-296.i686 \
compat-libstdc++-33.i686 \
compat-libstdc++-33.x86_64 \
zlib.i686 libstdc++.i686
# Setup project
cd /var/lib/boinc
boinccmd --project_attach https://boinc.bakerlab.org/rosetta/ <account_weak_key>
# boinccmd --project_attach https://boinc.bakerlab.org/rosetta/ <account_key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment