Mac Os-x 10.3.8 Panther

Ray Diana
Ray Diana
Joined: 1 Mar 05
Posts: 2
Credit: 42428
RAC: 0
Topic 188382

Anybody

Can You help me run boinc. I can uncompress it but can't seem to run it using terminal. I need someone to help me run through the process step by step so I may use seti and einstein.

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4273
Credit: 245212288
RAC: 12870

Mac Os-x 10.3.8 Panther

When you have downloaded the client (I assume 4.19 from the boinc / E@H site) just by clicking on it, you should have it on your Desktop. So please open a Terminal and type at the prompt (or copy from here and paste it into the terminal):

[pre]
mkdir BOINC
mv Desktop/boinc_4.19_powerpc-apple-darwin BOINC
cd BOINC
chmod +x ./boinc_4.19_powerpc-apple-darwin
./boinc_4.19_powerpc-apple-darwin
[/pre]

The program will prompt you for the URL and the account key. Copy them from the email you got from Einstein@Home and paste them into the termial window (one by one when asked).

Let the client run the benchmark. Then press ctrl-C. The client will (gracefully) terminate. Then type

[pre]
./boinc_4.19_powerpc-apple-darwin -attach_project
[/pre]

It will prompt you for the URL and key of another project. Copy & paste the info for SETI this time. Be aware that SETI is cureently unstable, so don't worry too much if the client can't make contact with the server.

Congartulations! You're done!

To terminate the client, type ctrl-c again. To start it again, open a Terminal and type

[pre]
cd BOINC ; ./boinc_4.19_powerpc-apple-darwin
[/pre]

You shouldn't have to enter the URL and key information again.

BM

BM

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.