Page 1 of 1

Namecoin & Bitcoin node on the same machine?

Posted: Sat Jul 16, 2011 7:10 am
by kr105
Hello,
I'm trying to run a namecoin node on a machine that currently runs a bitcoin node, but it appears that bitcoin&namecoin uses the same port to comunicate between nodes (8333)[Reference].
Currently i'm forwarding the 8333 port on my router to allow the bitcoin nodes traffic, but i don't know which one forward to namecoin.

Any help is welcome.

Re: Namecoin & Bitcoin node on the same machine?

Posted: Sat Jul 16, 2011 7:39 am
by doublec
kr105 wrote:Hello,
I'm trying to run a namecoin node on a machine that currently runs a bitcoin node, but it appears that bitcoin&namecoin uses the same port to comunicate between nodes (8333)[Reference].
Currently i'm forwarding the 8333 port on my router to allow the bitcoin nodes traffic, but i don't know which one forward to namecoin.

Any help is welcome.
bitcoin uses 8333. namecoin uses 8334. You are probably seeing a clash in the rpc port. You should use '-rpcport' on the command line or 'rpcport' in the .conf file for one of the clients to change that. It defaults to 8332.

Re: Namecoin & Bitcoin node on the same machine?

Posted: Sat Jul 16, 2011 5:25 pm
by kr105
Found it, thank you! :D