try that command and look at the output it should be more helpful
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
Solution is delete file in .bitcoin folder
{ "port" : 8377, "protocol" : "http-json",
"proxy" : "" },
[2012-06-10 19:54:46.558094] HTTP request failed: couldn't connect to host
[2012-06-10 19:54:46.710146] HTTP request failed: couldn't connect to host
[2012-06-10 19:54:48.937414] HTTP request failed: couldn't connect to host
[2012-06-10 19:54:51.095895] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:8.792411] Listening on host :: port 8342
[2012-06-10 16:41:8.792561] Listening on host :: port 8341
[2012-06-10 16:41:8.792631] Listening on host :: port 8377
[2012-06-10 16:41:8.792689] Listening on host 127.0.0.1 port 8338
[2012-06-10 16:41:8.795037] initialized
[2012-06-10 16:41:34.106168] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:34.259150] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:36.411524] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:38.570370] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:40.722174] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:43.373029] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:45.525255] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:47.683068] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:49.834699] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:51.988270] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:54.142395] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:56.340010] HTTP request failed: couldn't connect to host
[2012-06-10 16:41:58.497226] HTTP request failed: couldn't connect to host
[2012-06-10 16:42:0.649198] HTTP request failed: couldn't connect to host
[2012-06-10 16:42:2.806000] HTTP request failed: couldn't connect to host
[2012-06-10 16:42:4.960095] HTTP request failed: couldn't connect to host
[2012-06-10 16:42:7.113470] HTTP request failed: couldn't connect to host
[2012-06-10 16:42:9.271074] HTTP request failed: couldn't connect to host
[2012-06-10 16:42:11.427321] HTTP request failed: couldn't connect to host
{
# network ports
"listen" : [
# binary protocol (default), port 8342
{ "port" : 8342 },
# HTTP JSON-RPC protocol, port 8341
{ "port" : 8341, "protocol" : "http-json" },
# HTTP JSON-RPC protocol, port 8344,
# with trusted proxy appserver.example.com forwarding
# requests to us
{ "port" : 8377, "protocol" : "http-json",
"proxy" : "" },
# binary protocol, localhost-only port 8338
{ "host" : "127.0.0.1", "port" : 8338, "protocol" : "binary" }
],
# database settings
"database" : {
"engine" : "mysql",
"host" : "localhost",
"port" : 3306,
"name" : "DB-NAME",
"username" : "DB-USER",
"password" : "BD-PASS",
"sharelog" : true,
"stmt.pwdb":"SELECT `password` FROM `pool_worker` WHERE `username` = ?",
"stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution, time) VALUES (?, ?, ?, ?, ?, ?, UNIX_TIMESTAMP())"
},
# cache settings
#"memcached" : {
# "servers" : [
# { "host" : "localhost", "port" : 11211 }
# ]
#},
"pid" : "/tmp/pushpoold.pid",
# overrides local hostname detection
"forcehost" : "localhost.localdomain",
"log.requests" : "/tmp/request.log",
"log.shares" : "/tmp/shares.log",
# the server assumes longpolling (w/ SIGUSR1 called for each blk)
"longpoll.disable" : false,
# length of time to cache username/password credentials, in seconds
"auth.cred_cache.expire" : 75,
# RPC settings | Notice how this ISN'T port number 8332 this is becuase the same port number should not becuase inconjunction with the JSON RPC port other wise you'll get 500 errors
"rpc.url" : "http://127.0.0.1:8338/",
"rpc.user" : "myuser",
"rpc.pass" : "mypass",
# rewrite returned 'target' to difficulty-1?
"rpc.target.rewrite" : true
}