0
I am new to block-chain, so please bear with my questions. I need to understand the basics of a bitcoin-wallet.
So I have setup a bitcoin full node using bitcoind in running in testnet mode. As I understand that by default a wallet is created. Now when I am trying to get the address of the wallet by this command bitcoin-cli -testnet getaccount "", I am geeting an empty list.
So is there no default wallet as such, also how do I create a new wallet? As I understand that a bitcoin wallet is basically a pot which holds several child addresses?