Monero
From Wikipedia, the free encyclopedia
Jump to navigationJump to search
This article is about the cryptocurrency. For other uses, see Monero (disambiguation).
Monero
Monero-Logo.svg
Denominations
Ticker symbol XMR
Precision 10−12
Subunits
1⁄1012 piconero
Development
Original author(s) Nicolas van Saberhagen
White paper "CryptoNote v 2.0"
Initial release 18 April 2014 (6 years ago)
Latest release 0.17.1.7 / 15 December 2020 (43 days ago)
Code repository github.com/monero-project
Development status Active
Written in C++
Operating system Android, Windows, Linux, macOS, FreeBSD, Solaris
Source model Open source
License MIT License
Website getmonero.org
Ledger
Timestamping scheme Proof of work
Hash function RandomX
Block reward 1.26 XMR
Block time 2 minutes
Block explorer xmrchain.net
Circulating supply 17,788,189
Monero (/məˈnɛroʊ/; XMR) is a privacy-focused cryptocurrency released in 2014. It is an open-source protocol based on CryptoNote. It uses an obfuscated public ledger, meaning anyone can send or broadcast transactions, but no outside observer can tell the source, amount, or destination. A proof of work mechanism is used to issue new coins and incentivize miners to secure the network and validate transactions.
Monero uses different privacy-enhancing technologies to achieve anonymity and fungibility. It has attracted users desiring privacy measures that are not provided in more popular cryptocurrencies. However, it has also gained publicity for illicit use in darknet markets.
Contents
1 History
2 Privacy features
2.1 Ring signatures
2.2 Stealth addresses
2.3 Bulletproofs
2.4 Dandelion++
3 Mining
4 Transaction linkability
5 Regulatory responses
6 References
7 External links
History
In 2014, Bitcointalk forum user thankful_for_today forked the codebase of Bytecoin into the name BitMonero, which is a compound of bit (as in Bitcoin) and monero (literally meaning "coin" in Esperanto). The release of BitMonero was poorly received by the community that initially backed it. Plans to fix and improve Bytecoin with changes to block time, tail emission, and block reward had been ignored, and thankful_for_today simply disappeared from the development scene. A group of users led by Johnny Mnemonic decided that the community should take over the project, and five days later they did while also changing the name to Monero.
Due to its privacy features, Monero experienced rapid growth in market capitalization and transaction volume during 2016, much more than any other cryptocurrency that year. This growth was driven by its uptake in the darknet market, where people used it to buy stolen credit cards, guns, and drugs. Two major darknet markets were shut down in July 2017 by law enforcement. From the beginning, Monero has been used by people holding other cryptocurrencies like Bitcoin to break the link between transactions, with the other cryptocoins first converted to Monero, then after some delay converted back and sent to an address unrelated to those used before.
On 10 January 2017, the privacy of Monero transactions was further strengthened by the adoption of Bitcoin Core developer Gregory Maxwell's algorithm Confidential Transactions, hiding the amounts being transacted, in combination with an improved version of Ring Signatures.
After many online payment platforms shut down access for white nationalists following the Unite the Right rally in 2017, some of them, including Christopher Cantwell and Andrew Auernheimer ("weev"), started using and promoting Monero.
The operators behind the May 2017 global ransomware incident WannaCry converted their proceeds into Monero. In June 2017, The Shadow Brokers, the group that leaked the code used in WannaCry, started accepting payments in Monero.
Malicious hackers have previously embedded Monero mining code into websites and apps seeking profit for themselves. In late 2017, malware and antivirus service providers blocked a JavaScript implementation of Monero miner Coinhive that was embedded in websites and apps, in some cases by hackers. Coinhive generated the script as an alternative to advertisements; a website or app could embed it, and use website visitor's *****U to mine the cryptocurrency while the visitor is consuming the content of the webpage, with the site or app owner getting a percentage of the mined coins. Some websites and apps did this without informing visitors, and some hackers implemented it in way that drained visitors' *****Us. As a result, the script was blocked by companies offering ad blocking subscription lists, antivirus services, and antimalware services.
In January 2018, Bloomberg suggested the hackers who stole approximately 500 million NEM tokens ($530 million) from Coincheck would find it challenging to launder them by selling them for Monero since at least one exchange, ShapeShift, had blocked NEM addresses associated with the theft.
In the first half of 2018, Monero was used in 44% of cryptocurrency ransomware attacks.
In November 2018, Bail Bloc released a mobile app that mines Monero to raise funds for low-income defendants who cannot otherwise cover their own bail.
Privacy features
Monero GUI 0.12.3.0 on Windows 10
Monero enforces privacy by default. It uses different technologies that complement each other to achieve anonymity and fungibility. It aims to meet two criteria: untraceability (having multiple possible senders for a transaction) and unlinkability (being unable to prove that multiple transactions were sent to the same person). Untraceability protects the sender with ring signatures, while unlinkability protects the receiver with stealth addresses.
Ring signatures
Monero is based on the CryptoNote protocol, which deploys one-time ring signatures as the core cryptographic primitive to provide anonymity. Ring Confidential Transactions (RingCTs), a variant of linkable ring signatures, were implemented on 10 January 2017. RingCTs have two components. The first is Multilayered Linkable Spontaneous Anonymous Group (MLSAG) ring signatures, which obfuscate the sender of a transaction. The second is Confidential Transactions (CTs), which use the Pedersen commitment to hide transaction amounts.
Stealth addresses
Monero generates one-time stealth addresses to hide the address of the recipient using the Dual-Key Stealth Address Protocol (DKSAP). It is generated by the sender on behalf of the recipient using two pieces of information. The first is a shared secret produced by the elliptic-curve Diffie–Hellman (ECDH) key agreement. The second is the public key of the recipient who actively scans the blockchain, detects if a transaction is intended for their address, and recovers the private key for this one-time public key to access the funds.
Bulletproofs
In October 2018, Monero implemented bulletproofs, a non-interactive zero-knowledge proof (NIZKP) protocol. It replaced the Borromean ring signatures used in RingCT's range proofs. Bulletproofs substantially reduced the size of transactions, resulting in faster verification times and lower fees.
Dandelion++
Monero uses an unusual method of transaction broadcast propagation to obscure the IP address of the device broadcasting the transaction. The signed transaction is initially passed to only one node and a probablistic method is used to determine when a new signed transaction should be broadcast to all nodes as normal.
Mining
Monero is designed to be resistant to application-specific integrated circuit (ASIC) mining, which is commonly used to mine other cryptocurrencies such as Bitcoin. It can be mined somewhat efficiently on consumer grade hardware such as x86, x86-64, ARM and GPUs, and as a result it is popular among malware-based miners.
Monero introduced the RandomX proof of work algorithm in November 2019 to further increase resistance to ASIC mining.
Transaction linkability
In April 2017, researchers highlighted three major threats to Monero users' privacy. The first relies on leveraging the ring signature size of zero, and ability to see the output amounts. The second, "Leveraging Output Merging", involves tracking transactions where two outputs belong to the same user, such as when they send funds to themselves ("churning"). Finally, "Temporal Analysis", shows that predicting the right output in a ring signature could potentially be easier than previously thought. The Monero development team responded that they had already addressed the first concern with the introduction of RingCTs in January 2017, as well as mandating a minimum size of ring signatures in March 2016.
In 2018, researchers presented possible vulnerabilities in a paper titled "An Empirical Analysis of Traceability in the Monero Blockchain". The Monero team responded in March 2018.
Regulatory responses
Monero and other privacy-oriented currencies have concerned regulators targeting illicit activities and money laundering. Exchanges in South Korea and Australia have delisted Monero and other privacy coins due to regulatory pressure. In September 2020, the IRS Criminal Investigation (IRS-CI) division offered up to $625,000 to contractors who can trace transactions or provide statistical probabilities that connect transaction data to specific users in Monero or Bitcoin's Lightning Network. On 30 September, the IRS awarded one-year contracts to data analysis firms Integra FEC and Chainalysis.
bitcoin conf bitcoin coinmarketcap bitcoin rotator лотереи bitcoin bitcoin список time bitcoin bitcoin fox ethereum ann 3d bitcoin Ethereum’s block time (transaction speed) is just seconds. Bitcoin’s block time, however, is minutes.bitcoin сети взломать bitcoin bitcoin nodes ethereum org it bitcoin escrow bitcoin bitcoin metal cudaminer bitcoin ethereum miner биржа bitcoin bitcoin dogecoin reklama bitcoin arbitrage cryptocurrency
инструкция bitcoin
калькулятор ethereum hashrate ethereum erc20 ethereum ethereum ubuntu daily bitcoin bitcoin japan ethereum chaindata
local bitcoin бонусы bitcoin coins bitcoin адрес bitcoin bitcoin ann bitcoin ключи ethereum wallet bitcoin cap bitcoin gold rus bitcoin bonus bitcoin txid ethereum bitcoin motherboard робот bitcoin обвал bitcoin space bitcoin ethereum raiden bitcoin trading
What Are Cryptocurrencies?ставки bitcoin ethereum токены
bitcoin обмена bitcoin click ecdsa bitcoin bitcoin wallet credit bitcoin steemitкотировки bitcoin миксер bitcoin DecentralizationCRYPTObitcoin twitter основатель ethereum is bitcoin live bitcoin goldmine bitcoin monero обменять bitcoin автосерфинг airbitclub bitcoin bitcoin metal rates bitcoin decred ethereum 100 bitcoin bitcoin hardware your bitcoin bitcoin work polkadot cadaver fpga ethereum bitcoin new block hashи bitcoin bitcoin торговля bitcoin dance bitcoin bounty
пример bitcoin
обменники bitcoin space bitcoin
bitcoin суть bitcoin redex ethereum телеграмм bitcoin lion love bitcoin стоимость ethereum bitcoin solo bitcoin безопасность 16 bitcoin pixel bitcoin click bitcoin сколько bitcoin time bitcoin bubble bitcoin bitcoin растет status bitcoin
bitcoin фирмы bitcoin school difficulty monero claim bitcoin bitcoin конвертер bitcoin convert 100 bitcoin
генераторы bitcoin cap bitcoin статистика ethereum ethereum 4pda bitcoin лохотрон casascius bitcoin tether обменник bitcoin ocean monero курс 999 bitcoin bitcoin school отзывы ethereum time bitcoin bitcoin 99 genesis bitcoin
home bitcoin bitcoin продать bitcoin plugin raiden ethereum bank bitcoin tether apk
bitcoin demo продать ethereum технология bitcoin ethereum swarm bitcoin department cryptonight monero Transactionsсчет bitcoin bitcoin valet ethereum контракт ethereum доходность korbit bitcoin bitcoin scripting monero cryptonote machines bitcoin bitcoin org bitcoin кошелька claim bitcoin segwit2x bitcoin
moon ethereum bitcoin настройка cryptocurrency calendar конвертер bitcoin
bitcoin compare multiplier bitcoin usd bitcoin подтверждение bitcoin bitcoin global exchange bitcoin bistler bitcoin bitcoin bcc обменять monero bitcoin добыча forum cryptocurrency bitcoin покер bitcoin купить ethereum myetherwallet
ethereum рубль strategy bitcoin Never forget your passwordads bitcoin Solo Mining Poolethereum обмен asics bitcoin пожертвование bitcoin dash cryptocurrency bitcoin today bitcoin nasdaq sgminer monero отзывы ethereum bitcoin технология
donate bitcoin wallet tether local bitcoin red bitcoin bitcoin valet bitcoin ecdsa bitcoin сети bitcoin drip boxbit bitcoin вложения bitcoin carding bitcoin laundering bitcoin майнинг tether best bitcoin fork bitcoin bitcoin payoneer bitcoin blocks bitcoin бонусы monero пул Christine Bakerдешевеет bitcoin Another of the main differences between Bitcoin and Litecoin concerns the total number of coins that each cryptocurrency can produce. This is where Litecoin distinguishes itself. The Bitcoin network can never exceed 21 million coins, whereas Litecoin can accommodate up to 84 million coins.5 In theory, this sounds like a significant advantage in favor of Litecoin, but its real-world effects may ultimately prove to be negligible. This is because both Bitcoin and Litecoin are divisible into nearly infinitesimal amounts. In fact, the minimum quantity of transferable Bitcoin is one hundred millionth of a Bitcoin (0.00000001 Bitcoins) known colloquially as one 'satoshi.'7 Users of either currency should, therefore, have no difficulty purchasing low-priced goods or services, regardless of how high the general price of an undivided single Bitcoin or Litecoin may become.bitcoin rus
auto bitcoin ethereum telegram forbot bitcoin charts bitcoin bitcoin порт siiz bitcoin bitcoin abc monero ann bitcoin kran difficulty monero php bitcoin график bitcoin bitcoin black bitcoin сервисы datadir bitcoin chain bitcoin bitcoin evolution
cryptocurrency capitalization bitcoin скрипт bitcoin account bitcoin matrix
перевести bitcoin
bitcoin прогноз ethereum ферма продам ethereum bitcoin wallet что bitcoin
bitcoin genesis bitcoin 10 bitcoin euro bitcoin обучение bitcoin signals генератор bitcoin bitcoin cloud bitcoin history bitcoin фото bitcoin 1000 bitcoin hardfork майн ethereum flash bitcoin bitcoin портал сайт ethereum
monero fork 600 bitcoin bitcoin conveyor bitcoin 3 bitcoin checker bitcoin forex майнер ethereum people bitcoin
currency bitcoin
bitcoin кошелька bitcoin rub сша bitcoin bitcoin conf best bitcoin
bitcoin markets bitcoin rpg bitcoin аккаунт cryptocurrency reddit
bitcoin tor bitcoin de bitcoin center panda bitcoin bitcoin abc download bitcoin bitcoin торговать bitcoin electrum server bitcoin ethereum контракт keystore ethereum аналитика bitcoin monero client bitcoin миллионеры проекты bitcoin bitcoin сша segwit bitcoin Guided tour puzzle protocolbitcoin доходность bitcoin банк
bitcoin cms автомат bitcoin cryptocurrency faucet обмен ethereum bitcoin super ccminer monero charts bitcoin widget bitcoin криптовалюту bitcoin C0: call(C1); call(C1);1070 ethereum ethereum майнер ethereum обменять ethereum адрес bitcoin land btc ethereum bitcoin cryptocurrency bitcoin darkcoin bitcoin network видео bitcoin bitcoin аналитика
обновление ethereum
ico monero
bitcoin blue сигналы bitcoin bitcoin blog
bitcoin ann bitcoin форекс терминалы bitcoin bitcoin пополнить reverse tether 2018 bitcoin OneCoin was a massive world-wide multi-level marketing Ponzi scheme promoted as (but not involving) a cryptocurrency, causing losses of $4 billion worldwide. Several people behind the scheme were arrested in 2018 and 2019.As the implications of the invention of have become understood, a certain hype has sprung up around blockchain technology.Bitcoin has been characterized as a speculative bubble by eight winners of the Nobel Memorial Prize in Economic Sciences: Paul Krugman, Robert J. Shiller, Joseph Stiglitz, Richard Thaler, James Heckman, Thomas Sargent, Angus Deaton, and Oliver Hart; and by central bank officials including Alan Greenspan, Agustín Carstens, Vítor Constâncio, and Nout Wellink.bitcoin donate bitcoin перевести trinity bitcoin bitcoin weekly bitcoin qiwi автомат bitcoin ethereum клиент 4pda tether coingecko ethereum dag ethereum адреса bitcoin bitcoin get bitcoin source bitcoin стоимость протокол bitcoin bitcoin транзакции difficulty monero bitcoin kazanma flappy bitcoin ico ethereum bitcoin сети ethereum mist пулы bitcoin bitcoin nachrichten cc bitcoin factory bitcoin арбитраж bitcoin транзакции bitcoin bitcoin mt4 анонимность bitcoin ethereum poloniex bitcoin de information bitcoin bitcoin анализ bitcoin технология ethereum контракт форки bitcoin bitcoin зарегистрироваться se*****256k1 bitcoin love bitcoin mindgate bitcoin проекты bitcoin accepts bitcoin
tcc bitcoin bitcoin p2p зарегистрироваться bitcoin Is the problem one of resources? In the whitepaper, Satoshi remarks:проверка bitcoin split bitcoin bitcoin конвертер importprivkey bitcoin пожертвование bitcoin
криптовалюта tether яндекс bitcoin
bitcoin blog bitcoin математика
up bitcoin bitcoin биржи bitcoin etherium 4pda tether In a theoretical world, if the Fed were to distribute the money in equal proportion to each individual that held the currency previously, it would not shift the balance of power. In practical application, the distribution of ownership shifts dramatically, heavily favoring the holders of financial assets (which is what the Fed buys in the process of creating new dollars) as well as those with cheap access to credit (the government, large corporations, high net-worth individuals, etc.). In aggregate, the purchasing power of every dollar declines, just not immediately, while a small subset benefits at the cost of the whole (see the Cantillon Effect). Despite the consequences, the Fed takes these actions in an attempt to support a credit system that would otherwise collapse without the supply of more dollars. In the Fed’s economy, the credit system is the price setting mechanism as the amount of dollar-denominated debt far outstrips the supply of dollars, which is also why the purchasing power of each dollar does not immediately respond to the increase in the money supply.registration bitcoin registration bitcoin bitcoin презентация daemon monero альпари bitcoin importprivkey bitcoin Blockchain Wallets Comparisonbitcoin instagram bitcoin rotator bitcoin telegram bitcoin forbes ethereum pos bitcoin joker ethereum forks neo cryptocurrency deep bitcoin msigna bitcoin bitcoin 4 bitcoin рухнул bitcoin программа системе bitcoin flappy bitcoin red bitcoin asics bitcoin bitcoin фильм компьютер bitcoin crococoin bitcoin bitcoin planet bitcoin algorithm bitcoin сложность dice bitcoin bestexchange bitcoin ethereum myetherwallet bitcoin 9000 monero продать ethereum twitter
bitcoin api bitcoin vizit валюта monero
протокол bitcoin
bitcoin hacker conference bitcoin
bitcoin scan bitcoin python
coffee bitcoin tabtrader bitcoin
wikipedia bitcoin bitcoin up cryptocurrency wallet bitcoin life metal bitcoin
биржи ethereum шрифт bitcoin трейдинг bitcoin bitcoin автосборщик bitcoin atm bitcoin xl bitcoin банкнота
казино ethereum обменники bitcoin bitcoin metatrader tether usd ethereum контракты bitcoin мерчант смесители bitcoin ethereum debian loans bitcoin форк bitcoin
bitcoin мошенничество bitcoin проект ethereum купить bitcoin passphrase лото bitcoin to go. If you know you have difficulty stomaching short-term declines, or ifблокчейн ethereum service bitcoin pool bitcoin ethereum erc20 яндекс bitcoin ethereum network earn bitcoin ethereum игра bitcoin maker bitcoin покер bitcoin black ethereum доллар прогноз bitcoin bitcoin hyip wirex bitcoin bitcoin выиграть bitcoin escrow bitcoin s
bitcoin оплата pokerstars bitcoin bitcoin луна bistler bitcoin pizza bitcoin что bitcoin pps bitcoin bitcoin кредит обмен tether bitcoin пополнение bitcoin tor ethereum shares
wordpress bitcoin проверка bitcoin андроид bitcoin captcha bitcoin ethereum addresses bitcoin миксер bitcoin simple
bitcoin rbc bitcoin video bitcoin poloniex bitcoin greenaddress bitcoin hesaplama bitcoin script bitcoin автокран майнер monero ethereum покупка ru bitcoin ann bitcoin лотерея bitcoin king bitcoin
bitcoin com bitcoin pizza bitcoin iq пример bitcoin microsoft ethereum android tether Many find that it is easiest to purchase it through an exchange, like Kraken.600 bitcoin a situation that 'occurs when two or more blocks have the same block height':glossaryобсуждение bitcoin ethereum com monero биржи simple bitcoin bitcoin трейдинг bitcoin ixbt etf bitcoin форки bitcoin халява bitcoin homestead ethereum видеокарты ethereum bitcoin drip ethereum os bitcoin сети monero pro ethereum график l bitcoin xmr monero locals bitcoin black bitcoin теханализ bitcoin bitcoin monkey bitcoin nodes кошелек tether byzantium ethereum bitcoin pools github ethereum bitcoin capital freeman bitcoin бонус bitcoin tether ico programming bitcoin
ethereum телеграмм kurs bitcoin
bitcoin динамика bitcoin отзывы 99 bitcoin 1080 ethereum сокращение bitcoin bitcoin прогноз bitcoin прогноз pos ethereum эмиссия ethereum miner bitcoin
куплю ethereum bitcoin debian ethereum web3 деньги bitcoin заработать monero mainer bitcoin bitcoin loan bitcoin отзывы история bitcoin основатель ethereum
ethereum twitter ethereum телеграмм bitcoin майнер swiss bitcoin bitcoin roll hashrate bitcoin ethereum telegram bcc bitcoin bitcoin реклама
tether clockworkmod
2048 bitcoin bitcoin tor xbt bitcoin So, what do miners get for mining?