Since wallet.dat is mostly a collection of private keys, you will simply lose all private keys that you have not duplicated or copied. It also by default stores the next 100 Bitcoin addresses it will give you when you generate a new address as a safety measure.
Bottom line
You will lose the copy of the private keys to addresses you've created or added but you won't destroy them. A backup will save you regardless if wallet.dat exists or not. You won't:
- will not lose past transactions, those are stored by the network, not you.
- will not lose ownership of any bitcoins you may have acquired under the private keys you backed up, generating a new one and not creating a backup may result in loss. Keep in mind first 100 addresses are stored in
wallet.dat.
- will not need to know the address of a public key. Those are derived from the private key mathematically.
wallet.datis mostly a collection of private keys for multiple addresses. – John T – 2014-03-26T04:15:04.217In the off chance I lose access to it, what can happen? – rdadkins – 2014-03-26T04:19:01.143
1@fatso113: I think you may be confusing "private key" with "password". The private keys are in the wallet file, the password to the wallet will not help you if you don't have the wallet itself. You will lose all your coins if you don't have a backup of the file. – Meni Rosenfeld – 2014-03-26T09:00:00.647
Thank you, sorry for not being very clear – rdadkins – 2014-03-26T14:01:14.800