From 7182d6dfff95b38a1c0be18cffddf50aa0ddfd06 Mon Sep 17 00:00:00 2001 From: Saivann Date: Mon, 22 Apr 2013 15:12:38 -0400 Subject: [PATCH] Improve wallet description (fixes #99) --- en/vocabulary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/vocabulary.html b/en/vocabulary.html index 259374a5..3f7e0083 100644 --- a/en/vocabulary.html +++ b/en/vocabulary.html @@ -60,4 +60,4 @@ title: Vocabulary - Bitcoin

A cryptographic signature is a mathematical mechanism that allows someone to prove ownership. In the case of Bitcoin, a Bitcoin address and its private key are linked by some mathematical magic. When your Bitcoin software signs a transaction with the appropriate private key, the whole network can see that the signature matches the Bitcoin address. However, there is no way for the world to guess your private key to steal your hard-earned bitcoins.

Wallet

-

A Bitcoin wallet refers to the equivalent of a physical wallet on the Bitcoin network. Each Bitcoin wallet can show you the total balance of all Bitcoin addresses it contains. Just like you can count the money in your real wallet. And in the same way, a Bitcoin wallet allows you to pay a specific amount to a specific person. This is different to credit cards where you are charged by the merchant.

+

A Bitcoin wallet is loosely the equivalent of a physical wallet on the Bitcoin network. The wallet actually contains your private keys which allow you to spend bitcoins allocated to your Bitcoin addresses in the blockchain. Each Bitcoin wallet can show you the total balance of all Bitcoin addresses it contains and lets you pay a specific amount to a specific person, just like a real wallet. This is different to credit cards where you are charged by the merchant.