mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-11 01:46:19 +00:00
30 lines
1.6 KiB
Markdown
30 lines
1.6 KiB
Markdown
# Learning Bitcoin from the Command-Line #
|
|
|
|
> NOTE: This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for use.
|
|
|
|
# Copyright
|
|
|
|
Unless otherwise noted, the contents of this repository areCopyright ©2017 by Christopher Allen \<ChristopherA@LifeWithAlacrity.com\> and are licensed [CC-BY](./LICENSE-CC-BY-4.0.md).
|
|
|
|
## Introduction
|
|
|
|
The best way to learn to learn deeply about bitcoin is to avoid GUIs (even bitcoin-qt), and instead learn it from the command line.
|
|
|
|
## Requirements
|
|
|
|
This tutorial assumes that you have some minimal background of how to use the command line interface. If not, there are many tutorials available, and I have one for Mac users at https://github.com/ChristopherA/intro-mac-command-line
|
|
|
|
## Files
|
|
|
|
* 1.0: Bitcoin-Core Basics
|
|
* [2.0: Setting Up a Bitcoin-Core VPS](2_0_Setting_Up_a_Bitcoin-Core_VPS.md)
|
|
* [2.1: Setting Up a Bitcoin-Core VPS by Hand](2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md)
|
|
* [2.2: Setting Up a Bitcoin-Core VPS with StackScript.md](2_2_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md)
|
|
* [Linode_Bitcoin-Core_VPS_Setup.stackscript](2_2__Script_Linode_Setup.stackscript)
|
|
* [3.0: Understanding Your Bitcoin Setup](3_0_Understanding_Your_Bitcoin_Setup.md)
|
|
* [3.1: Verifying Your Bitcoin Setup](3_1_Verifying_Your_Bitcoin_Setup.md)
|
|
* [3.2: Knowing Your Bitcoin Setup](3_2_Knowing_Your_Bitcoin_Setup.md)
|
|
* [3.3: Setting Up Your Wallet](3_3_Setting_Up_Your_Wallet.md)
|
|
* [Interlude: Using Command-Line Variables](3_3__Interlude_Using_Command-Line_Variables.md)
|
|
* [3.4: Receiving a Transaction](3_4_Receiving_a_Transaction.md)
|