rippler@ubuntu:~$ bitcoin-0.10.2/bin/bitcoind --conf=.bitcoin/bitcoin.testnet.conf
Error: To use bitcoind, or the -server option to bitcoin-qt, you must set an rpcpassword in the configuration file:
/home/rippler/.bitcoin/.bitcoin/bitcoin.testnet.conf <===== !!!
It is recommended you use the following random password:
rpcuser=bitcoinrpc
rpcpassword=CW3JUTEkBSzuFj2RGHuFtWsSkfuB23RoNGHBp6woQ9oe
(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.com
rippler@ubuntu:~$ ll .bitcoin/bitcoin.testnet.conf
-rw------- 1 rippler rippler 102 Aug 3 03:21 .bitcoin/bitcoin.testnet.conf
rippler@ubuntu:~$ pwd
/home/rippler
Note that my config file isn't under /home/rippler/.bitcoin/.bitcoin/, but rather under /home/rippler/.bitcoin/.
$ bitcoin-0.10.2/bin/bitcoind --conf=/home/rippler/.bitcoin/bitcoin.testnet.conf works fine.