mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
update broken links
This commit is contained in:
parent
0bf1c34f9b
commit
8276261aa4
@ -1,4 +1,4 @@
|
|||||||
# Chapter 15: Setting Up a Bitcoin Regtest
|
# A2.0: Setting Up a Bitcoin Regtest
|
||||||
|
|
||||||
While developing Bitcoin applications, you might want to use your applications isolated from any public Blockchain such as the Mainnet or the Testnet.
|
While developing Bitcoin applications, you might want to use your applications isolated from any public Blockchain such as the Mainnet or the Testnet.
|
||||||
You can create a Blockchain from scratch using the Regtest, with one main advantage over Testnet: you choose when to create new blocks, so you have complete control over the environment.
|
You can create a Blockchain from scratch using the Regtest, with one main advantage over Testnet: you choose when to create new blocks, so you have complete control over the environment.
|
||||||
@ -12,7 +12,6 @@ After working through this chapter, a developer will be able to:
|
|||||||
* Get balance and interact with Bitcoind in a private way
|
* Get balance and interact with Bitcoind in a private way
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
* [Section One: Starting the Regtest](A2_1_Starting_the_Regtest.md)
|
||||||
* [Section One: Starting the Regtest](15_1_Starting_the_Regtest.md)
|
* [Section Two: Mining with Regtest](A2_2_Mining_with_Regtest.md)
|
||||||
* [Section Two: Mining with Regtest](15_2_Mining_with_Regtest.md)
|
* [Section Three: Testing with Regtest](A2_3_Testing_with_Regtest.md)
|
||||||
* [Section Three: Testing with Regtest](15_3_Testing_with_Regtest.md)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user