Bitcoin Forum
June 25, 2024, 10:10:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [DMD] Diamond qt Application: conf File Not Being Recognized  (Read 655 times)
SlidingHorn (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100

★Bitvest.io★ Play Plinko or Invest!


View Profile
December 18, 2013, 02:36:17 AM
 #1

I've built the qt app for Diamond, and when I try to start by entering ./diamondd, I keep getting the same error:

Code:
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:

Code:
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! Smiley

zuper
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
December 19, 2013, 12:09:03 PM
 #2

Please tell me what OS you use.
It's abnormal. Filename should be Diamond.conf
jytou
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
December 19, 2013, 09:27:07 PM
 #3

Code:
rpcpaccword=(random password)
You have a typo there. It should read rpcpassword. Once you fix it, it should work. Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!