Bitcoin Forum
April 24, 2024, 05:47:57 AM *
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.
1713937677
Hero Member
*
Offline Offline

Posts: 1713937677

View Profile Personal Message (Offline)

Ignore
1713937677
Reply with quote  #2

1713937677
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713937677
Hero Member
*
Offline Offline

Posts: 1713937677

View Profile Personal Message (Offline)

Ignore
1713937677
Reply with quote  #2

1713937677
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!