
Originally Posted by
Mumps
Are you sure about that one trigggl? I use that command line, but with the account number returned by the "--lookup_account" option. Which requires using the email and password to retrieve the Hex number used to attach...
Code:
test=`./boinccmd --lookup_account http://boincsimap.org/boincsimap $email $password | awk '/key:/ { print \$3 }'`
echo $test; ./boinccmd --project_attach http://boincsimap.org/boincsimap $test
Not sure if --project_attach would work with either. Wouldn't surprise me if it did though. I seriously doubt that's the weak account key it returns though.

Just tried it to connect one of my hosts to SETI. It worked. 
EDIT: To be clear what I tried
Code:
boinccmd --host imgig --project_attach http://setiathome.berkeley.edu/ 9010782_fedcba9876543210fedcba9876543210e7c
(account key altered to protect the obnoxious)