10

In bitcoin-qt, there are interfaces for seeing "receiving addresses" which have been generated in the past. I don't see any way to do that in bitcoin-cli.

Ian Kelling
  • 271
  • 2
  • 6

1 Answers1

7

Yes, you can do it.

bitcoin-cli listreceivedbyaddress 1 true

I had to read the argument documentation. Thanks Sven Williamson.

Ian Kelling
  • 271
  • 2
  • 6