Step-by-step setup for cmd line |
![]() |
| log in |
Questions and Answers : Unix/Linux : Step-by-step setup for cmd line
| Author | Message |
|---|---|
|
I'm new to BOINC, and I'm about to give up before I've even started. | |
| ID: 1241080 · | |
|
In command-line window, type boinc /? for its command line options, boinc --help or boinc-client /? if you use a binary called like that and the use of the boinccmd (BOINC command-line) tool.boinc-client --help What you first need to do is make an account at this site. You've done that, to post here. So the next thing we do is start the BOINC client: boinc or boinc-client (Enter) First we need to figure out what your authenticator key is, so that you can add the project. We're using the boinccmd tool for this, it needs the BOINC client running, which is why we started that already. boinccmd --lookup_account http://setiathome.berkeley.edu your_email your_password where "your_email" is the email address you used to create your account with and "your_password" the password on that account.In the blurb you get back, there'll be your authenticator key. Keep it to yourself, don't go post it anywhere, it's the strongest way in to an account here. Anyone who's seen it can use it to take over your account. So next you add Seti to BOINC boinccmd --project_attach http://setiathome.berkeley.edu {authenticator key} where "authenticator key" is the key you just got sent. It's a 32 character hexadecimal key.For more options with boinccmd do boinccmd /? boinccmd --help Versions available through Linux repositories are kept up-to-date by the people keeping those repositories up-to-day, not by Berkeley or BOINC development. If you have complaints about the BOINC available through your repository, then you'll have to address that complaint to the maintainer. ____________ Jord - BOINC FAQ Service - BOINC User Wiki Real is just a matter of perception. | |
| ID: 1241214 · | |
|
Thanks! | |
| ID: 1241486 · | |
|
Try cd-ing to the BOINC directory before issuing the command. | |
| ID: 1241590 · | |
Questions and Answers : Unix/Linux : Step-by-step setup for cmd line
| Copyright © 2013 University of California |