Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: usagi on July 13, 2011, 02:39:46 PM



Title: Can't connect
Post by: usagi on July 13, 2011, 02:39:46 PM
Can't connect


Title: Re: Can't connect to bitcoind
Post by: JoelKatz on July 13, 2011, 02:44:44 PM
Check your bitcoin configuration file. You likely only allowed connections from 127.0.0.1.


Title: Re: Can't connect to bitcoind
Post by: drawoc on July 15, 2011, 03:35:52 AM
The error is that the connection timed out - have you tried increasing default_socket_timeout in php.ini?


Title: Re: Can't connect to bitcoind
Post by: drgr33n on July 16, 2011, 04:25:58 AM
Can you post your bitcoin.conf file ? It should contain the following.

Code:
server=1
rpcuser=<your user>
rpcpassword=<your pass>
rpctimeout=90
rpcallowip=<your ip>
rpcport=8332