0

Simple question.

I keep reading "don't lose your wallet", but which is the actual important part? The .wallet file or the public/private key combo? Or is it both?

  • The "wallet" is actually the container for your collection of key-pairs. You might want to read this related question: http://bitcoin.stackexchange.com/questions/13059/whats-the-difference-between-a-wallet-and-an-address – Murch Nov 07 '13 at 21:40

1 Answers1

2

In the original Satoshi wallet (BitcoinQt), your private keys are stored in the wallet.dat file. SO essentially, you may not lose either.

You private keys are the data that grant you access to your coins, so those are the ones you should keep safe at any time. Most wallet clients call the file they store your keys in your "wallet". Various wallet apps will save the file under a different name, but mostly you can export it using the app itself or find it in their data directory.

Steven Roose
  • 11,841
  • 8
  • 45
  • 73