0
I tried bitcoind getnewaddress, but bitcoind listreceivedbyaddress still returned empty list
How to create a new address for receiving payments?
0
I tried bitcoind getnewaddress, but bitcoind listreceivedbyaddress still returned empty list
How to create a new address for receiving payments?
0
The default is to only return addresses that have already received coins, so use bitcoind listreceivedbyaddress 0 true. The true indicates that you want to include "empty" addresses.
Source: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list