6
1
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.
6
1
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.
4
Yes, you can do it.
bitcoin-cli listreceivedbyaddress 1 true
I had to read the argument documentation. Thanks Sven Williamson.
2
$ bitcoin-cli listreceivedbyaddress | grep address? – Sven Williamson – 2016-12-22T10:27:08.287