6
1
From what I understand about Bitcoin, a wallet is really just a pair of public/private keys.
So, if someone needs to send me Bitcoins, all I need to do is just generate a pair or public/private keys using OpenSSL or some other tool, and send the public key to that person, without actually downloading a Bitcoin client (which will download a 12 GB block chain), or saving a wallet.dat.
Am I correct?
2
Take a look at https://www.bitaddress.org/. Actually generating usable bitcoin addresses is somewhat complicated
– aland – 2013-12-17T11:58:58.447Is bitaddress.org a reputable site? – sashoalm – 2013-12-17T12:35:44.143
Judging from [source code](https://github.com/pointbiz/bitaddress.org], it generates address with JavaScript on your PC, so the server can not get your private key anyway.
– aland – 2013-12-17T12:45:33.800