Peter Kent - Cryptocurrency All-in-One For Dummies

Здесь есть возможность читать онлайн «Peter Kent - Cryptocurrency All-in-One For Dummies» — ознакомительный отрывок электронной книги совершенно бесплатно, а после прочтения отрывка купить полную версию. В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Жанр: unrecognised, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Cryptocurrency All-in-One For Dummies: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Cryptocurrency All-in-One For Dummies»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

Learn the skills to get in on the crypto craze The world of cryptocurrency includes some of the coolest technologies and most lucrative investments available today. And you can jump right into the middle of the action with
, a collection of simple and straightforward resources that will get you up to speed on cryptocurrency investing and mining, blockchain, Bitcoin, and Ethereum.
Stop scouring a million different places on the web and settle in with this one-stop compilation of up-to-date and reliable info on what's been called the «21st century gold rush.» So, whether you're just looking for some fundamental knowledge about how cryptocurrency works, or you're ready to put some money into the markets, you'll find what you need in one of the five specially curated resources included in this book.
Cryptocurrency All-in-One For Dummies Gain an understanding of how cryptocurrency works and the blockchain technologies that power cryptocurrency Find out if you're ready to invest in the cryptocurrency market and how to make smart decisions with your cash Build a cryptocurrency mining rig out of optimized and specifically chosen computing hardware Dive into the details of leading cryptocurrencies like Bitcoin and Ethereum Perfect for anyone curious and excited about the potential that's been unlocked by the latest in cryptocurrency tech, this book will give you the foundation you need to become a savvy cryptocurrency consumer, investor, or miner before you know it.

Cryptocurrency All-in-One For Dummies — читать онлайн ознакомительный отрывок

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Cryptocurrency All-in-One For Dummies», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

What does Napoleon have to do with cryptocurrencies? Cryptocurrencies use cryptography to maintain security and anonymity. That’s how digital coins, even though they’re not monetized by any central authority or regulatory body, can help with security and protection from double-spending, which is the risk of your digital cash being used more than once.

Cryptocurrency AllinOne For Dummies - изображение 20Cryptography uses three main encryption methods.

Hashing: Hashing is something like a fingerprint or signature. A hash function first takes your input data (which can be of any size). The function then performs an operation on the original data and returns an output that represents the original data but has a fixed (and generally smaller) size. In cryptocurrencies such as Bitcoin, it’s used to guess the combination of the lock of a block. Hashing maintains the structure of blockchain data, encodes people’s account addresses, and makes block mining possible. You can find more on mining later in this chapter, and in much more detail in Book 6.

Symmetric encryption cryptography: Symmetric encryption is the simplest method used in cryptography. It involves only one secret key for both the sender and the receiver. The main disadvantage of symmetric encryption is that all parties involved have to exchange the key used to encrypt the data before they can decrypt it.

Asymmetric encryption cryptography: Asymmetric encryption uses two keys — a public key and a private key. You can encrypt a message by using the receiver’s public key, but the receiver can decrypt it only with their private key.

Nodes

A node is an electronic device that does the bookkeeping job in the blockchain network, making the whole decentralized thing possible. The device can be a computer, a cellphone, or even a printer, as long as it’s connected to the Internet and has access to the blockchain network.

Mining

As the owners of nodes (see the preceding section) willingly contribute their computing resources to store and validate transactions, they have the chance to collect the transaction fees and earn a reward in the underlying cryptocurrency for doing so. This process is known as mining, and the owners who do it are miners.

Cryptocurrency AllinOne For Dummies - изображение 21Let me make something clear: Not all cryptocurrencies can be mined. Bitcoin and some other famous ones can. Others, such as Ripple (XRP), avoid mining altogether because they want a platform that doesn’t consume a huge amount of electricity in the process of mining; power usage is one of the issues with blockchain that are discussed in Book 6, Chapters 7and 8. Regardless, for the most part, mining remains a huge part of many cryptocurrencies to date.

Here’s how mining works: Cryptocurrency miners solve cryptographic puzzles (via software) to add transactions to the ledger (the blockchain) in the hope of getting coins as a reward. It’s called mining because of the fact that this process helps extract new cryptocurrencies from the system. Anyone, including you, can join this group. Your computer needs to “guess” a random number that solves an equation that the blockchain system generates. In fact, your computer has to calculate many 64-character strings or 256-bit hashes and check with the challenge equation to see whether the answer is right. That’s why it’s so important that you have a powerful computer. The more powerful your computer is, the more guesses it can make in a second, increasing your chances of winning this game. If you manage to guess right, you earn Bitcoins and you get to write the “next page” of Bitcoin transactions on the blockchain. Head to Book 6if you’re interested to learn more.

Because mining is based on a form of guessing, for each block, a different miner guesses the number and is granted the right to update the blockchain. Whoever has the biggest computing power combined, controlling 51 percent of the votes, controls the chain and wins every time. Thanks to the law of statistical probability, the same miner is unlikely to succeed every time. On the other hand, this game can sometimes be unfair because the biggest computer power will be the first to solve the challenge equation and “win” more often.

Proof of work

If you’re a miner and want to actually enter your block and transactions into the blockchain, you have to provide an answer (proof) to a specific challenge. This proof is difficult to produce (hence all the gigantic computers, time, and money needed for it), but others can very easily verify it. This process is known as proof of work, or PoW.

For example, guessing a combination to a lock is a proof to a challenge. Going through all the different possible combinations to come up with the right answer may be pretty hard, but after you get it, it’s easy to validate — just enter the combination and see whether the lock opens! The first miner who solves the problem for each block on the blockchain gets a reward. The reward is basically the incentive to keep on mining, and it motivates the miners to compete to be the first one to find a solution for mathematical problems. Bitcoin and some other mineable cryptocurrencies mainly use the PoW concept to make sure that the network isn’t easily manipulated.

Cryptocurrency AllinOne For Dummies - изображение 22This whole proof-of-work concept has some downsides for blockchain technology. One of the main challenges is that it wastes a lot of computing power and electricity just for the sake of producing random guesses. That’s why new cryptocurrencies have jumped on an alternative wagon called proof of stake (PoS), covered in the next section.

Proof of stake

Unlike PoW, a proof-of-stake (PoS) system requires you to show ownership of a certain amount of money (or stake ). That means the more crypto you own, the more mining power you have. This approach eliminates the need for the expensive mining extravaganza. And because the calculations are pretty simple to prove, you own a certain percentage of the total amount of the cryptos available.

Another difference is that the PoS system offers no block rewards, so the miners get transaction fees. That’s how PoS cryptos can be several thousand times more cost-effective than PoW ones. (Don’t let the PoS abbreviation give you the wrong idea.)

Cryptocurrency AllinOne For Dummies - изображение 23But of course, PoS also has its own problems. For starters, you can argue that PoS rewards coin hoarders. Under the proof-of-stake model, nodes can mine only a percentage of transactions that corresponds to their stake in a cryptocurrency. For example, a proof-of-stake miner who owns 10 percent of a cryptocurrency would be able to mine 10 percent of blocks on the network. The limitation with this consensus model is that it gives nodes on the network a reason to save their coins instead of spending them. It also produces a scenario in which the rich get richer because large coin holders are able to mine a larger percentage of blocks on the network.

Proof of importance

Proof of importance (PoI) was first introduced by a blockchain platform called NEM to support its XEM cryptocurrency. In some ways, PoI is similar to PoS because participants (nodes) are marked as “eligible” if they have a certain amount of crypto “vested.” Then the network gives a “score” to the eligible nodes, and they can create a block that is roughly the same proportion to that “score.” But the difference is that the nodes won’t get a higher score only by holding onto more cryptocurrencies. Other variables are considered in the score, too, in order to resolve the primary problem with PoS, which is hoarding. The NEM community, in particular, uses a method called “harvesting” to solve the PoS “hoarding” problem.

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Cryptocurrency All-in-One For Dummies»

Представляем Вашему вниманию похожие книги на «Cryptocurrency All-in-One For Dummies» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Cryptocurrency All-in-One For Dummies»

Обсуждение, отзывы о книге «Cryptocurrency All-in-One For Dummies» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x