No longer create a default wallet. The default wallet will still be
loaded if it exists and not other wallets were specified (anywhere,
including settings.json, bitcoin.conf, and command line).
Tests are updated to be started with `-wallet=` if they need the default
wallet.
Added test to wallet_startup.py testing that no default wallet is
created and that it is loaded if it exists and no other wallets were
specified.
This is a backport of [[https://github.com/bitcoin/bitcoin/pull/15454 | core#15454]] [1/2]
https://github.com/bitcoin/bitcoin/pull/15454/commits/1bee1e6269b76b52b1eab9112d39c245beaa27a2
Depends on D10240