Page 1 of 1

No Namecoin in wallet.

Posted: Mon Feb 06, 2012 2:01 am
by nmcnoob
I noticed I have 3.xx Namecoin paid out from btcguild.com

However, on my client,

Code: Select all

./namecoind getbalance NExXXXXXXXXXXXXXXXXX
it still shows 0.0000000

Code: Select all

./namecoind getblockcount 
shows 41465

Is that total block available? IF so, why does my balance still shows 0.000000?

Re: No Namecoin in wallet.

Posted: Wed Feb 08, 2012 4:02 pm
by phelix
nmcnoob wrote:I noticed I have 3.xx Namecoin paid out from btcguild.com

However, on my client,

Code: Select all

./namecoind getbalance NExXXXXXXXXXXXXXXXXX
it still shows 0.0000000

Code: Select all

./namecoind getblockcount 
shows 41465

Is that total block available? IF so, why does my balance still shows 0.000000?
are you using the right wallet? the regular client will only show balances for addresses in your own wallet.

Re: No Namecoin in wallet.

Posted: Thu Feb 09, 2012 3:17 am
by nmcnoob
I only have one namecoin wallet.

How do I verify?

Re: No Namecoin in wallet.

Posted: Thu Feb 09, 2012 3:42 am
by nmcnoob
if i do

Code: Select all

./namecoind listreceivedbyaddress 0 true
(from http://dot-bit.org/InstallAndConfigureNamecoin)

i'll see
[
{
"address" : "Nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"account" : "",
"label" : "",
"amount" : 0.00000000,
"confirmations" : 0
},
{
"address" : "NExxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"account" : "",
"label" : "",
"amount" : 4.78435053,
"confirmations" : 191
}
]
Does this mean it's in my wallet.dat now?

Re: No Namecoin in wallet.

Posted: Fri Feb 24, 2012 2:01 pm
by khal
Yes.