mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
742 B
742 B
15.2: Testing with Regtest
NOTE: This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.
This document explains how to test a Regtest (Regression Test).
Testing with Regtest
After starting Bitcoind using Regtest mode you can use any bitcoin-cli
command or interact with the blockchain using the RPC (Remote Procedure Call) service.
You can try to create transactions referring to Chapter 4 - Sending Bitcoin Transactions in this guide. In order to get balance in your Regtest Wallet, you are able to mine blocks with minimal proof-of-work and get the rewards.