0
I am trying to develop some application using bitcoin (currently only in the regtest mode). I am aware that one can create a new address using
bitcoin-cli -regtest getnewaddress
RPC call, but I want to know whether bitcoind pre-generates a bitcoin wallet address when we install and run
bitcoind -regtest -daemon
fresh. If yes, how can I know this address?
Possible duplicate of Can you list receiving addresses in bitcoin-cli?
– RedGrittyBrick – 2019-05-08T13:30:58.287