Uncontrolled Randomness in Blockchains: Covert Bulletin Board for Illicit Activity

Total Page:16

File Type:pdf, Size:1020Kb

Uncontrolled Randomness in Blockchains: Covert Bulletin Board for Illicit Activity Uncontrolled Randomness in Blockchains: Covert Bulletin Board for Illicit Activity Nasser Alsalami Bingsheng Zhang* Lancaster University, UK Zhejiang University, China [email protected] [email protected] Abstract—Public blockchains can be abused to covertly store platforms that use randomized cryptographic primitives, such and disseminate potentially harmful digital content which poses as digital signatures and non-interactive zero-knowledge a serious regulatory issue. In this work, we show the severity of proofs. The main observation is that all randomized algo- the problem by demonstrating that blockchains can be exploited to surreptitiously distribute arbitrary content. More specifically, rithms need to consume random coins somewhere along all major blockchain systems use randomized cryptographic the execution, and these random coins are not audited or primitives, such as digital signatures and non-interactive zero- certified publicly. By intentionally manipulating the random knowledge proofs; we illustrate how the uncontrolled random- coin supplied to a randomized algorithm, an attacker is ness in such primitives can be maliciously manipulated to enable able to embed arbitrary information into the output of the covert communication and hidden persistent storage. To clarify the potential risk, we design, implement and evaluate our algorithm, where the output that contains steganographic data technique against the widely-used ECDSA signature scheme, is computationally indistinguishable from normal output. the CryptoNote’s ring signature scheme, and Monero’s ring Our attack can be used for covert channels, persistent stor- confidential transactions. Importantly, the significance of the demonstrated attacks stems from their undetectability, their age, and many other scenarios. For instance, the attacker(s) adverse effect on the future of decentralized blockchains, may try to subvert, or mis-implement cryptocurrency wallets and their serious repercussions on users’ privacy and crypto and re-distribute them to unsuspecting users. The subverted funds. Finally, we present a generic framework to immunize wallets can then surreptitiously leak the victim’s secret, such blockchains against these attacks. as the signing key, via standard transactions. Importantly, I. INTRODUCTION the transactions generated by the subverted wallets are computationally indistinguishable from normal transactions The blockchain technology has pioneered a new paradigm for any third-party observers. Note that the current focus to realize large-scale distributed ledgers. While the of research regarding blockchain subversion vulnerabilities blockchain technology is promising in a great number of is mainly on the trusted parameter setup process, such as application scenarios, it can also be abused to anonymously common reference string (CRS) generation [7] [8], while store and disseminate potentially harmful digital content. software/hardware subversion vulnerabilities in blockchain As shown in a recent study [1], 1:4% Bitcoin transactions cryptocurrency applications has not been extensively studied. contain non-financial data, some of which contain objection- able content. Though the absence of a central censor makes We would like to argue that wallet subversion is prac- blockchains appealing in some use cases, the increasing tical and plausible, and the public should be alert to such amount of illicit content posted to the blockchains poses risks. Cryptocurrencies have very complex cryptographic a serious regulatory issue [2]. Subsequently, several tech- primitives and structures that make them prone to unseen niques have been discussed to either filter unwanted content mis-implementations. Although many cryptocurrencies are before posting to the ledger [3] or remove content from the marketed as decentralized projects, studies have found that blockchain [4] [5]. the development of many blockchain applications is highly However, all of the proposed countermeasures are only centralized. For example, 30% of the source files in Bitcoin effective if the malicious content attached to the trans- are written by a single author, and 7% of the code is actions can be detected. The situation gets worse when written by the same author [9]. Similarly, 20% of the source the attackers hide data into normal transactions and use code in Ethereum is attributed to the same author [9]. This blockchain platforms for covert communications. Naively, high centralization may cause bias and introduce inten- one can encrypt the malicious content and attach its cipher- tional/unintentional flaws. Moreover, most end users lack text to a transaction, but it is noticeable to the public. In the ability and the means to check the conformity of an 2018, Partala [6] showed a proof-of-concept steganography executable wallet with its reference source code. It is uncom- technique that allows an adversary to covertly embed one mon for users to compile the source code of any application bit into a standard Bitcoin transaction’s recipient address by themselves; instead, they usually relay on downloading without being distinguished from an innocuous transaction readily prepared executable applications. The difficulty to and without burning the funds. examine the implementation of a cryptocurrency wallet is In this work, we further advance this line of research by even more pertinent to hardware wallets, such as the various demonstrating an effective steganographic method that offers Swiss-Army-Knife hardware wallets [10]. These hardware high throughput and can be launched against any blockchain wallets are typically manufactured in an outsourced loosely- controlled environment, and it is virtually impossible to audit *Corresponding author. the integrity of their implementation through the standard Cryptocurrencies’ Signatures functionality ‘correctness’ test by observing input/output # Cryptocurrency ECDSA EdDSA Ring Signature Note pairs in a black-box manner. 1 Bitcoin X Our contributions. The primary objective of this work is 2 Ethereum X 3 Ripple X X to draw attention to the potential threat of abusing uncon- 4 Bitcoin Cash X trolled randomness in blockchain cryptographic algorithms. 5 Litecoin X 6 Cardanos X To the best of our knowledge, this is the first work in 7 Stellar X literature that discusses such a widely spread vulnerability 8 Zcash X 9 IOTA Winternitz in the blockchain context. We summarize our contributions 10 Monero X as follows: 11 Dash X 12 NEM X A novel blockchain steganographic technique. We propose a 13 Ethereum Classic X new steganographic technique that affects most cryptocur- 14 Komodo X rencies. Our technique greatly increases the throughput 15 Verge X 16 Lisk X of the state-of-the-art blockchain steganographic attacks. 17 Dogecoin X We present our general attack against the widely-used 18 Decred X X 19 Nano X CryptoNote framework, and we implement and evaluate the 20 Wanchain X X attack on two real world cryptocurrencies – Monero and 21 Bytecoin X Bytecoin. 22 Siacoin X 23 Bitcoin Diamond X A covert broadcast communication system. We designed and 24 BitShares X 25 Waves implemented the world’s first practical covert broadcast com- X munication system by integrating our steganographic tech- TABLE I: Top 25 cryptocurrencies (currencies checked with nique with Boneh et al. broadcast encryption scheme [11]. either ECDSA or ring signature are effected by our attacks.) The prototype system is deployed on Bytecoin, and it can Countermeasures. We propose a stego-resistant blockchain be used to bypass any censorship mechanisms, as the mere framework to prevent steganographic attacks and mitigate existence of such a channel is unobservable. wallet subversion attacks. In short, in this framework, the Persistent storage. With the proposed steganographic tech- miners either re-randomize the transactions’ signatures or nique, anyone can use the blockchain as a cheap hidden replace them with non-interactive zero-knowledge proofs. persistent storage along with their daily transactions. For Subsequently, the possibly stego-generated signatures are instance, this can be used for uncensorable cyberlockers. At dropped. the time of submission, persistently storing 1GB of data on Bytecoin blockchain costs less than $3. II. PRELIMINARIES Wallet subversion attacks. For the first time, we point out Notations. Unless specified in the context, we use hashp : that there is a troubling risk of massive coin stealing among 0; 1 ∗ Zp and hashg : 0; 1 ∗ G as two collision all of the current cryptocurrency wallets by demonstrating resistantf g 7! hash functions thatf mapg an7! arbitrary length string efficient and effective subversion attacks within the realm to a group element in Zp and G, respectively. of Kleptography and Algorithm Substitution Attacks. This Brief description of CryptoNote. CryptoNote is a protocol attack possesses the following properties: proposed by Nicolas van Saberhagen [13], and it has been implemented in many emerging cryptocurrencies, such as Passive attack. After the victim user downloads and installs • Bytecoin [14], CryptoNoteCoin [15], Fantomcoin [16], etc. the subverted wallet, the attacker does not need to inter- Compared to Bitcoin-like cryptocurrencies, CryptoNote of- act directly with the victim’s wallet. The communication fers two main features: (i) stealth address via non-interactive channel between the subverted wallets and the attacker is key exchange and (ii) set anonymity via (linkable) ring through the posted blockchain transactions. signatures. Undetectability.
Recommended publications
  • Auditing Wallets in Cryptonote
    Auditing wallets in CryptoNote sowle <[email protected]> ​ ​ Zano project, https://zano.org ​ Cryptocurrency wallet auditing is the ability for a third party (the "auditor") to watch the transactions and to be able to calculate the correct balance without an ability to spend a coin. This article explores several possible implementations of expansion cryptocurrency protocol CryptoNote 2.0 [1] with such ability. In the original CryptoNote protocol auditing is only partially possible with the help of the tracking ​ ​ key, namely, an auditor is able to distinguish incoming transactions in the blockchain, but the full set of secret keys is required to filter out outgoing transactions. This article is intended for readers familiar with the general blockchain technology and “classic” cryptocurrencies, as well as with the basics of cryptography on elliptic curves. 1. Introduction What is CryptoNote? Surprisingly, most people interested in blockchain technology have never heard anything about CryptoNote, in spite of the fact that the technology has more than 300 forks, including Monero as the most famous. Back in 2014 in the cryptocurrency community there were mentions [2] about a project, titled Bytecoin. That project did not originate as a Bitcoin or other known project fork, having its own original codebase. It was very unusual at the time. Bytecoin general conception was to be an implementation of a privacy-technology named CryptoNote. There were two main privacy mechanisms: stealth-addresses and inputs` mixing-in with the ​ ​ help of ring signatures (at the time it was called "blockchain mixer"). Since Zcash existed only on paper / in theory at that time, CryptoNote became a competitive technology and has provoked much controversy in the cryptocurrency community.
    [Show full text]
  • User Manual Ledger Nano S
    User Manual Ledger Nano S Version control 4 Check if device is genuine 6 Buy from an official Ledger reseller 6 Check the box contents 6 Check the Recovery sheet came blank 7 Check the device is not preconfigured 8 Check authenticity with Ledger applications 9 Summary 9 Learn more 9 Initialize your device 10 Before you start 10 Start initialization 10 Choose a PIN code 10 Save your recovery phrase 11 Next steps 11 Update the Ledger Nano S firmware 12 Before you start 12 Step by step instructions 12 Restore a configuration 18 Before you start 19 Start restoration 19 Choose a PIN code 19 Enter recovery phrase 20 If your recovery phrase is not valid 20 Next steps 21 Optimize your account security 21 Secure your PIN code 21 Secure your 24-word recovery phrase 21 Learn more 22 Discover our security layers 22 Send and receive crypto assets 24 List of supported applications 26 Applications on your Nano S 26 Ledger Applications on your computer 27 Third-Party applications on your computer 27 If a transaction has two outputs 29 Receive mining proceeds 29 Receiving a large amount of small transactions is troublesome 29 In case you received a large amount of small payments 30 Prevent problems by batching small transactions 30 Set up and use Electrum 30 Set up your device with EtherDelta 34 Connect with Radar Relay 36 Check the firmware version 37 A new Ledger Nano S 37 A Ledger Nano S in use 38 Update the firmware 38 Change the PIN code 39 Hide accounts with a passphrase 40 Advanced Passphrase options 42 How to best use the passphrase feature 43
    [Show full text]
  • Vulnerability of Blockchain Technologies to Quantum Attacks
    Vulnerability of Blockchain Technologies to Quantum Attacks Joseph J. Kearneya, Carlos A. Perez-Delgado a,∗ aSchool of Computing, University of Kent, Canterbury, Kent CT2 7NF United Kingdom Abstract Quantum computation represents a threat to many cryptographic protocols in operation today. It has been estimated that by 2035, there will exist a quantum computer capable of breaking the vital cryptographic scheme RSA2048. Blockchain technologies rely on cryptographic protocols for many of their essential sub- routines. Some of these protocols, but not all, are open to quantum attacks. Here we analyze the major blockchain-based cryptocurrencies deployed today—including Bitcoin, Ethereum, Litecoin and ZCash, and determine their risk exposure to quantum attacks. We finish with a comparative analysis of the studied cryptocurrencies and their underlying blockchain technologies and their relative levels of vulnerability to quantum attacks. Introduction exist to allow the legitimate owner to recover this account. Blockchain systems are unlike other cryptosys- tems in that they are not just meant to protect an By contrast, in a blockchain system, there is no information asset. A blockchain is a ledger, and as central authority to manage users’ access keys. The such it is the asset. owner of a resource is by definition the one hold- A blockchain is secured through the use of cryp- ing the private encryption keys. There are no of- tographic techniques. Notably, asymmetric encryp- fline backups. The blockchain, an always online tion schemes such as RSA or Elliptic Curve (EC) cryptographic system, is considered the resource— cryptography are used to generate private/public or at least the authoritative description of it.
    [Show full text]
  • Hybrid Public/Anonymous Transactions on Monero, Cryptonote X-Cash
    Hybrid public/anonymous transactions on Monero, Cryptonote X-Cash Zach Hildreth October 7, 2019 Abstract This yellow paper details the technical concepts and implementation of hybrid transactions (also known as FlexPrivacy c ), a feature enabling public and private transactions on the X- Cash public blockchain. In the first part, the paper aims at detailing how the hybrid transactions operate from a user’s perspective with some real-world use cases. A parallel is made between the digital money system and the economic behaviors associated with the current FIAT system. Secondly, a deeper understanding of the technology is given, explaining the implication on a blockchain perspective, as well as the edge cases and their approaches. Lastly, the last part consists in an in-depth approach of the mathematical concepts and technical implementation of the hybrid transaction in the X-Cash blockchain. Contents 1 Public transactions in the ringCT 4 2 Privacy in the inputs 4 3 A brief understanding of cryptonote transactions 4 4 Creation of a public address 6 5 How stealth addresses/outputs are decoded 6 6 How public transactions are created 7 1 Summary of the public transaction feature The hybrid transaction feature allows users to send and receive public or private transactions on the X-Network Blockchain X-Cash, which is based on the CryptoNote protocol. This feature is implemented on a per transaction basis where users can directly switch the privacy type by choosing the setting before attempting to send a transaction. In a public transaction, the following additional information is made public: • Sender’s address • Receiver’s address • Amount sent • Change amount sent back to the sender’s address However, the public transaction does not compromise the sender’s or receiver’s wallet full bal- ances nor the real mixin (number of signatures in the ring signature that authorizes the transaction) that provided the X-Cash balance.
    [Show full text]
  • Performance-Based Analysis of Blockchain Scalability Metric
    ISSN 1846-6168 (Print), ISSN 1848-5588 (Online) Subject review https://doi.org/10.31803/tg-20210205103310 Performance-Based Analysis of Blockchain Scalability Metric Jyoti Yadav*, Ranjana Shevkar Abstract: Cryptocurrencies like Bitcoin and Ethereum, are widely known applications of blockchain technology, have drawn much attention and are largely recognized in recent years. Initially Bitcoin and Ethereum processed 7 and 15 Transactions Per Second (TPS) respectively, whereas VISA and Paypal process 1700 and 193 TPS respectively. The biggest challenge to blockchain adoption is scalability, defined as the capacity to change the block size to handle the growing amount of load. This paper attempts to present the existing scalability solutions which are broadly classified into three layers: Layer 0 solutions focus on optimization of propagation protocol for transactions and blocks, Layer 1 solutions are based on the consensus algorithms and data structure, and Layer 2 solutions aims to decrease the load of the primary chain by implementing solutions outside the chain. We present a classification and comparison of existing blockchain scalability solutions based on performance along with their pros and cons. Keywords: consensus; decentralization; latency; scalability; security; throughput 1 INTRODUCTION sectors such as health care, media, logistics, supply chain management, power and utilities, Government, property, E- Blockchain is a decentralized, distributed, immutable voting etc. Apart from attractive features and interesting ledger with a sequence of blocks interlinked and secured applications, the most challenging task of blockchain is its using cryptography. Block is a basic unit of blockchain that scalability. bundles a set of transactions initiated by participating nodes This paper attempts to classify and compare existing in the blockchain network.
    [Show full text]
  • Impossibility of Full Decentralization in Permissionless Blockchains
    Impossibility of Full Decentralization in Permissionless Blockchains Yujin Kwon*, Jian Liuy, Minjeong Kim*, Dawn Songy, Yongdae Kim* *KAIST {dbwls8724,mjkim9394,yongdaek}@kaist.ac.kr yUC Berkeley [email protected],[email protected] ABSTRACT between achieving good decentralization in the consensus protocol Bitcoin uses the proof-of-work (PoW) mechanism where nodes earn and not relying on a TTP exists. rewards in return for the use of their computing resources. Although this incentive system has attracted many participants, power has, CCS CONCEPTS at the same time, been significantly biased towards a few nodes, • Security and privacy → Economics of security and privacy; called mining pools. In addition, poor decentralization appears not Distributed systems security; only in PoW-based coins but also in coins that adopt proof-of-stake (PoS) and delegated proof-of-stake (DPoS) mechanisms. KEYWORDS In this paper, we address the issue of centralization in the consen- Blockchain; Consensus Protocol; Decentralization sus protocol. To this end, we first define ¹m; ε; δº-decentralization as a state satisfying that 1) there are at least m participants running 1 INTRODUCTION a node, and 2) the ratio between the total resource power of nodes Traditional currencies have a centralized structure, and thus there run by the richest and the δ-th percentile participants is less than exist several problems such as a single point of failure and corrup- or equal to 1 + ε. Therefore, when m is sufficiently large, and ε and tion. For example, the global financial crisis in 2008 was aggravated δ are 0, ¹m; ε; δº-decentralization represents full decentralization, by the flawed policies of banks that eventually led to many bank which is an ideal state.
    [Show full text]
  • Blockchain Security
    CO 445H BLOCKCHAIN SECURITY Dr. Benjamin Livshits Apps Stealing Your Data 2 What are they doing with this data? We don’t know what is happening with this data once it is collected. It’s conceivable that this information could be analysed alongside other collections of data to provide insights into a person’s identity, online activity, or even political beliefs. Cambridge Analytica and other dodgy behavioural modification companies taught us this. The fact is we don’t know what is happening to the data that is being exfiltrated in this way. And in most cases we are not even aware this is taking place. The only reason we know about this collection of data-stealing apps is because security researcher, Patrick Wardle told us. Sudo Security Group’s GuardianApp claims another set of dodgy privacy eroding iOS apps, while Malwarebytes has yet another list of bad actors. http://www.applemust.com/how-to-stop-mac-and-ios-apps-stealing-your-data/ From Malwarebytes 3 https://objective-see.com/blog/blog_0x37.html Did You Just Steal My Browser History!? 4 Adware Doctor Stealing Browsing History 5 https://vimeo.com/288626963 Blockchain without the Hype 6 Distributed ledgers and blockchain specifically are about establishing distributed trust How can a community of individuals agree on the state of the world – or just the state of a database – without the risk of outside control or censorship Doing this with open-source code and cryptography turns out to be a difficult problem Distributed Trust 7 A blockchain is a decentralized, distributed and public
    [Show full text]
  • How to Sell Ethereum Classic on Robinhood
    1 How to Sell Ethereum Classic on Robinhood Update [06-07-2021] This widget shows the number of times this symbol reached a new low price for specific periods, from the past 5-Days to the past 20-Years. Included are the Open, High, Low, Last,Change, Change and Volume figures. When looking at the Periods in the Price Performance table, the 5-Day through 2-Year periods are based on daily data, the 3-Year and 5-Year periods are based on weekly data, and the 10-Year and 20-Year periods are based on monthly data. I need to give payment ETH address to my customers for deposit ETH their accounts. You can t export the xpub directly from a ledger nano s with the default bitcoin or ethereum apps. I want to use a HD ETH wallet for this and I am using Ledger Nano S now. If Ledger support HD, How can I export XPub. But you can construct an xpub using the data you can extract from the ledger. Positively Correlated Currencies. 50-day, 100-day and 200-day moving averages are among the most commonly used indicators to identify important resistance and support levels. Some charts will use hollow and filled candlestick bodies instead of colors to represent the same thing. The Maker Protocol MakerDAO s Multi-Collateral Dai MCD System. At a technical level, smart contracts manage each type of vote. Additionally, because exchanges and blockchain projects can integrate the DSR into their own platforms, it presents new opportunities for cryptocurrency traders, entrepreneurs, and established businesses to increase their Dai savings and Dai operating capital.
    [Show full text]
  • Cryptonote Coin
    CryptoNote Coin Michael Davis University of Miami April 2019 Proof of Work \scrypt" (used by Litecoin) has a uniform distribution of dependent lookups. Given a fast enough processor, it can be faster to only keep a small scratch-pad in memory and compute other dependencies on the fly. CryptoNight ensures that new blocks depend on all previous blocks, so CPU speed trades off with memory exponentially. Terminology I l = 2252 + 27742317777372353535851937790883648493 4 I A base point G = (x; − 5 ) I Hs a cryptographic hash function I Hp a deterministic hash function I Private keys are numbers a 2 [1; l − 1] I Public keys are points A = aG. I Private user keys are pairs (a; b) of private ec-keys I A standard address is a pair (A; B) derived from the private user key (a; b) Table of Contents Unlinkability Untraceability Alice ! Bob: Step 1 Alice reads Bob's public address (A; B). Alice ! Bob: Step 2 Alice generates r 2 [1; l − 1] and then computes P = Hs (rA)G + B. Alice ! Bob: Step 3 Alice generates the transaction. The transaction contains: I The transaction public key R = rG I The amount being transferred I The destination key P = Hs (rA)G + B Alice ! Bob: Step 4 Alice sends the transaction. Alice ! Bob: Step 5 Bob is listening on the stream of transactions. For each transaction, using R, the public key of the transaction, and a, one 0 of Bob's private ec-keys, Bob computes P = Hs (aR)G + B. If P0 = P (the destination key), then aR = arG = rA.
    [Show full text]
  • Blockchain and The
    NOTES ACKNOWLEDGMENTS INDEX Notes Introduction 1. The manifesto dates back to 1988. See Timothy May, “The Crypto Anarchist Manifesto” (1992), https:// www . activism . net / cypherpunk / crypto - anarchy . html. 2. Ibid. 3. Ibid. 4. Ibid. 5. Ibid. 6. Timothy May, “Crypto Anarchy and Virtual Communities” (1994), http:// groups . csail . mit . edu / mac / classes / 6 . 805 / articles / crypto / cypherpunks / may - virtual - comm . html. 7. Ibid. 8. For example, as we wi ll describe in more detail in Chapter 1, the Bitcoin blockchain is currently stored on over 6,000 computers in eighty- nine jurisdictions. See “Global Bitcoin Node Distribution,” Bitnodes, 21 . co, https:// bitnodes . 21 . co / . Another large blockchain- based network, Ethereum, has over 12,000 nodes, also scattered across the globe. See Ethernodes, https:// www . ethernodes . org / network / 1. 9. See note 8. 10. Some blockchains are not publicly accessible (for more on this, see Chapter 1). These blockchains are referred to as “private blockchains” and are not the focus of this book. 11. See Chapter 1. 12. The Eu ro pean Securities and Market Authority, “Discussion Paper: The Dis- tributed Ledger Technology Applied to Securities Markets,” ESMA / 2016 / 773, June 2, 2016: at 17, https:// www . esma . europa . eu / sites / default / files / library / 2016 - 773 _ dp _ dlt . pdf. 213 214 NOTES TO PAGES 5–13 13. The phenomena of order without law also has been described in other con- texts, most notably by Robert Ellickson in his seminal work Order without Law (Cambridge, MA: Harvard University Press, 1994). 14. Joel Reidenberg has used the term “lex informatica” to describe rules imple- mented by centralized operators online.
    [Show full text]
  • Cryptonote V 2.0 1 Introduction 2 Bitcoin Drawbacks and Some
    CryptoNote v 2.0 Nicolas van Saberhagen October 17, 2013 1 Introduction \Bitcoin" [1] has been a successful implementation of the concept of p2p electronic cash. Both professionals and the general public have come to appreciate the convenient combination of public transactions and proof-of-work as a trust model. Today, the user base of electronic cash is growing at a steady pace; customers are attracted to low fees and the anonymity provided by electronic cash and merchants value its predicted and decentralized emission. Bitcoin has effectively proved that electronic cash can be as simple as paper money and as convenient as credit cards. Unfortunately, Bitcoin suffers from several deficiencies. For example, the system's distributed nature is inflexible, preventing the implementation of new features until almost all of the net- work users update their clients. Some critical flaws that cannot be fixed rapidly deter Bitcoin's widespread propagation. In such inflexible models, it is more efficient to roll-out a new project rather than perpetually fix the original project. In this paper, we study and propose solutions to the main deficiencies of Bitcoin. We believe that a system taking into account the solutions we propose will lead to a healthy competition among different electronic cash systems. We also propose our own electronic cash, \CryptoNote", a name emphasizing the next breakthrough in electronic cash. 2 Bitcoin drawbacks and some possible solutions 2.1 Traceability of transactions Privacy and anonymity are the most important aspects of electronic cash. Peer-to-peer payments seek to be concealed from third party's view, a distinct difference when compared with traditional banking.
    [Show full text]
  • La Criptomoneda
    LA CRIPTOMONEDA LA CRIPTOMONEDA 1 LA CRIPTOMONEDA CONTENIDO 1. ¿Cuál es la criptomoneda más rentable para invertir? …………… Pág.6 2. NEO (NEO; antes AntShares) …………………………………………Pág.7 3. NEM (XEM) ……………………………………………………………….Pág.8 4. Ripple (XRP) ……………………………………………………………. Pág.9 5. Stellar (XLM) ……………………………………………………………. Pág.10 6. Ethereum (ETH) ………………………………………………………… Pág.11 7. Dash (Dash; antes Darkcoin o XCoin) ………………………………. Pág.12 8. Tron (TXR) ………………………………………………………………. Pág.13 9. Litecoin (LTC) ……………………………………………………………Pág.14 10. Cardano (ADA) …………………………………………………………. Pág.15 11. Monero (XMR) …………………………………………………………… Pág.16 12. Iota (Miota) ……………………………………………………………… Pág.17 13. Bitcoin (BTC) ……………………………………………………………. Pág.19 14. Bitcoin Cash (BCH)………………………………………………………. Pág. 21 15. Qué es una ICO: la ‘bolsa’ basada en las criptomonedas………… Pág.23 16. Qué es una ICO ………………………………………………………… Pág.24 2 LA CRIPTOMONEDA 17. Cómo se compra una ICO ……………………………………………... Pág. 26 18. ¿QUÉ ES LA MINERÍA DE BITCOINS (CRIPTOMONEDAS)?.......... Pág.28 19. MINERÍA BITCOIN ………………………………………………………. Pág.29 20. ¿CÓMO MINAR CRIPTOMONEDAS? …………………………………Pág.32 21. PRUEBA DE TRABAJO (PROOF-OF-WORK) ………………………. Pág.33 22. Minero ASIC de Bitcoin con fuente de 1.300 vatios ………………… Pág. 35 23. PRUEBA DE PARTICIPACIÓN (PROOF-OF-STAKE) ………………. Pág.38 24. Votación de delegados para forging en Lisk. ………………………. Pág.40 25. GRUPOS DE MINERÍA (MINING POOLS) ……………………………Pág.42 26. Participación de mercado de grupos de minería de Bitcoin. …….. Pág.46 27. MINERÍA EN LA NUBE (CLOUD MINING) …………………………... Pág. 48 28. Minería de criptomonedas para novatos ……………………………. Pág. 50 29. ORIGEN DEL VALOR …………………………………………………... Pág.52 30. HARDWARE NECESARIO ……………………………………………….Pág.57 31. ASPECTOS A TENER EN CUENTA PARA HARDWARE …………..Pág. 60 32. GPU ……………………………………………………………………….. Pág. 63 33. ELEGIR UNA CRIPTOMONEDA PARA CRIPTOMINAR …………….Pág. 67 34. CONSUMO ELÉCTRICO …………………………………………………Pág.74 3 LA CRIPTOMONEDA 35.
    [Show full text]