From 34f702f06c59bc8a3718b19ab49f248adaf40a1c Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 17:25:35 +0000 Subject: [PATCH] Edited ch11_blockchain.adoc with Atlas code editor --- ch11_blockchain.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch11_blockchain.adoc b/ch11_blockchain.adoc index 5e235443..68f841d6 100644 --- a/ch11_blockchain.adoc +++ b/ch11_blockchain.adoc @@ -743,7 +743,7 @@ $ bitcoin-cli -signet getblockchaininfo ==== Regtest—The Local Blockchain -Regtest, which stands for +Regtest, ((("blockchain", "test blockchains", "regtest", id="blockchain-test-regtest")))((("test blockchains", "regtest", id="test-block-regtest")))((("regtest", id="regtest")))which stands for "Regression Testing," is a Bitcoin Core feature that allows you to create a local blockchain for testing purposes. Unlike signet and testnet3, which are a public and shared test blockchain, the regtest blockchains are @@ -808,7 +808,7 @@ $ bitcoin-cli -regtest generatetoaddress 500 \ It will only take a few seconds to mine all these blocks, which certainly makes it easy for testing. If you check your wallet balance, you will see that you earned reward for the first 400 blocks (coinbase -rewards must be 100 blocks deep before you can spend them): +rewards must be 100 blocks deep before you can ((("blockchain", "test blockchains", "regtest", startref="blockchain-test-regtest")))((("test blockchains", "regtest", startref="test-block-regtest")))((("regtest", startref="regtest")))spend them): ---- $ bitcoin-cli -regtest getbalance