Term 1 S3 Lesson 2: Bitcoin Core Testnet
Lesson Introduction
Goals:
- Set up your own bitcoin core development environment
- Introduce bitcoin core - its purpose and the tools
- Create transactions between wallets using a bitcoin core test environment
- Investigate the transactions made using the online block explorer to get a better idea of how transactions flow
Bitcoin Core - Overview
Bitcoin: Network of bitcoin users creating and validating transactions
Bitcoin Core: Implementation of bitcoin that encompasses all of the software behind bitcoin. (software, alias: Bitcoin-QT)
- connect to the network
- validate the blockchain
- send and receive bitcoin
Bitcoin Core - Networks
Mainnet, Testnet, Regent
- Mainnet: primary network where live transactions take place
- Testnet: alternative bitcoin blockchain that provides a test environment for applications (still a network and takes time)
- Regent: alternative test network for testing bitcoin applications (no real network,instantaneously create new blocks and have complete control over the environment; saves time)

Mainnet vs Testnet

Testnet vs Regression Testing

In this course we will use testnet because we want to be able to interact with other users.
本课程介绍如何设置比特币核心开发环境,使用测试网进行交易,理解比特币核心的功能及其在网络中验证区块的作用。通过实际操作,学员将学会在测试网中创建钱包交易,并利用在线区块浏览器深入探究交易流程。
1258

被折叠的 条评论
为什么被折叠?



