aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/seti-at-home.md
blob: bc8fa8b2201f197bcf62becc168c353c71297d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Seti@Home"
date: 2018-03-05
description: Getting back into Seti@Home 15 years later
tags:
  - linux
  - toolbox
---

## Introduction

Me and some friends were feeling nostalgics of running Seti@Home as a screensaver in the early 2000s and were delighted to see that the project is still alive and kicking.

## The commands

```sh
apt install boinc
echo "graou" > /var/lib/boinc-client/gui_rpc_auth.cfg
systemctl restart boinc-client
boinccmd --host localhost --passwd graou --get_messages 0
boinccmd --host localhost --passwd graou --get_state|less
boinccmd --host localhost --passwd graou --lookup_account http://setiathome.berkeley.edu <EMAIL> XXXXXX
boinccmd --host localhost --passwd graou --project_attach http://setiathome.berkeley.edu <ACCOUNT_KEY>
```