You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: author_bio.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ <h1>About the Authors</h1>
3
3
4
4
<p><strong>Andreas M. Antonopoulos</strong> is a noted technologist and serial entrepreneur who has become one of the most well-known and well-respected figures in Bitcoin. As an engaging public speaker, teacher, and writer, Andreas makes complex subjects accessible and easy to understand. As an advisor, he helps startups recognize, evaluate, and navigate security and business risks.</p>
5
5
6
-
<p>Andreas grew up with the internet, starting his first company, an early BBS and proto-ISP, as a teenager in his home in Greece. He earned degrees in computer science, data communications, and distributed systems from University College London (UCL)—recently ranked among the world’s top 10 universities. After moving to the United States, Andreas cofounded and managed a successful technology research company, and in that role advised dozens of Fortune 500 company executives on networking, security, data centers, and cloud computing. More than 200 of his articles on security, cloud computing, and data centers have been published in print and syndicated worldwide. He holds two patents in networking and security.</p>
6
+
<p>Andreas grew up with the internet, starting his first company, an early BBS and proto-ISP, as a teenager in his home in Greece. He earned degrees in computer science, data communications, and distributed systems from University College London (UCL)—recently ranked among the world’s top 10 universities. After moving to the United States, Andreas cofounded and managed a successful technology research company, and in that role advised dozens of Fortune 500 company executives on networking, security, data centers, and cloud computing. More than two hundred of his articles on security, cloud computing, and data centers have been published in print and syndicated worldwide. He holds two patents in networking and security.</p>
7
7
8
-
<p>In 1990, Andreas started teaching various IT topics in private, professional, and academic environments. He honed his speaking skills in front of audiences ranging in size from five executives in a boardroom to thousands of people in large conferences. With more than 400 speaking engagements under his belt, he is considered a world-class and charismatic public speaker and teacher. In 2014, he was appointed as a teaching fellow with the University of Nicosia, the first university in the world to offer a masters degree in digital currency. In this role, he helped develop the curriculum and cotaught the Introduction to Digital Currencies course, offered as a massive open online course (MOOC) through the university.</p>
8
+
<p>In 1990, Andreas started teaching various IT topics in private, professional, and academic environments. He honed his speaking skills in front of audiences ranging in size from five executives in a boardroom to thousands of people in large conferences. With more than four hundred speaking engagements under his belt, he is considered a world-class and charismatic public speaker and teacher. In 2014, he was appointed as a teaching fellow with the University of Nicosia, the first university in the world to offer a master's degree in digital currency. In this role, he helped develop the curriculum and cotaught the "Introduction to Digital Currencies" course, offered as a massive open online course (MOOC) through the university.</p>
9
9
10
-
<p>As a bitcoin entrepreneur, Andreas has founded a number of Bitcoin businesses and launched several community open source projects. He serves as an advisor to several bitcoin and cryptocurrency companies. He is a widely published author of articles and blog posts on bitcoin, a permanent host on the popular Let’s Talk Bitcoin podcast, and a frequent speaker at technology and security conferences worldwide.</p>
10
+
<p>As a Bitcoin entrepreneur, Andreas has founded a number of Bitcoin businesses and launched several community open source projects. He serves as an advisor to several Bitcoin and cryptocurrency companies. He is a widely published author of articles and blog posts on Bitcoin, a permanent host on the popular <em>Let’s Talk Bitcoin</em> podcast, and a frequent speaker at technology and security conferences worldwide.</p>
11
11
12
-
<p><strong>David A. Harding</strong> is a technical writer focused on creating documentation for open source software. He is the coauthor of the Bitcoin Optech weekly newsletter <spanclass='keep-together'>(2018–2023),</span> 21.co Bitcoin Computer tutorials (2015–2017), and Bitcoin.org developer documentation (2014–2015). He is also a Brink.dev grant committee member (2022–2023) and former board member (2020–2022).</p>
12
+
<p><strong>David A. Harding</strong> is a technical writer focused on creating documentation for open source software. He is the coauthor of the <em>Bitcoin Optech</em> weekly newsletter <spanclass='keep-together'>(2018–2023),</span><em>21.co Bitcoin Computer</em> tutorials (2015–2017), and Bitcoin.org developer documentation (2014–2015). He is also a Brink.dev grant committee member (2022–2023) and former board member (2020–2022).</p>
In this book, the ((("bitcoins", "defined")))unit of currency is called "bitcoin" with a small _b_,
10
-
and the system is called "Bitcoin", with a capital _B_.
10
+
and the system is called "Bitcoin," with a capital _B_.
11
11
====
12
12
13
13
Users can transfer bitcoin over the network to do just about anything
@@ -100,7 +100,7 @@ Although these earlier digital currencies worked, they were centralized and, as
100
100
Bitcoin was((("Bitcoin", "history of")))((("history", "of Bitcoin", secondary-sortas="Bitcoin")))((("Nakamoto, Satoshi"))) first described in 2008 with the publication of a
101
101
paper titled "Bitcoin: A Peer-to-Peer Electronic Cash
102
102
System,"footnote:[https://oreil.ly/KUaBM["Bitcoin: A Peer-to-Peer Electronic Cash System"],
103
-
Satoshi Nakamoto.] written under the
103
+
Satoshi Nakamoto (see <<appendix>>).] written under the
104
104
alias of Satoshi Nakamoto (see <<satoshi_whitepaper>>). Nakamoto
105
105
combined several prior inventions such as digital signatures and Hashcash to create
106
106
a completely decentralized electronic cash system that does not rely on
Bitcoin's ((("scripts", "stack", id="script-stack")))((("stack", id="stack")))scripting language is called a stack-based language because it
@@ -844,8 +846,7 @@ halts execution if one of the following occurs:
844
846
845
847
[[timelock_conflicts]]
846
848
.Timelock Conflicts
847
-
[WARNING]
848
-
====
849
+
****
849
850
+OP_CLTV+ and ((("transactions", "timelocks", "conflicts")))((("timelocks", "conflicts")))((("lock time", "conflicts")))((("scripts", "timelocks", "conflicts")))lock time use the same format to describe timelocks, either
850
851
a block height or the time elapsed in seconds since the Unix epoch.
851
852
Critically, when used together, the format of lock time must match
@@ -863,7 +864,7 @@ used in any of the scripts of a transaction. If the script for one
863
864
input uses the height variety and a different script for a different
864
865
input uses the time variety, there is no way to construct a valid transaction
865
866
that spends both inputs.
866
-
====
867
+
****
867
868
868
869
After execution, if +OP_CLTV+ is satisfied, the parameter that
869
870
preceded it remains as the top item on the stack and may need to be
@@ -918,7 +919,7 @@ implemented according to the specifications in
918
919
https://oreil.ly/ZuANb[BIP68,
919
920
Relative Lock-Time Using Consensus-Enforced Sequence Numbers] and
920
921
https://oreil.ly/dLA2r[BIP112,
921
-
+OP_CHECKSEQUENCEVERIFY+].
922
+
OP_CHECKSEQUENCEVERIFY].
922
923
923
924
BIP68 and BIP112 were activated in May 2016 as a soft fork upgrade to
Copy file name to clipboardexpand all lines: preface.asciidoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ All the code snippets use real values and calculations where possible, so that y
61
61
62
62
This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless you’re reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing examples from O’Reilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your product’s documentation does require permission.
63
63
64
-
We appreciate, but do not require, attribution. An attribution usually includes [.keep-together]#the title,# author, publisher, and ISBN. For example: “_Mastering Bitcoin_, 3rd ed., by [.keep-together]#Andreas M.# Antonopoulos and David A. Harding (O’Reilly). Copyright 2024, ISBN 978-1-098-15009-9.”
64
+
We appreciate, but do not require, attribution. An attribution usually includes [.keep-together]#the title,# author, publisher, and ISBN. For example: “_Mastering Bitcoin_, 3rd ed., by [.keep-together]#Andreas M.# Antonopoulos and David A. Harding (O’Reilly). Copyright 2024 David Harding, ISBN 978-1-098-15009-9.”
65
65
66
66
Some editions of this book are offered under an open source license, such as https://oreil.ly/RzUHE[CC-BY-NC], in which case the terms of that license apply.
0 commit comments