In this chapter, we are going to examine the topology of peer-to-peer networks and contrast this with the client-server model, which is the dominant model of computing on the Internet. After this, we will set up a Helium peer-to-peer network on the localhost loopback address 127.0.x.x. This network is useful for testing Helium.
In the previous chapter, we built most of the functionality of a Helium mining node. However, we did not expose mining nodes to the Helium network or indicate how this can be done. There are a number of outstanding questions concerning ...