|
|
|
|
|
by Groxx
5527 days ago
|
|
Not at all. The Java bitcoin client doesn't store the entire block chain. http://code.google.com/p/bitcoinj/ You don't even need to know the current block to send transactions, if I remember right (haven't dived in deeply enough yet to be 100% certain). The block solver (miner) is the only one who needs to know the chain, as they choose what transactions to include, and your transaction may not even be included (ie, if fees are too low), but may in a later block. |
|
In other words, you need to know the current block chain in order to be sure you really did just receive 100BTC from Website X, and that it wasn't just a trick.