mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Update address definition
Addresses are the 160-bit hash of a public key, multisignature addresses begin with three (3).
This commit is contained in:
parent
a86fa10543
commit
54a1215a9c
@ -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.
|
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")))
|
((("bitcoin address")))
|
||||||
((("address", see="bitcoin address")))
|
((("address", see="bitcoin address")))
|
||||||
((("public key", 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, excepting multisignature addresses, which begin with a three. You can have as many as you like, share them so people can send you coins.
|
||||||
|
|
||||||
bitcoin::
|
bitcoin::
|
||||||
((("bitcoin")))
|
((("bitcoin")))
|
||||||
|
Loading…
Reference in New Issue
Block a user