-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathibc.html
More file actions
228 lines (215 loc) · 10.1 KB
/
Copy pathibc.html
File metadata and controls
228 lines (215 loc) · 10.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Inside Bitcoin Code</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" type="image/png" href="images/logo-smile.png" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="#latest" class="logo scrolly">Latest</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="portfolio.html">Back</a></li>
</ul>
<ul class="icons">
<li><a href="https://twitter.com/TumaBitcoiner" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/btcvarese" target="_blank" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/TumaBitcoiner" target="_blank" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://primal.net/p/npub1jeqhakwnjf3hp2y8gv8uly95d7asn64y3y0wex7usl5sye4s9f2sgznmal" target="_blank" class="icon brands fa-nostr"><img src="assets/icons/fa-nostr.svg" alt="Nostr"><span class="label">Nostr</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<section class="post">
<header class="major">
<!-- <span class="date">April 25, 2017</span> -->
<h1>Inside Bitcoin Code</h1>
<img src="images/contrib/ibc.png" alt="IBC Logo" style="width:200px;"/>
<p>
The goal of <strong>Inside Bitcoin Code</strong> is for non-technical people
to reach the point of reading and grasping the Bitcoin codebase entirely on their own
by dissecting down the code line by line in a very simple manner.
</p>
</header>
<!-- <h3>Contributions</h3>
<dl>
<dt id="latest">Bitcoin Optech Newsletter #388</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2026/01/16/#an-overview-of-incremental-mutation-testing-in-bitcoin-core" target="_blank">An overview of incremental mutation testing in Bitcoin Core</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #387</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2026/01/09/#draft-bip-for-silent-payment-descriptors" target="_blank">Draft BIP for silent payment descriptors</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #386</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2026/01/02/#peer-feature-negotiation" target="_blank">Peer feature negotiation</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #385: 2025 Year-in-Review Special</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#forkingguide" target="_blank">
Bitcoin Forking Guide</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#private-block-template-marketplace-to-prevent-centralizing-mev" target="_blank">
Private block template marketplace to prevent centralizing MEV</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#ln-upfront-and-hold-fees-using-burnable-outputs" target="_blank">
LN upfront and hold fees using burnable outputs</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#dahlias-interactive-aggregate-signatures" target="_blank">
DahLIAS interactive aggregate signatures</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#calculating-the-selfish-mining-danger-threshold" target="_blank">
Calculating the selfish mining danger threshold</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#fingerprinting-nodes-using-addr-messages" target="_blank">
Fingerprinting nodes using addr messages</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#garbled-locks" target="_blank">
Garbled locks</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#utreexo-draft-bips" target="_blank">
Utreexo draft BIPs</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#peer-block-template-sharing" target="_blank">
Peer block template sharing</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#differential-fuzzing-of-bitcoin-and-ln-implementations" target="_blank">
Differential fuzzing of Bitcoin and LN implementations</a></li>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/19/#details-about-the-design-of-simplicity" target="_blank">
Details about the design of Simplicity</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #384</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2025/12/12/#a-virtualized-secure-enclave-for-hardware-signing-devices" target="_blank">A virtualized secure enclave for hardware signing devices</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #382</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2025/11/28/#motion-to-activate-bip3" target="_blank">
Motion to activate BIP3</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #381</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2025/11/21/#private-key-handover-for-collaborative-closure" target="_blank">
Private key handover for collaborative closure</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #379</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2025/11/07/#bip54-implementation-and-test-vectors" target="_blank">
BIP54 implementation and test vectors</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #378</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2025/10/31/#disclosure-of-four-low-severity-vulnerabilities-in-bitcoin-core" target="_blank">
Disclosure of four low severity vulnerabilities in Bitcoin Core</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #377</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2025/10/24/#detecting-block-template-feerate-increases-using-cluster-mempool" target="_blank">
Detecting block template feerate increases using cluster mempool</a></li>
</ul>
</dd>
<dt>Bitcoin Optech Newsletter #376</dt>
<dd>
<ul>
<li><a href="https://bitcoinops.org/en/newsletters/2025/10/17/#continued-discussion-of-block-template-sharing" target="_blank">
Continued discussion of block template sharing</a></li>
</ul>
</dd>
</dl>
</section>
<ul class="actions">
<li><a href="#nav" class="button icon solid solo fa-arrow-up scrolly">Back to Top</a></li>
</ul> -->
<h2 style="text-align:center;">Subscribe Here</h2>
<div style="display:flex; justify-content:center; margin:20px 0;">
<iframe src="https://insidebitcoincode.substack.com/embed" width="480" height="150" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<!-- Footer -->
<!-- <footer id="footer">
<section>
<form method="post" action="#">
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</section>
<section class="split contact">
<section class="alt">
<h3>Address</h3>
<p>1234 Somewhere Road #87257<br />
Nashville, TN 00000-0000</p>
</section>
<section>
<h3>Phone</h3>
<p><a href="#">(000) 000-0000</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="#">info@untitled.tld</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer> -->
<!-- Copyright -->
<div id="copyright">
<ul><li>© Tuma</li><li>Tip: <a href="https://tumabitcoiner.github.io/ln-tip-web-app/" target="_blank">Zap Me a Coffee</a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>