mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-09 17:06:28 +00:00
1.3 KiB
1.3 KiB
Section Three: Playing with Bitcoin Using bitcoin-cli
This section explains how to begin using Bitcoin from the command line, using bitcoin-cli.
- Part One: Verifying Your bitcoin-cli Setup
- Part Two: Setting Up Your Wallet
- Part Three: Receiving a Transaction
- Part Four: Sending a Raw Transaction to a P2PKH
- Part Five: Sending a Raw Transaction to an OP_RETURN
This section presumes that you have a VPS with bitcoin installed, running bitcoind. It also presumes that you are connected to testnet, allowing for access to bitcoins without using real funds. You can either do this by hand, per 2.1: Setting up a Bitcoin-Core VPS by Hand, or do it with a Linode StackScript at Linode.com, per 2.2: Setting up a Bitcoin-Core VPS with StackScript.