I want to get all my addresses - including the auto-generated "change" addresses - from a running bitcoind somehow.
I haven't been able to do it in a simple way. "getaddressesbyaccount" and all the other API options are only listing the "public" addresses and sometimes few additional ones, but never the already used change addresses. Can I do that somehow?
listreceivedbyaddress 0 true
which lists all addresses in your wallet regardless of whether or not they have been used. – CR. Feb 26 '22 at 21:29