Topic outline
-
Nodes are computers that are connected to and participating in the Bitcoin network. They maintain a connection to other nodes, share data with the network, relay valid transactions, and maintain at least some blockchain data, among other functions. A Bitcoin wallet serves many functions, such as managing keys, providing a user interface, and creating and signing transactions. While node and wallet functionality often comes together in the same program, they are often discussed in different contexts.
In this unit, we'll dive into what roles nodes and wallets play on the Bitcoin network. You'll learn who runs nodes and why, experience Bitcoin node and wallet functionality by setting up a regtest node, use a regtest node to perform basic functions, and learn to distinguish between the different functions of a Bitcoin wallet.
Completing this unit should take you approximately 2 hours.
-
-
Why are Bitcoin nodes important? What do they do for the Bitcoin network? This video explains the difference between the roles of miners and the roles of nodes. It also walks through node functionality and why nodes are so important to the Bitcoin network.
-
-
-
Nodes participate in the Bitcoin peer-to-peer network in differing ways, whether they are archival nodes, SPV nodes, fully validating nodes, and so on. Once we understand what nodes do on the network, we are left with this question: who runs a node, and what is their motivation for doing so? This video explains node functionality and the benefits and motivations for running one. Watch the video from 7:45 to 17:45.
-
-
-
And now, the moment we've all been waiting for: let's actually run Bitcoin! We've learned enough, and we're ready! In this exercise, we'll download, install, configure, and run the Bitcoin core implementation.
-
-
-
Bitcoin wallets either are nodes or rely on other nodes to do a variety of things for them, such as broadcast transactions or scan for transactions related to the wallet. The Bitcoin core implementation comes with wallet functionality, which means it performs functions such as key generation, key storage, and constructing and signing transactions. Let's take a closer look at how wallets perform those functions focusing on key generation, storage, and backups.
-
-
-
Now that we are familiar with the functions of nodes and wallets, let's see how they work together by using our Bitcoin regtest node to perform some wallet functions. In this exercise, we'll generate new addresses, have a look at our wallet seed, construct a transaction, sign and broadcast a transaction, and more.
-
-
-
Take this assessment to see how well you understood this unit.
- This assessment does not count towards your grade. It is just for practice!
- You will see the correct answers when you submit your answers. Use this to help you study for the final exam!
- You can take this assessment as many times as you want, whenever you want.
-