

The script also completes host names after the `-host` option. get_project_config_poll -get_proxy_settingsĪnd so on. If you now press `p` and then `` again the selection is reduced to: There is a which goes a bit further and lets BASH complete and commands and options.įor example if you type `boinccmd -get_` it gives you all commands which begin with `-get_`: The BASH shell has a useful facility to complete commands when you press ``.
Boinc port password#
That will connect to the machines 192.168.42.2 - 192.168.42.50 using the RPC password '1234'Īnd make them attach to with the specified account key. State queries -get_cc_status Show CPU/GPU/network run modes and network connection status (version 6.12+) -get_state Show complete client state -get_tasks Show tasks -get_old_tasks Show reported tasks from last 1 hour (not 24 hours as shown in online help) -get_simple_gui_info Show projects and active tasks -get_file_transfers Show file transfers -get_project_status Show status of all projects -get_project_urls List URLs of attached projects, one per line -get_disk_usage Show disk usage by project -get_proxy_settings Get proxy settings -get_messages seqno Show messages with sequence numbers beyond the given seqno -get_host_info Show host info -version, -V Show core client version Control operations -task URL task_name operation -passwd 1234 \ quit_acct_mgr same as "-acct_mgr detach". New in 7.10 -join_acct_mgr URL name password same as "-acct_mgr attach". New in 7.10 -acct_mgr detach detach from the current account manager. New in 7.10 -acct_mgr sync synchronize with (via an RPC) the current account manager. New in 7.10 -acct_mgr attach URL name password attach to an account manager. project_attach URL account_key Attach to an account Account manager operations -acct_mgr info show current account manager info. create_account URL email password name Create account with the given email address, password, and user name. If you use the bash shell, you may find this command completion script useful.Īccount query and attach -lookup_account URL email password Look up account on the given project, and if present print the account key. There are three configuration mechanisms: XML configuration files. These messages appear in the Event Log of the BOINC Manager they are also written to the file stdoutdae.txt (Windows) or to standard output (Unix). You can specify it as hostname:port, IPv4_addr:port, or :port. The BOINC client can be configured to control its behavior and to produce more detailed log messages. If the client uses a non-default GUI RPC port, Hostname can be a domain name, an IPv4 address, or an IPv6 address.

If you run boinccmd remotely you also need toĬonfigure the client to accept remote control. Gui_rpc_auth.cfg in the client's data directory. Otherwise you need to supply (as password) the string stored in the file You don't need to supply either a host name or a password. If you run boinccmd in the same directory as the BOINC client, on systems with no graphics display.īoinccmd command This is an alternative to the BOINC Manager, e.g. Provides a command-line interface to a running BOINC client,
