From 731cf224944ba97e6bf93ee766172df57ca4d30a Mon Sep 17 00:00:00 2001 From: theresa jones Date: Mon, 11 Sep 2023 20:00:39 -0700 Subject: [PATCH] adding ch. ids table --- tools/chapter_ids.tsv | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/chapter_ids.tsv diff --git a/tools/chapter_ids.tsv b/tools/chapter_ids.tsv new file mode 100644 index 00000000..0fbbf0a1 --- /dev/null +++ b/tools/chapter_ids.tsv @@ -0,0 +1,15 @@ +chapter # filename chapter id +1 ch01_intro.adoc ch01_intro_what_is_bitcoin +2 ch02_overview.adoc ch02_bitcoin_overview +3 ch03_bitcoin-core.adoc ch03_bitcoin_client +4 ch04_keys.adoc ch04_keys_addresses +5 ch05_wallets.adoc ch05_wallets +6 ch06_transactions.adoc c_transactions +7 ch07_authorization-authentication.adoc c_authorization_authentication +8 ch08_signatures.adoc c_signatures +9 ch09_fees.adoc tx_fees +10 ch10_network.adoc bitcoin_network_ch08 +11 ch11_blockchain.adoc blockchain +12 ch12_mining.adoc mining +13 ch13_security.adoc ch11 +14 ch14_applications.adoc ch12