Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: richio82 on September 05, 2016, 06:14:51 AM



Title: bitcoin I.D
Post by: richio82 on September 05, 2016, 06:14:51 AM
How does bitcoin know my wallet from another?I just downloaded bitcoin core.i put no info


Title: Re: bitcoin I.D
Post by: NorrisK on September 05, 2016, 06:38:53 AM
The bitcoin wallet will put a file on your system "wallet.dat" which holds the information about your wallet (your private key).

Bitcoin core uses this file to calculate your public key and show you your balance. If you were to remove this file from it's folder, the core wallet would generate a new file and show you a new address.

It is important to keep the file safe. Put a password on it in the core wallet to encrypt the file and prevent someone who steals it from gaining access to your coins.


Title: Re: bitcoin I.D
Post by: ed_teech on September 05, 2016, 08:19:14 AM
The only piece of information that identifies you is your private/public key pair. Your public key is actually your account number and identifier to the public and your private key is the key to withdraw money from that.


Title: Re: bitcoin I.D
Post by: LordCoder on September 05, 2016, 09:32:22 AM
If your previous wallet used the same path and file name (wallet.dat), Bitcoin Core will just open that file by default and extract the privkey from there.