How do I list all of my addresses in namecoind?

1

I just created a new address using namecoind getnewaddress and am trying to figure out what command lists them (in case I forget mine).

What is the command to list my addresses (that I have a private key for)?

goodguys_activate

Posted 2012-12-09T16:32:03.400

Reputation: 11 898

Answers

3

namecoind listreceivedbyaddress 0 true

0 means to include even transactions with no confirmations, true means to show even "empty" addresses

lol

Posted 2012-12-09T16:32:03.400

Reputation: 46