I've built the qt app for Diamond, and when I try to start by entering ./diamondd, I keep getting the same error:
Error: To use the "-server" option, you must set a rpcpassword in the configuration file:
/root/.Diamond/Diamond.conf
It is recommended you use the following random password:
rpcuser=bitcoinrpc
rpcpassword=g5F5DYffeGniADVyJoPiSkfRXij7s7UspRXVLfwUNEu
(you do not need to remember this password)
If the file does not exist, create it with owner-readable-only file permissions.
Cool - So I create this file, enter the information I've seen everyone post a million times in the forum/official thread:
listen=1
daemon=1
server=1
rpcuser=bitcoinrpc
rpcpaccword=(random password)
rpcallowip=*
rpcport=17772
rpcconnect=127.0.0.1
addnode=5.249.152.30
Still nothing. So I copied the conf file to the src directory with the script: same error.
I've tried with the "D" capitalized and lowercase (it's always lowercase when posted in here - Capitalized in the error message). I'm at a loss. Any help is appreciated!