Peter Kent

Cryptocurrency All-in-One For Dummies


Скачать книгу

shows 100%.

      3 Click the Paper Wallet button.This gives you the option to create a paper wallet that you can print.

      4 In the Addresses to Generate field, enter 1.You can make several wallets at once, if you need to, but you might as well just start with one to get the hang of it.

      5 Click the Generate button.Figure 4-2 shows a paper wallet.

      6 Click the Print button. Do not let anyone watch you create your paper wallet. This isn’t something you want to do at a public computer. Make sure to use a printer that is private and not connected to the Internet so you’re not at risk of your private keys being hacked.

      

Laminate your paper wallet to make it a little more durable.

Snapshot of a paper wallet.

      FIGURE 4-2: A paper wallet.

      Encountering the Ethereum Blockchain

      IN THIS CHAPTER

      

Seeing how and why Ethereum started

      

Discovering the Ethereum blockchain

      

Uncovering blockchain hacks

      

Getting started with Ethereum

      

Creating a decentralized autonomous organization

      

Creating your own token

      

Building smart contracts and decentralized corporations

      The Ethereum project is one of the most developed and accessible blockchains in the ecosystem. It is also an industry leader in blockchain innovation and use cases. Understanding this technology is essential because it’s leading the charge in smart contracts, decentralized organizations, and token offerings.

      This chapter covers the makeup of Ethereum and explains the new way to build organizations and companies on the Ethereum blockchain. It also goes into safety and practical business applications of the Ethereum blockchain, including how the project started and where it plans to go.

      Ethereum was first described in 2013 in a white paper written by Vitalik Buterin, who was very active in the Bitcoin community as a writer and programmer. Buterin saw that there was significantly more potential in Bitcoin than the ability to move value without a central authority. He had been contributing to the colored coin effort within Bitcoin to expand the utility of Bitcoin beyond the trade of its native token. Buterin believed that other business and government use cases that require a central authority to control them could also be built with blockchain structures.

      At that time, there was a fierce debate about the Bitcoin network being “bloated” by lots of low-value transactions from applications securing themselves against Bitcoin. The main concerns were that additional applications, built on the Bitcoin protocol, would have problems scaling in volume. Also, at that time there was not the ability to do scripting to allow for things like smart contracts. Bitcoin was not built to handle the number of transactions needed by the applications. Vitalik and many others saw that in order for people to build decentralized applications in the Bitcoin blockchain, either the blockchain would need a massive code overhaul or they would need to build a new blockchain altogether.

      Bitcoin had already been well established at that point. It was clear that the kinds of upgrades to core code that were needed were well beyond what was realistically possible. The politics of Bitcoin would stall any changes to the network. Vitalik and his team established the Ethereum foundation in early 2014 to raise funds to build a blockchain network with a programming language built within it. Vitalik hoped to create a network that would allow him to build blockchain-secured applications.

      The initial development was funded by an online public crowd sale during July and August of 2014. The foundation initially raised a record $18 million through the sale of its cryptocurrency token called Ether. People have passionately debated whether this sort of crowd sale is illegal because it may constitute an unlicensed security offering.

      The regulatory gray zone has not hindered the project. If anything, the cutting-edge nature of the project has attracted more attention and talent to the foundation. Discontented and disenfranchised developers and entrepreneurs from around the world have flocked to the project. Decentralization is seen as the perfect solution to corrupt and oppressive central authorities.

      Homestead, the current Ethereum software release, was made available in 2016. It’s much more user-friendly. Almost anyone can utilize the application template available on it. It has intuitive and easy-to-use interfaces and a large, devoted development community.

      Metropolis is the next planned Ethereum release. The main difference will be that applications will be fully developed and well tested. It will also feature even easier-to-use applications and have a larger market appeal where even nontechnical people will feel comfortable using it.

      Serenity is the last planned phase of Ethereum development. It’s where Ethereum will move from a proof of work (PoW) consensus (in which miners compete to create the next block) to a proof of stake (PoS) model, in which nodes are chosen pseudo-randomly with the possibility of being selected increasing based on their stake in the network. Their stake is measured by the amount of cryptocurrency in their possession. The main benefit of the change will be the reduction in the cost of energy associated with proof of work. This may make it more attractive for individuals to run nodes in the network, which would increase decentralization and increase security. Book 6, Chapter 2 further explains the PoW and PoS models.

      Ethereum may be one of the most complex blockchains ever built. It has several of its own Turing-complete programming languages (full-functioning programming languages that allow developers to create any application). These new programming languages closely resemble popular programming languages such as JavaScript and Python. The Ethereum protocol can do just about anything that your regular programming languages can