2
Hello i have been running Bitcoind and Dogecoind for more than 2 month and all has been working great but today bitcoind has stopped working
I am receiving the error:
Warning: fopen(http://...@127.0.0.1:3333/): failed to open stream: Connection refused
Fatal error: Uncaught exception 'Exception' with message 'Unable to connect to http://bitcoin:pass@127.0.0.1:3333/' in /script/jsonRPCClient.php:140
I have disabled firewall but still am receiving the error
Bitcoin.conf
server=1
daemon=1
rpcuser=user
rpcpassword=pass
rpcport=3333
port=3334
txindex=1
Thanks
1Any chance the port 3333 is closed? Also what happens if you try navigating to the URL that is in the error? – Charles S – 2015-10-29T18:29:01.377
I switch iptables policy to ACCEPT but not work. With url i have 'ERR_CONNECTION_REFUSED' message. I tested with other port but nothing
fopen(http://...@127.0.0.1:3633/): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /example.com/jsonRPCClient.php on line 132– soooo – 2015-10-29T18:47:00.367i think the probleme is from sendtoaddress() because getnewaddress() work – soooo – 2015-10-29T20:17:52.890
Humor me and try typing "curl http://user:pass@127.0.0.1:3333/" and let me know what you receive.
– Charles S – 2015-10-29T21:24:44.850There's probably something relevant in your
debug.logfile. Have you checked? – Nate Eldredge – 2015-10-29T23:16:41.700Thanks for reply all, i installed new version and reindex chain and now all work fine – soooo – 2015-10-30T15:32:50.147
Problem is not stated clearly enough to be answered, also asker has resolved his problem and probably isn’t interested anymore. Placing it on hold. – Murch – 2015-12-24T09:33:24.830