Bitcoin Forum

Other => Beginners & Help => Topic started by: Rinnosuke on September 24, 2012, 09:26:03 PM



Title: Bitcoin-QT not detecting bitcoin.conf
Post by: Rinnosuke on September 24, 2012, 09:26:03 PM
I've tried several times to startup bitcoin-qt as a server but every time I get an error saying that bitcoin.conf isn't there problem is it's actually there, any idea what could be going on? I'm including the current contents of my bitcoin.conf file to help

server=1
rpcuser=
rpcpassword=

User and password are filled in, just took them out here to censor them :D


Title: Re: Bitcoin-QT not detecting bitcoin.conf
Post by: Stephen Gornick on September 25, 2012, 01:01:24 AM
I've tried several times to startup bitcoin-qt as a server but every time I get an error saying that bitcoin.conf isn't there problem is it's actually there, any idea what could be going on? I'm including the current contents of my bitcoin.conf file to help

server=1
rpcuser=
rpcpassword=

User and password are filled in, just took them out here to censor them :D

The bitcoin.conf should be in Bitcoin directory ... the same directory where the wallet.dat resides.

Do you have a file permissions issue maybe, where the user running Bitcoin-qt can't read the .conf ?


Title: Re: Bitcoin-QT not detecting bitcoin.conf
Post by: Rinnosuke on September 25, 2012, 05:39:31 AM
Yeah I think that's the permissions issue, I ment to post the picture with the error and forgot to, sorry, let me put it up now. I do have it in the correct directory as well.

https://i.imgur.com/dHeB6.png

Edit:apparently dropbox hates when I try to like photos that way.


Title: Re: Bitcoin-QT not detecting bitcoin.conf
Post by: Stephen Gornick on September 25, 2012, 06:40:23 AM
Yeah I think that's the permissions issue, I ment to post the picture with the error and forgot to, sorry, let me put it up now. I do have it in the correct directory as well.

Ok, try this.  Copy the bitcoin.conf to bitcoin.conf.tmp
then rename the bitcoin.conf to bitcoin.conf.sav
and then rename bitcoin.conf.tmp to bitcoin.conf

Then try to launch as server and see what happens.


Title: Re: Bitcoin-QT not detecting bitcoin.conf
Post by: Foxpup on September 25, 2012, 08:05:50 AM
This may be a stupid question, but did you have "Hide extensions for known file types" in Explorer turned on when you created your bitcoin.conf file? If so, you've probably accidentally named your file "bitcoin.conf.txt" - that won't work at all. This "feature" is probably the single most annoying thing I've ever had to deal with on Windows systems - and that's saying a lot. Turn it off and leave it off, and your life will be a whole lot less annoying.


Title: Re: Bitcoin-QT not detecting bitcoin.conf
Post by: Rinnosuke on September 25, 2012, 08:13:47 PM
This may be a stupid question, but did you have "Hide extensions for known file types" in Explorer turned on when you created your bitcoin.conf file? If so, you've probably accidentally named your file "bitcoin.conf.txt" - that won't work at all. This "feature" is probably the single most annoying thing I've ever had to deal with on Windows systems - and that's saying a lot. Turn it off and leave it off, and your life will be a whole lot less annoying.

That got it, and I feel like a total moron now for not thinking of it.... Then again I'm a linux nut who only uses windows for gaming so....