You've already forked nakamoto-archive
Update lexicon.md
This commit is contained in:
+25
@@ -42,6 +42,31 @@ The central bank must be trusted not to debase the currency, but the history of
|
||||
|
||||
As things have evolved, the number of people who need to run full nodes is less than I originally imagined. The network would be fine with a small number of nodes if processing load becomes heavy.
|
||||
|
||||
## Privacy
|
||||
|
||||
### [Bitcoin: A Peer-to-Peer Electronic Cash System](/docs/whitepaper/en/)
|
||||
{: .no_toc }
|
||||
|
||||
The traditional banking model achieves a level of privacy by limiting access to information to the parties involved and the trusted third party. The necessity to announce all transactions publicly precludes this method, but privacy can still be maintained by breaking the flow of information in another place: by keeping public keys anonymous. The public can see that someone is sending an amount to someone else, but without information linking the transaction to anyone. This is similar to the level of information released by stock exchanges, where the time and size of individual trades, the "tape", is made public, but without telling who the parties were.
|
||||
|
||||
### [Bitcoin: A Peer-to-Peer Electronic Cash System](/docs/whitepaper/en/)
|
||||
{: .no_toc }
|
||||
|
||||
As an additional firewall, a new key pair should be used for each transaction to keep them from being linked to a common owner. Some linking is still unavoidable with multi-input transactions, which necessarily reveal that their inputs were owned by the same owner. The risk is that if the owner of a key is revealed, linking could reveal other transactions that belonged to the same owner.
|
||||
|
||||
### [Re: Repost: How anonymous are bitcoins?](/docs/forum/bitcoin-forum/7)
|
||||
{: .no_toc }
|
||||
|
||||
For greater privacy, it's best to use bitcoin addresses only once.
|
||||
|
||||
### [Re: Repost: How anonymous are bitcoins?](docs/forum/bitcoin-forum/41/)
|
||||
|
||||
Bitcoin is still very new and has not been independently analysed. If you're serious about privacy, TOR is an advisable precaution.
|
||||
|
||||
### [Re: Repost: How anonymous are bitcoins?](docs/forum/bitcoin-forum/41/)
|
||||
|
||||
You could use TOR if you don't want anyone to know you're even using Bitcoin.
|
||||
|
||||
## Scaling
|
||||
|
||||
### [Bitcoin P2P e-cash paper](/docs/emails/cryptography/2)
|
||||
|
||||
Reference in New Issue
Block a user