1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-23 00:28:14 +00:00

Merge branch 'jbisterfeldt-develop' into develop

This commit is contained in:
Minh T. Nguyen 2014-08-19 18:43:46 -07:00
commit 28c499ea7c

View File

@ -111,11 +111,11 @@ Watch us on YouTube: link:$$http://www.youtube.com/oreillymedia$$[]
This quick glossary contains many of the terms used in relation to bitcoin. These terms are used throughout the book, so bookmark this for a quick reference and clarification.
address (aka public key)::
address (sometimes mistakenly referred to as a public key)::
((("bitcoin address")))
((("address", see="bitcoin address")))
((("public key", see="bitcoin address")))
A bitcoin address looks like +1DSrfJdB2AnWaFNgSbv3MZC2m74996JafV+, they always start with a one. You can have as many as you like, share them so people can send you coins.
A bitcoin address is derived from a public key and looks like +1DSrfJdB2AnWaFNgSbv3MZC2m74996JafV+. Most addresses begin with a one, except multisignature addresses which begin with a three. You can have as many addresses as you like and share them so people can send you coins.
bitcoin::
((("bitcoin")))