Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.8 KB

03_0_Understanding_Your_Bitcoin_Setup.md

File metadata and controls

31 lines (22 loc) · 1.8 KB

Chapter Three: Understanding Your Bitcoin Setup

You're now ready to begin working with the bitcoin-cli command-line interface. But that first requires that you understand your Bitcoin setup and its wallet features, which is what will be explained in this chapter.

For this and future chapters, we presume that you have a VPS with Bitcoin installed, running bitcoind. We also presume that you are connected to testnet, allowing for access to bitcoins without using real funds. You can either do this with Bitcoin Standup at Linode.com, per §2.1: Setting up a Bitcoin-Core VPS with Bitcoin Standup, or via other means, per §2.2: Setting up a Bitcoin-Core Machine via Other Means.

Objectives for This Chapter

After working through this chapter, a developer will be able to:

  • Demonstrate that Their Bitcoin Node is Installed and Up-to-date
  • Create an Address to Receive Bitcoin Funds
  • Use Basic Wallet Commands
  • Create an Address from a Descriptor

Supporting objectives include the ability to:

  • Understand the Basic Bitcoin File Layout
  • Use Basic Informational Commands
  • Understand What a Bitcoin Address Is
  • Understand What a Wallet Is
  • Understand How to Import Addresses

Table of Contents