| 
								|  | August 08, 2011, 01:28:31 PM |  | 
 
 I use the command-line client on Debian. Version 0.3.24
 By mistake I typed:
 
 bitcoind getaccountaddress 1FQGAxWNrtcbVTHSgfADPBcpnpc4CyXwQp
 
 but the command didn't finish for too long (no output, just hanged), so I pressed Ctrl-C.
 
 Now any command I try to run, hangs, I can press Ctrl-C. For example:
 
 $ bitcoind getbalance
 ^Cerror: no response from server
 $
 
 Even "bitcoind help" does this.
 
 Is this a known issue? Is this a bug? Why did it hang everything? I suspect I am not the first person who run "bitcoind getaccountaddress" with the address as argument instead of the account name.
 
 What should I do? kill -9 the bitcoind process or what?
 |