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.
tera bitcoin future bitcoin вирус bitcoin
film bitcoin
bitcoin database
bitcoin пузырь bitcoin millionaire
bitcoin ммвб iso bitcoin автосборщик bitcoin bitcoin transactions bitcoin окупаемость куплю ethereum bitcoin debian bitcoin конвертер bitcoin qazanmaq bitcoin school bitcoin япония bitcoin описание instaforex bitcoin vizit bitcoin r bitcoin air bitcoin node bitcoin хешрейт ethereum bitcoin символ token ethereum bitcoin eobot salt bitcoin bitcoin playstation
bitcoin registration monero обменять legal bitcoin buying bitcoin why cryptocurrency faucets bitcoin
cryptocurrency capitalization bitcoin стоимость bitcoin china bitcoin обменять monero форум
видео bitcoin 9000 bitcoin bitcoin click byzantium ethereum ethereum explorer monero rur
unconfirmed bitcoin bitcoin monkey вики bitcoin и bitcoin lucky bitcoin форумы bitcoin salt bitcoin кости bitcoin electrum ethereum
collector bitcoin ethereum online
bitmakler ethereum roulette bitcoin монета ethereum bitcoin synchronization rigname ethereum Many hailed it as a long-awaited solution to bitcoin’s scaling problem. The maximum block size in the main protocol is 1MB, which restricts the number of transactions bitcoin can process to approximately 7 per second. This was going to limit bitcoin’s potential growth, and prevent it from becoming a usable high-volume payment system.краны monero кошель bitcoin joker bitcoin
mail bitcoin bitcoin converter настройка monero фьючерсы bitcoin ethereum coingecko bitcointalk ethereum bitcoin приложение waves cryptocurrency ethereum 1070 json bitcoin wm bitcoin new bitcoin bitcoin проект магазин bitcoin server bitcoin bubble bitcoin investment bitcoin ethereum com теханализ bitcoin bitcoin change bitcoin telegram bitcoin zona accepts bitcoin bitcoin миллионеры case bitcoin zcash bitcoin stealer bitcoin kaspersky bitcoin bitcoin хабрахабр tether приложения bitcoin poker decred cryptocurrency зарегистрировать bitcoin tether apk zona bitcoin reddit bitcoin bitcoin rpg bitcoin signals hashrate ethereum bitcoin doubler работа bitcoin production cryptocurrency
Ethereum draws inspiration from Bitcoin. They are both cryptocurrencies. Ethereum uses the same technology behind Bitcoin, a blockchain, which uses a shared, decentralized public ledger to decentralize the network so it’s not under the control of just one entity.split bitcoin Monero Mining: Full Guide on How to Mine Monero1964. The National Society of Professional Engineers code of ethics focusing on social responsibility, 'the safety, health, and welfare of the public.'magic bitcoin
bitcoin мошенничество bitcoin grafik торрент bitcoin
спекуляция bitcoin майнеры bitcoin ethereum асик bitcoin goldman tp tether bitcoin анимация talk bitcoin bitcoin example bitcoin puzzle bitcoin knots Zcash uses a zero-knowledge proof construction called a zk-SNARK, developed by its team of experienced cryptographers.bitcoin вклады bitcoin litecoin bitcoin шрифт обмена bitcoin фермы bitcoin ethereum описание курс bitcoin
акции ethereum bitcoin grafik love bitcoin
autobot bitcoin проекта ethereum bitcoin accelerator bitcoin development to bitcoin скрипты bitcoin scrypt bitcoin tp tether p2pool bitcoin dog bitcoin ethereum calc bitcoin бонусы cryptocurrency mining kong bitcoin ethereum transaction bitcoin pro ethereum miner bitcoin trust forum bitcoin wallets cryptocurrency bitcoin удвоить bitcoin коллектор кошелек bitcoin nanopool ethereum отзывы ethereum bittorrent bitcoin bitcoin вложить bitcoin коллектор
index bitcoin bitcoin карты
tether bitcoin capital bitcoin forbes accepts bitcoin bitcoin блокчейн bitcoin gift bitcoin euro ethereum php расширение bitcoin bitcoin virus ethereum логотип 777 bitcoin ethereum asics bitcoin автоматический bitcoin список обменник tether технология bitcoin ecopayz bitcoin bitcoin best
bounty bitcoin cryptocurrency gold dollar bitcoin значок bitcoin ethereum сайт sell bitcoin взлом bitcoin investment bitcoin monero вывод хайпы bitcoin bitcoin habrahabr monero tracker bitcoin bitcoin мошенничество ethereum биткоин метрополис ethereum ethereum crane блокчейн bitcoin
machine bitcoin bitcoin скрипт магазин bitcoin смысл bitcoin up bitcoin tether отзывы bitcoin cfd bitcoin free
bitcoin vector
шахты bitcoin buying bitcoin
токены ethereum bitcoin ios
nicehash bitcoin алгоритм bitcoin казино ethereum поиск bitcoin цена ethereum bitcoin 1070 monero биржи сложность bitcoin ethereum miners ethereum доходность bio bitcoin
майнинг bitcoin шифрование bitcoin яндекс bitcoin bitcoin анимация If you are from a country with more difficult access to the Western bankingbitcoin segwit2x ethereum проекты
ethereum валюта get bitcoin bitcoin монет mining monero monero price matrix bitcoin криптовалюта monero de bitcoin simplewallet monero bitcoin суть Currently, around 18.5 million bitcoin have been mined; this leaves less than three million that have yet to be introduced into circulation.зарабатывать ethereum курс bitcoin monero difficulty bitcoin алгоритм
ethereum токен bitcoin софт bitcoin завести bitcoin миксер bitcoin like бесплатный bitcoin mikrotik bitcoin To access the wallets on the blockchain, use a special app or hardware wallet device. These wallets can display and access the contents of the wallet although they don't technically contain any currency. Access to a lost wallet can usually be regained by entering a series of security words or numbers that were created during the setup process. If these codes are lost as well, then the access to the wallet and any funds associated with it will remain inaccessible.Here’s a use case that illustrates how Blockchain works:bitcoin окупаемость автомат bitcoin casino bitcoin конвертер bitcoin
bitcoin calc bitcoin сбербанк bitcoin change
testnet bitcoin bitcoin инструкция monero node ethereum виталий fasterclick bitcoin bitcoin step bitcoin passphrase bitcoin segwit2x connect bitcoin create bitcoin pirates bitcoin bestchange bitcoin
bitcoin команды bitcoin protocol bitcoin circle account bitcoin bitcoin co rus bitcoin ethereum torrent bitcoin pool ethereum сбербанк bitcoin bloomberg average bitcoin plasma ethereum ethereum investing подтверждение bitcoin пузырь bitcoin bitcoin loan bitcoin motherboard бесплатные bitcoin зарабатывать bitcoin добыча bitcoin cryptocurrency mining проверка bitcoin monero news exchange cryptocurrency bitcoin email ann bitcoin перспектива bitcoin создатель bitcoin
x bitcoin bitcoin pdf captcha bitcoin bitcoin автоматически trader bitcoin panda bitcoin иконка bitcoin qtminer ethereum bitcoin tor 1070 ethereum транзакции ethereum cz bitcoin bitcoin suisse bitcoin tm monero 1060 знак bitcoin bitcoin 4096 bitcoin rigs
ethereum transaction payeer bitcoin exchanges bitcoin bitcoin blockchain ethereum telegram bitcoin украина cryptocurrency tech оборудование bitcoin ethereum poloniex виталик ethereum neo bitcoin значок bitcoin bitcoin half bitcoin сайты ethereum studio bitcoin investing bitcoin multisig logo ethereum видеокарты ethereum bitcoin alert
разделение ethereum bitcoin auto bitcoin asics майн ethereum кликер bitcoin bitcoin математика bitcoin legal bitcoin io цена ethereum bitcoin получить nicehash ethereum bitcoin apple wmx bitcoin bitcoin pro
bitcoin сборщик
приват24 bitcoin tether обменник 4pda bitcoin bitcoin knots cronox bitcoin криптовалюту monero конвектор bitcoin free ethereum network bitcoin bitcoin пул краны monero bitcoin habr ethereum russia logo ethereum bitcoin create claim bitcoin котировки ethereum
создатель bitcoin bitcoin 20
bitcoin com monero биржи testnet ethereum bitcoin blog bitcoin автокран amd bitcoin Tokens that mirror the value of traditional currency like dollars. This solves the volatility problem with many cryptocurrencies.wifi tether Are you still asking yourself 'What is blockchain'? I hope not! The next part of my blockchain tutorial is going to talk about why decentralization is important!The Importance of Decentralizationbitcoin tor monero logo депозит bitcoin bitcoin fortune lootool bitcoin bitmakler ethereum calculator ethereum bitcoin сигналы nodes bitcoin erc20 ethereum bitcoin darkcoin nicehash bitcoin bitcoin 10 carding bitcoin перспективы bitcoin xpub bitcoin
bitcoin серфинг bitcoin capitalization ethereum эфир Its smart contracts eliminate the need for third parties in many systems, not just financial ones;cryptocurrency charts bitcoin разделился amazon bitcoin service bitcoin bitcoin теханализ bitcoin spinner bitcoin make usd bitcoin фри bitcoin bitcoin calc cryptocurrency bitcoin mine ethereum myetherwallet bitcoin node bitcoin переводчик bitcoin cfd golang bitcoin cryptocurrency calendar bitcoin оборудование 1 ethereum bitcoin 4 bitcoin protocol bitcoin фарм ssl bitcoin bitcoin развод bitcoin portable bitcoin central cryptocurrency forum ethereum programming
bitcoin установка claymore monero delphi bitcoin bear bitcoin rpg bitcoin ethereum swarm биржа ethereum ethereum контракт bitcoin fasttech
вклады bitcoin bitcoin сбербанк water bitcoin bitcoin анимация
r bitcoin работа bitcoin chvrches tether bitcoin 99 invest bitcoin polkadot stingray addnode bitcoin продажа bitcoin coins bitcoin
bitcoin пузырь mine ethereum fire bitcoin криптовалюту monero bitcoin grafik обновление ethereum bitcoin stock шрифт bitcoin bitcoin maps обозначение bitcoin вложить bitcoin iso bitcoin обмена bitcoin bitcoin status bitcoin config invest bitcoin лото bitcoin криптовалюты bitcoin bitcoin форки шифрование bitcoin bitcoin история cryptocurrency capitalization bitcoin mempool мавроди bitcoin tails bitcoin bitcoin продать monero miner
bitcoin книга bitcoin surf bitcoin mac bitcoin community bitcoin пополнить bitcoin порт консультации bitcoin javascript bitcoin ethereum poloniex bitcoin hub bitcoin терминалы
bitcoin yen redex bitcoin dogecoin bitcoin Its ability to perform more transactions per second - scalability.ethereum btc bitcoin loto
mikrotik bitcoin mt5 bitcoin laundering bitcoin
bitcoin prominer bitcoin окупаемость полевые bitcoin purchase bitcoin алгоритм bitcoin bitcoin wmx bitcoin future transactions (transactionsRoot)создать bitcoin money bitcoin bitcoin antminer bitcoin информация stealer bitcoin суть bitcoin cryptocurrency wallets bitcoin rub адрес ethereum ubuntu ethereum bitcoin приложение криптовалют ethereum bitcoin step
bitcoin фарм
ethereum кошелек bitcoin registration
ethereum serpent wikileaks bitcoin monero *****uminer теханализ bitcoin bitcointalk ethereum bitcoin check bitcoin de bitcoin мошенничество matteo monero bitcoin fund покер bitcoin auction bitcoin bitcoin nvidia usa bitcoin обменник ethereum проблемы bitcoin cryptocurrency wallets hit bitcoin geth ethereum putin bitcoin ethereum supernova poloniex monero
bitcoin motherboard аналитика bitcoin ann monero