O.k. I get the following outputs (bitcoin-cli shows a path this time, maybe because I restarted the console).
helena@SC:/usr/local/bin$ which bitcoind
/usr/local/bin/bitcoind
helena@SC:/usr/local/bin$ which bitcoin-cli
/usr/local/bin/bitcoin-cli
helena@SC:/usr/local/bin$ bitcoind
Error: To use the "-server" option, you must set a rpcpassword in the configuration file:
/home/helena/.bitcoin/bitcoin.conf
It is recommended you use the following random password:
rpcuser=bitcoinrpc
rpcpassword=********************************************* /*Edit by the author*/
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
It is also recommended to set alertnotify so you are notified of problems;
for example: alertnotify=echo %s | mail -s "Bitcoin Alert"
admin@foo.comI experimented with the permissions. The actual permissions are the following:
helena@SC:~/bitcoin$ ls -l
insgesamt 112632
-rw-r--r-- 1 root root 44164 Mai 16 09:52 aclocal.m4
-rwxr-xr-x 1 helena helena 82 Mai 14 18:22 autogen.sh
drwxr-xr-x 2 root root 4096 Mai 16 09:53 autom4te.cache
-r-------- 1 helena helena 79 Mai 21 16:21 bitcoin.conf
drwxr-xr-x 10 root root 4096 Mai 15 20:41 build
-rw-r--r-- 1 root root 115831 Mai 16 13:16 config.log
-rw-r--r-- 1 helena helena 127566 Mai 16 16:35 config.log.save
-rw-r--r-- 1 root root 100553 Mai 16 16:36 config.log.save.1
-rwxr-xr-x 1 root root 40016 Mai 16 13:16 config.status
-rwxr-xr-x 1 root root 490083 Mai 16 09:52 configure
-rw-r--r-- 1 helena helena 24584 Mai 14 18:22 configure.ac
drwxr-xr-x 16 helena helena 4096 Mai 14 18:22 contrib
-rw-r--r-- 1 helena helena 1067 Mai 14 18:22 COPYING
drwxr-xr-x 6 helena helena 4096 Mai 15 20:24 db4
drwxrwxr-x 71 systemd-timesync users 4096 Apr 12 2010 db-4.8.30.NC
-rw-r--r-- 1 helena helena 22842330 Apr 30 2010 db-4.8.30.NC.tar.gz
-rw-r--r-- 1 root root 22842330 Apr 30 2010 db-4.8.30.NC.tar.gz.1
-rw-r--r-- 1 root root 22842330 Apr 30 2010 db-4.8.30.NC.tar.gz.2
-rw-r--r-- 1 root root 22842330 Apr 30 2010 db-4.8.30.NC.tar.gz.3
-rw-r--r-- 1 root root 22842330 Apr 30 2010 db-4.8.30.NC.tar.gz.4
drwxr-xr-x 5 helena helena 4096 Mai 16 09:49 doc
drwxr-xr-x 10 root root 4096 Mai 15 20:48 helena
-rw-r--r-- 1 helena helena 163 Mai 14 18:20 INSTALL
-rwxr--r-- 1 helena helena 769 Mai 16 09:48 installberkleydb.sh
-rw-r--r-- 1 root root 35304 Mai 16 13:16 Makefile
-rw-r--r-- 1 helena helena 6267 Mai 14 18:22 Makefile.am
-rw-r--r-- 1 root root 35350 Mai 16 09:53 Makefile.in
-rw-r--r-- 1 helena helena 7799 Mai 14 18:22 pkg.m4
drwxr-xr-x 4 helena helena 4096 Mai 14 18:20 qa
-rw-r--r-- 1 helena helena 4888 Mai 14 18:22 README.md
drwxr-xr-x 5 helena helena 4096 Mai 16 13:16 share
drwxr-xr-x 12 helena helena 4096 Mai 19 19:22 src
helena@SC:~/bitcoin$
I made it read only for user. It is version 0.9.4 because when I type in git tag, this is the last version shown. But this was a mistake, because v0.10 is also available but not shown as last entry. The reason is obvious, but annoying.
Maybe it is time for 1.0?