I tried running "namecoind getnewaddress"
And im still getting "error: couldn't connect to server"
SW-
First start namecoind, then open another terminal windows and run
namecoind listreceivedbyaddress 0 true
You should see something like this if you are on windows:
C:\Documents and Settings\Administrator\Desktop\namecoin_win32>namecoind listrec
eivedbyaddress 0 true
[
{
"address" : "N9AsWmgxkhQtRLeoTsjVYxPcm3GyGFSh5T",
"account" : "",
"label" : "",
"amount" : 1.77000000,
"confirmations" : 1
},
]
C:\Documents and Settings\Administrator\Desktop\namecoin_win32>