Learning-Bitcoin-from-the-C.../5_0_Knowing_Transaction_Tricks.md
2017-03-28 14:21:43 -07:00

1.3 KiB

This section describes how to send basic Bitcoin transactions from the command line, using only the bitcoin-cli interface.

Objectives for This Section

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

  • Decide How to Send Money Through Bitcoin
  • Create a Raw Transaction

decide whether this should include OP_RETURN or not

Supporting objectives include the ability to:

  • Use Basic Methods to Send Money
  • Use Shell Tools to Make Raw Transactions Simple
  • Understand TXes
  • Understand Transaction Fees
  • Understand How Money Goes Through a Transaction
  • Use Auto Fee Calculation Methods to Send Money

Table of Contents