Before I had keypool=1000 and everything was fine.
Now I started the daemon with:
bitcoind -daemon -keypool=10000 &
and it's been 18 hours and I still can't connect to it. When I try:
bitcoind getbalance
I get:
error: couldn't connect to server
It's version 0.6.2.2 from latest Debian sid package (0.6.2.2-1).
Also when I try to connect to a locally (on the same machine) run webserver I get a timeout:
$ telnet 192.168.178.35 8000
Trying 192.168.178.35...
telnet: Unable to connect to remote host: Connection timed out
I posted the last 200 lines from ~/.bitcoin/debug.log at
http://dpaste.com/748342/plain/ in case it helps:
http://dpaste.com/748342/plain/This is insane, its 18 hours already, what's going on?
How can I safely stop this madness?
Can I safely kill the bitcoind?
With which signal?