mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Merge branch 'master' of https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line
This commit is contained in:
commit
2c58db7d43
56
README.md
56
README.md
@ -88,54 +88,54 @@ _This tutorial assumes that you have some minimal background of how to use the c
|
||||
|
||||
### PART FOUR: USING TOR
|
||||
|
||||
**Status:** Requires renumbering; Unwritten.
|
||||
**Status:** Unfinished. Requires editing & cleanup.
|
||||
|
||||
* [12.0: Using Tor](12_0_Using_Tor.md)
|
||||
* 12.1: Verifying Your Tor Setup
|
||||
* 12.2: Changing Your Bitcoin Hidden Services
|
||||
* 12.3: Adding SSH Hiddne Services
|
||||
* [14.0: Using Tor](14_0_Using_Tor.md)
|
||||
* [14.1: Verifying Your Tor Setup](14_1_Verifying_Your_Tor_Setup.md)
|
||||
* [14.2: Changing Your Bitcoin Hidden Services](14_2_Changing_Your_Bitcoin_Hidden_Services.md)
|
||||
* [14.3: Adding SSH Hiddne Services](14_3_Adding_SSH_Hidden_Services.md)
|
||||
|
||||
### PART FIVE: PROGRAMMING WITH RPC
|
||||
|
||||
**Status:** Requires renumbering; This section is currently a messy set of older writings which are being reorganized as listed below. We're not going to work through this section until we've got chapters 1-11 updated per our current notes, then 12-14 written. But, if you'd like to see what we have to date on programming in correlation with Bitcoin Core, please feel free.
|
||||
**Status:** VERY Unfinished. Requires editing C-chapter; writing Libwally chapter, regularizing other languages chapter; and deciding what to do with Swift
|
||||
|
||||
* [15.0: Talking to Bitcoind with C](15_0_Talking_to_Bitcoind.md) — Needs Rewrite + Editing
|
||||
* [15.1: Accessing Bitcoind with C](15_1_Accessing_Bitcoind_with_C.md) — Needs Rewrite
|
||||
* [15.2: Programming Bitcoind with C](15_2_Programming_Bitcoind_with_C.md) — Needs Rewrite + Editing
|
||||
* [15.3: Receiving Bitcoind Notifications with C](15_3_Receiving_Bitcoind_Notifications_with_C.md) — Pending
|
||||
* 16.0: Programming with LibWally
|
||||
* 17.1: Getting ready for LibWally
|
||||
* 17.2: Using secp256k1 Functions
|
||||
* 17.3: Writing Wallet Functions
|
||||
* 17.4: Integrating Libwally and Scripts
|
||||
* 18.0: Talking to Bitcoind with Other Languages
|
||||
* [18.1: Accessing Bitcoind with Go](18_1_Accessing_Bitcoind_with_Go.md)
|
||||
* [18.2: Accessing Bitcoind with Java](18_2_Accessing_Bitcoind_with_Java.md)
|
||||
* [18.3: Accessing Bitcoind with Node JS](18_3_Accessing_Bitcoind_with_NodeJS.md)
|
||||
* [18.4: Accessing Bitcoind with Python](18_4_Accessing_Bitcoind_with_Python.md)
|
||||
* [18.5: Accessing Bitcoind with Rust](18_5_Accessing_Bitcoind_with_Rust.md)
|
||||
* [18.6: Accessing Bitcoind with Swift]
|
||||
* 16.1: Getting ready for LibWally
|
||||
* 16.2: Using secp256k1 Functions
|
||||
* 16.3: Writing Wallet Functions
|
||||
* 16.4: Integrating Libwally and Scripts
|
||||
* 17.0: Talking to Bitcoind with Other Languages
|
||||
* [17.1: Accessing Bitcoind with Go](17_1_Accessing_Bitcoind_with_Go.md)
|
||||
* [17.2: Accessing Bitcoind with Java](17_2_Accessing_Bitcoind_with_Java.md)
|
||||
* [17.3: Accessing Bitcoind with Node JS](17_3_Accessing_Bitcoind_with_NodeJS.md)
|
||||
* [17.4: Accessing Bitcoind with Python](17_4_Accessing_Bitcoind_with_Python.md)
|
||||
* [17.5: Accessing Bitcoind with Rust](17_5_Accessing_Bitcoind_with_Rust.md)
|
||||
* [17.6: Accessing Bitcoind with Swift]
|
||||
|
||||
### PART SIX: USING LIGHTNING-CLI
|
||||
|
||||
**Status:** Requires renumbering; Unwritten. Chapter 14 may expand into multiple chapters.
|
||||
**Status:** Unfinished. Requires renumbering [currently all listed as chapter 13], editing
|
||||
|
||||
(At this point, I'm assuming that Lightning will be integrated into Standup, at which point we just need to tech how to use it at a pretty basic level.)
|
||||
|
||||
* 13.0: Understanding Lightning
|
||||
* 13.1: Verifying Your Lightning Setup
|
||||
* 13.2: Setting up a Channel
|
||||
* 13.3: Receiving a Transaction
|
||||
* 14.0: Using Lightning
|
||||
* 14.1: Sending a Transaction
|
||||
* 14.X: Closing a Channel
|
||||
* 17.0: Talking to Lightningd with C
|
||||
* 18.0: Understanding Lightning
|
||||
* 18.1: Verifying Your Lightning Setup
|
||||
* 18.2: Setting up a Channel
|
||||
* 19.0: Using Lightning
|
||||
* 19.1: Creating an Invoice
|
||||
* 19.2: Paying an Invoice
|
||||
* 19.3: Closing a Channel
|
||||
* 20.0: Talking to Lightningd with C
|
||||
|
||||
> _Some good docs from one of the developers are here: https://diyhpl.us/wiki/transcripts/blockstream-webinars/2019-07-31-rusty-russell-getting-started-with-c-lightning/._
|
||||
|
||||
### APPENDICES
|
||||
|
||||
**Status:** Varied. Appendix I is recent that just needs editing for style; Appendix II needs a rewrite.
|
||||
**Status:** Unfinished. Requires editing
|
||||
|
||||
* [Appendix I: Compiling Bitcoin from Source](A1_0_Compiling_Bitcoin_from_Source.md)
|
||||
* [Appendix II: Using Bitcoin Regtest](A2_0_Setting_Up_a_Bitcoin_Regtest.md) — Needs Rewrite + Editing
|
||||
@ -187,7 +187,7 @@ Additional contributions are listed below:
|
||||
|
||||
| Role | Names |
|
||||
| ------------------- | ---------------------------------------- |
|
||||
| ***Contributors:*** | [gg2001](https://github.com/gg2001) (Go, Node.js sections), [gorazdko](https://github.com/gorazdko) (Rust section), [Javier Vargas](https://github.com/javiervargas) (C, Java, Tor sections), [jodobear](https://github.com/jodobear) (Appendix I, Python section) |
|
||||
| ***Contributors:*** | [gg2001](https://github.com/gg2001) (Go, Node.js sections), [gorazdko](https://github.com/gorazdko) (Rust section), [Javier Vargas](https://github.com/javiervargas) (C, Java, Lightning, Tor sections), [jodobear](https://github.com/jodobear) (Appendix I, Python section) |
|
||||
| ***Reviewers:*** | Glen Willem [@gwillem](https://github.com/gwillem) |
|
||||
| ***Sponsors:*** | Blockstream Corporation |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user