Post
Topic
Board Pools
Re: Namecoin Mining Pool in testing
by
maxcorrads
on 18/05/2011, 13:31:46 UTC
Im still not sure how to get my own Namecoin address?

SW-
Take a look here:
http://dot-bit.org/InstallAndConfigureNamecoin

Smiley

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
Code:
namecoind listreceivedbyaddress 0 true

You should see something like this if you are on windows:
Code:
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>