Bitcoin Forum
April 24, 2024, 01:09:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Problems running bitcoind -daemon  (Read 959 times)
Banthex (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
November 15, 2013, 12:03:50 AM
 #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.
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713964147
Hero Member
*
Offline Offline

Posts: 1713964147

View Profile Personal Message (Offline)

Ignore
1713964147
Reply with quote  #2

1713964147
Report to moderator
Shahrukh
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
January 15, 2014, 03:33:01 AM
 #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=<remote_ip>
rpctimeout=30

save bitcoin.conf and exit

stop bitcoind by bitcoind stop and start it again by bitcoind start

I turned everyone down Sad Sorry for that
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1025



View Profile WWW
January 16, 2014, 08: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/
Banthex (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 17, 2014, 12:44:40 AM
 #4

Thanks i solved the problem. It was in the php file. Thanks anyways!
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!