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.
Asked
Active
Viewed 6,314 times
10
1 Answers
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
$ bitcoin-cli listreceivedbyaddress | grep address
? – Sven Williamson Dec 22 '16 at 10:27