Skip to content

Commit f49963b

Browse files
authored
Add "Bitcoin: A Work in Progress" by Sjors Provoost (#441)
Resolves #373
2 parents c0800bf + 8a7a8ac commit f49963b

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

_includes/category-technical.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ If you would like to dig deeper or get your hands dirty with programming, these
22
books are for you. Technical knowledge and skills in computer science,
33
programming, and/or mathematics are beneficial.
44

5-
Mastering Bitcoin is [available for free on GitHub][mastering-bitcoin-free].
6-
Programming Bitcoin includes plenty of [programming
7-
exercises][programming-bitcoin-exercises], which are available for free on
8-
GitHub as well. Grokking Bitcoin is [available for free on
9-
GitHub][grokking-bitcoin-free] as well.
5+
Most of these books are open-source and thus available for free on GitHub.
106

117
[mastering-bitcoin-free]: https://github.com/bitcoinbook/bitcoinbook
128
[programming-bitcoin-exercises]: https://github.com/jimmysong/programmingbitcoin
Binary file not shown.
443 KB
Loading
18.2 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: page-books
3+
title: Bitcoin, A Work In Progress
4+
subtitle: Technical Innovations from the Trenches
5+
atf: true
6+
essential:
7+
category: technical
8+
authors: ['Sjors Provoost']
9+
authors_twitter: ['https://nostr.com/npub1s6z7hmmx2vud66f3utxd70qem8cwtggx0jgc7gh8pqwz2k8cltuqrdwk4c']
10+
resource_url: https://www.btcwip.com/
11+
amazon_url: https://amzn.to/3P6Jj4w
12+
wikipedia_url:
13+
free_url: https://github.com/Sjors/nado-book
14+
summary_url:
15+
rating_order: 7
16+
lesson: ['20']
17+
quote: "They say Bitcoin is old and boring, but nothing could be further from the truth."
18+
audio_url:
19+
free_audio_url:
20+
goodreads_url: https://www.goodreads.com/book/show/60980293-bitcoin
21+
description: "This book will guide you through the latest developments in Bitcoin, as seen through the eyes of one of its many developers. You'll learn about the latest soft fork known as Taproot, the challenges of keeping open source software free of money-stealing bugs and malware, new ways to protect nodes against evildoers on the internet, how to deal with the ever-growing blockchain, and more!
22+
23+
Each chapter links to a corresponding episode of the Bitcoin Explained podcast. The book also links to more than two hundred articles, videos, podcasts, and even the source code. And thanks to a tiny QR code next to every link, you'll never have to type long URLs."
24+
---

collections/_books/programming-bitcoin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors_twitter: ['https://twitter.com/jimmysong']
1010
resource_url:
1111
amazon_url: https://amzn.to/2wSIqrI
1212
wikipedia_url:
13-
free_url:
13+
free_url: https://github.com/jimmysong/programmingbitcoin
1414
summary_url:
1515
rating_order: 8
1616
lesson: ['']

0 commit comments

Comments
 (0)