Author

Topic: Problems running bitcoind -daemon (Read 972 times)

newbie
Activity: 49
Merit: 0
January 16, 2014, 08:44:40 PM
#4
Thanks i solved the problem. It was in the php file. Thanks anyways!
legendary
Activity: 1512
Merit: 1036
January 16, 2014, 04:12:53 PM
#3
You do not need a command-line option "-daemon", that's what the "d" in bitcoind stands for.

By default, Bitcoin doesn't allow connections outside of the local network.

http://we.lovebitco.in/bitcoin-qt/configuration-file/
full member
Activity: 154
Merit: 100
January 14, 2014, 11:33:01 PM
#2
If this is still not solved try this in your bitcoin.conf file

server=1
daemon=1
rpcuser=any_username
rpcpassword=any_password

if connecting through remote host ad these lines

rpcallowip=
rpctimeout=30

save bitcoin.conf and exit

stop bitcoind by bitcoind stop and start it again by bitcoind start
newbie
Activity: 49
Merit: 0
November 14, 2013, 08:03:50 PM
#1
Hello,

i don't get a connection to bitcoind. I want to setup something on a website on xampp. Can't get the connection from my websitescript to bitcoind daemon. Googled a lot bit couldn't find anything.
Could my windows server edition from my vps be a problem?

My bitcoind.conf
 
server=1
rpcuser=
rpcpassword=
rpctimeout=90
rpcport=8332
rpcssl=1


Does someone of you have such as problems?

Thanks in advance.
Jump to: