Page 1 of 1

First time user -- install question

Posted: Sat May 14, 2011 9:10 pm
by ntagg
I followed the setup instructions on two computers (win7 and windows server 2008). On both systems after running namecoind.exe the system says "bitcoin server starting" and nothing else. Am I doing something wrong here?

Re: First time user -- install question

Posted: Sat May 14, 2011 9:47 pm
by khal
It's all right, namecoin is started and waits for commands.

To get infos :

Code: Select all

namecoind.exe getinfo
You must wait for blocks number >= 2917 to be up-to-date.

To get the full list of commands :

Code: Select all

namecoind.exe help

Re: First time user -- install question

Posted: Sat May 14, 2011 10:12 pm
by ntagg
ah! :)

thanks!