diff --git a/ch09.asciidoc b/ch09.asciidoc index b6cf167c..8e633bc1 100644 --- a/ch09.asciidoc +++ b/ch09.asciidoc @@ -261,7 +261,7 @@ Consider, for example, an SPV node that is interested in incoming payments to an === Bitcoin's Test Blockchains -You might be surprised to learn that there is more than one bitcoin blockchain. The "main" bitcoin blockchain, the one created by Satoshi Nakamoto on January 3rd, 2009, the one with the genesis block we studied in this chapter, is called _mainnet_. There are other bitcoin blockchains that are used for testing purposes: at this time _testnet_, _segnet_ and _regtest_. Let's look at each in turn. +((("blockchain technology", "test blockchains", id="BCTtest09")))You might be surprised to learn that there is more than one bitcoin blockchain. The "main" bitcoin blockchain, the one created by Satoshi Nakamoto on January 3rd, 2009, the one with the genesis block we studied in this chapter, is called _mainnet_. There are other bitcoin blockchains that are used for testing purposes: at this time _testnet_, _segnet_ and _regtest_. Let's look at each in turn.((("testnet", id="testnet09"))) ==== Testnet—Bitcoin's Testing Playground @@ -336,7 +336,7 @@ $ bitcoin-cli -testnet getblockchaininfo You can also run on testnet3 with other full-node implementations, such as +btcd+ (written in Go) and +bcoin+ (written in JavaScript), to experiment and learn in other programming languages and frameworks. -In early 2017, testnet3 supports all the features of mainnet, in addition to Segregated Witness (see <>), which has yet to activate on mainnet. Therefore, testnet3 can also be used to test Segregated Witness features. +In early 2017, testnet3 supports all the features of mainnet, in addition to Segregated Witness (see <>), which has yet to activate on mainnet. Therefore, testnet3 can also be used to test Segregated Witness features.((("", startref="BCTtest09")))((("", startref="testnet09"))) === Segnet—The Segregated Witness Testnet