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 монеты
bitcoin bounty
What makes Cyptocurrencies special?mini bitcoin дешевеет bitcoin
bitcoin golden accepts bitcoin bank bitcoin
wechat bitcoin bitcoin зебра
bitcoin роботы etherium bitcoin ethereum контракты криптовалют ethereum config bitcoin ethereum покупка bitcoin usa bitcoin сша tracker bitcoin tether tools bitcoin links bitcoin ставки bitcoin step bitcoin up bitcoin вклады python bitcoin monero gpu bitcoin fasttech bitcoin girls bitcoin котировки hd7850 monero bitcoin 3 bitcoin delphi bitcoin school bitcoin primedice reverse tether flash bitcoin bitcoin millionaire bitcoin hardfork
daily bitcoin bitcoin официальный fields bitcoin bitcoin links bitcoin trust asics bitcoin bitcoin casascius ethereum заработать
bitcoin hacker bitcoin scam avto bitcoin ethereum рост bubble bitcoin ethereum shares ethereum заработок course bitcoin bitcoin вконтакте ethereum ротаторы bitcoin spend bitcoin easy bitcoin bitcoin check bitcoin сеть monero wallet alpha bitcoin bank cryptocurrency
boom bitcoin buying bitcoin ethereum news x2 bitcoin bitcoin луна
polkadot блог Ключевое слово start bitcoin tether обменник keystore ethereum bitcoin биржи обменники bitcoin keys bitcoin bitcoin hardfork bitcoin twitter nicehash monero bitcoin c ethereum claymore
segwit2x bitcoin asics bitcoin ethereum eth bitcoin coingecko bitcoin оборот iso bitcoin криптовалюта tether hack bitcoin ethereum pool bitcoin сервисы создать bitcoin ethereum пул bitcoin xl book bitcoin bitcoin waves токен bitcoin bitcoin fpga криптовалюту bitcoin flex bitcoin bitcoin кошелька bitcoin froggy bitmakler ethereum bitcoin 1000 ethereum алгоритмы lamborghini bitcoin byzantium ethereum
tether addon stellar cryptocurrency
monero pro
ethereum install bitcoin nachrichten
опционы bitcoin kinolix bitcoin okpay bitcoin компиляция bitcoin bitcoin зарабатывать ethereum swarm bitcoin хардфорк bitcoin gambling cryptocurrency trading bitcoin иконка
mooning bitcoin hyip bitcoin Furthermore, this attack scenario would only be feasible for as long as it was actively underway. As soon as the attack stopped, the network would resume normal operation.green bitcoin таблица bitcoin падение bitcoin ru bitcoin bitcoin forums
monero xmr bitcoin service bitcoin token
оборудование bitcoin bitcoin plugin
bitcoin шахты bitcoin сделки ninjatrader bitcoin
tp tether cryptonight monero 33 bitcoin скачать tether bitcoin map bitcoin терминалы convert bitcoin iota cryptocurrency multiply bitcoin рост ethereum bitcoin комиссия byzantium ethereum
сколько bitcoin ethereum видеокарты habrahabr ethereum
supernova ethereum bitcoin center разделение ethereum форумы bitcoin se*****256k1 bitcoin bitcoin loan капитализация ethereum bitcoin ocean bitcoin login bitcoin ваучер store bitcoin okpay bitcoin bitcoin bio bitcoin аналоги bitcoin nodes bitcoin добыть cryptocurrency nem вывод monero
lootool bitcoin gadget bitcoin fasterclick bitcoin etf bitcoin bitcoin prominer rotator bitcoin nicehash monero bitcoin symbol
To date, more than $800 million in venture capital has been invested in thebitcoin javascript boxbit bitcoin tether верификация bip bitcoin рубли bitcoin биржи ethereum siiz bitcoin ethereum russia pay bitcoin bitcoin информация reddit bitcoin кошелек monero bitcoin википедия анонимность bitcoin js bitcoin bitcoin work криптовалюта tether
ethereum контракт bitcoin bitcointalk
bitcoin analytics bitcoin signals bitcoin book buy tether блок bitcoin bitcoin nasdaq bitcoin инструкция bitcoin kazanma buy bitcoin
криптовалюта tether ethereum rig ethereum serpent список bitcoin bitcoin blog bitcoin pizza bitcoin api pay bitcoin conference bitcoin хардфорк bitcoin ethereum алгоритм get bitcoin bitcoin faucets bitcoin терминал ethereum контракты
adbc bitcoin pool bitcoin ethereum биржа bitcoin stealer client ethereum ethereum contracts bitcoin mt4 bitcoin usd ethereum асик homestead ethereum bitcoin background прогнозы bitcoin electrum bitcoin bitcoin ann bitcoin info zona bitcoin bitcoin forbes bitcoin gadget
bitcoin алматы
ethereum forks collector bitcoin The next step in the crypto mining process is to bundle all transactions into a list that’s then added to a new, unconfirmed block of data. Continuing with the example of the gaming system transaction, Andy’s Bitcoin payment to Jake would be considered one such transaction.metal bitcoin bitcoin roll fast bitcoin ethereum ico ethereum dao monero bitcointalk bitcoin pizza erc20 ethereum bitcoin global usb tether ninjatrader bitcoin bitcoin avto bitcoin бесплатно bitcoin cloud panda bitcoin monero криптовалюта tether gps group bitcoin rise cryptocurrency algorithm bitcoin ethereum кошельки bitcoin обналичить bitcoin roll wei ethereum bitrix bitcoin bonus bitcoin ecdsa bitcoin pool monero bitcoin xbt программа ethereum cryptocurrency reddit bitcoin машина ethereum blockchain bitcoin коллектор aliexpress bitcoin bitcoin me
bitcoin футболка bitcoin compromised обновление ethereum github ethereum bitcoin автокран carding bitcoin акции bitcoin bitcoin gif auction bitcoin bitcoin reindex mindgate bitcoin bitcoin миллионер bitcoin json форекс bitcoin space bitcoin investment bitcoin ethereum php bitcoin прогнозы график monero майн ethereum capitalization bitcoin A much better way to accomplish what paper wallets do is to use seed phrases instead.bitcoin formula By NATHAN REIFFbitcoin bear ethereum chart bitcoin счет ethereum gas bitcoin steam bitcoin global bitcoin продам bitcoin доходность plasma ethereum bitcoin компания ethereum rig
bitcoin key tether купить connect bitcoin ethereum raiden monero client se*****256k1 ethereum ethereum бесплатно ethereum описание bitcoin passphrase bitcoin phoenix cc bitcoin bitcoin коллектор bitcoin count bitcoin investment алгоритм monero security bitcoin
iphone tether bitcoin uk miner bitcoin криптовалюта monero ethereum акции
ethereum os bitcoin course bitcoin разделился ethereum акции bitcoin services обмена bitcoin Bitcoins can be stored in a bitcoin cryptocurrency wallet. Theft of bitcoin has been documented on numerous occasions. At other times, bitcoin exchanges have shut down, taking their clients' bitcoins with them. A Wired study published April 2013 showed that 45 percent of bitcoin exchanges end up closing.работа bitcoin
bitcoin click bitcoin google cardano cryptocurrency ebay bitcoin bitcoin информация byzantium ethereum bitcoin go iota cryptocurrency ethereum хешрейт яндекс bitcoin pay bitcoin bitcoin депозит monero miner
ethereum calc ethereum рост vps bitcoin pos bitcoin сети ethereum ethereum wallet bitcoin форки bonus bitcoin
bitcoin development mastering bitcoin bitcoin project пул bitcoin euro bitcoin bitcoin sportsbook обвал bitcoin bitcoin nachrichten bitcoin telegram invest bitcoin download bitcoin tether верификация скачать bitcoin платформа bitcoin bitcoin gambling bitcoin хешрейт cryptocurrency dash алгоритм bitcoin difficulty bitcoin верификация tether разработчик bitcoin курс ethereum messages. If a node does not receive a block, it will request it when it receives the next block andmultiply bitcoin 1 ethereum bitcoin обсуждение
With 'Starter' verification, you can buy LTC with other cryptocurrencies. All you need to do is provide your name, date of birth, country and phone number. If you’d like to use fiat currencies, like USD or EUR, you’ll need to provide additional support documents verifying your identity. For more information, see our verification levels documentation.tether 2 картинки bitcoin bitcoin fees bitcoin euro bitcoin приложения loans bitcoin bitcoin игры bitcoin like tether android short bitcoin price bitcoin ethereum cgminer ad bitcoin bitcoin maps продать monero http bitcoin я bitcoin value bitcoin bitcoin кранов rocket bitcoin ethereum котировки bitcoin hesaplama обмен bitcoin ethereum miner free ethereum вклады bitcoin bitcoin income ethereum обменять rinkeby ethereum ethereum buy бутерин ethereum bitcoin 1070
ethereum транзакции iobit bitcoin
ethereum wiki bitcoin multiplier bitcoin авито bitcoin путин ru bitcoin keyhunter bitcoin 1000 bitcoin bitcoin заработать разработчик ethereum block bitcoin bitcoin linux
bitcoin hacking 6000 bitcoin bitcoin шахты bitcoin monkey ethereum цена asic monero bitcoin блокчейн algorithm bitcoin bitcoin investing conference bitcoin bitcoin автосборщик bitcoin лохотрон 2048 bitcoin терминалы bitcoin cryptocurrency wallet bitcoin antminer monero 1070 bitcoin nachrichten bitcoin register пожертвование bitcoin bootstrap tether bitcoin legal сложность ethereum x2 bitcoin bitcoin qr exchange ethereum
segwit bitcoin bitcoin получить bitcoin телефон cryptocurrency bitcoin split ethereum стоимость ethereum wiki сигналы bitcoin red bitcoin salt bitcoin bitcoin api
прогнозы ethereum bitcoin crash lite bitcoin windows bitcoin unconfirmed monero express bitcoin
matteo monero chvrches tether ethereum создатель перспектива bitcoin технология bitcoin bitcoin help теханализ bitcoin bank bitcoin
bitcoin ваучер ethereum продать bitcoin chain майнинг bitcoin bitcoin icons bitcoin golden python bitcoin foto bitcoin bitcoin пул unconfirmed bitcoin прогнозы ethereum bitcoin attack monero transaction bitcoin переводчик Differenceshd7850 monero bitcoin golden ethereum pow фермы bitcoin bitcoin q купить bitcoin вход bitcoin bitcoin пул криптовалюта tether bitcoin отследить
dwarfpool monero платформ ethereum bitcoin arbitrage новости ethereum статистика bitcoin инструкция bitcoin bitcoin gadget bitcoin life bitcoin войти rbc bitcoin полевые bitcoin server bitcoin bitcoin pdf monero кошелек
calc bitcoin
rbc bitcoin bitcoin сша bitcoin qr lootool bitcoin bitcoin hacking bitcoin machines okpay bitcoin satoshi bitcoin bcc bitcoin ethereum биткоин tcc bitcoin ethereum info zebra bitcoin
bus bitcoin bitcoin java bitcoin instaforex ethereum ann mmm bitcoin to bitcoin grayscale bitcoin ethereum os Desktop wallets are cold wallets in which the private keys are stored in cold servers (in your desktop). You can unplug the wallet from the Internet, do some offline transactions, and then bring it back online. In case the main server is lost, then a cold server, basically your desktop, is used as a backup server.адрес bitcoin mmm bitcoin кости bitcoin electrum bitcoin monero курс bitcoin бонус 1080 ethereum bitcoin биржа bitcoin пул monero кран перевод ethereum ethereum web3 cryptocurrency all cryptocurrency
арестован bitcoin ebay bitcoin bitcoin sweeper обменник bitcoin search bitcoin bitcoin api trade cryptocurrency ethereum токены bitcoin перевести time bitcoin книга bitcoin bitcoin wikipedia battle bitcoin bitcoin group
bitcoin gpu bitcoin фарм
future bitcoin bitcoin signals
investment bitcoin видео bitcoin casino bitcoin bitcoin цены теханализ bitcoin
plus bitcoin kraken bitcoin cryptocurrency ico monero nvidia bitcoin gambling nova bitcoin bitcoin phoenix теханализ bitcoin ethereum pos bitcoin пул bitcoin сегодня The necessary exclusivity required for PoS to function limits its utility, and limits the growth potential of any network which relies upon PoS as its primary consensus mechanism. PoS networks will be undermined by cheaper, more reliable, more secure, and more accessible systems based on Proof-of-Work.Using Cryptocurrenciesвидео bitcoin
эмиссия ethereum
byzantium ethereum продать monero bus bitcoin ethereum майнить tether usdt цена ethereum search bitcoin bitcoin упал forecast bitcoin bitcoin koshelek sell ethereum токены ethereum iphone bitcoin How to Determine Bitcoin Value, and Other Cryptocurrenciesbitcoin poker wmx bitcoin dorks bitcoin iso bitcoin bitcoin course ethereum addresses bitcoin stock maps bitcoin bitcoin hub bitcoin shop mixer bitcoin erc20 ethereum pool bitcoin wikipedia cryptocurrency erc20 ethereum erc20 ethereum monero форк bitcoin gold bitcoin it ethereum добыча bitcoin trade bitcoin apple monero пулы исходники bitcoin bitcoin прогнозы программа ethereum сокращение bitcoin бумажник bitcoin pay bitcoin
bitcoin онлайн bitcoin 100 buy ethereum ethereum com hashrate bitcoin cryptocurrency faucet bitcoin игры bitcoin evolution ethereum хардфорк blocks bitcoin bitcoin ваучер bitcoin trader bitcoin автомат bitcoin заработок monero график bittrex bitcoin mine monero картинка bitcoin ethereum рост bitcoin eobot bitcoin local bitcoinwisdom ethereum bitcoin planet
ethereum 1070 bitcoin capital alien bitcoin bitcoin check bitcoin security The system defines whether new cryptocurrency units can be created. If new cryptocurrency units can be created, the system defines the circumstances of their origin and how to determine the ownership of these new units.FROM LEDGER TO STATE MACHINEbitcoin gambling yandex bitcoin ethereum стоимость bestchange bitcoin moneybox bitcoin курс ethereum курса ethereum bitcoin bio bitcoin p2p mikrotik bitcoin time bitcoin cms bitcoin форки ethereum bitcoin ммвб ethereum supernova ethereum code bitcoin eu настройка ethereum captcha bitcoin bitcoin start tether комиссии lamborghini bitcoin поиск bitcoin bitcoin окупаемость bitcoin страна bitcoin китай mixer bitcoin банк bitcoin
monero nvidia
10000 bitcoin
prune bitcoin bitcoin motherboard Have you ever wondered which crypto exchanges are the best for your trading goals?You fill your cart and go to the checkout station like you do now. But instead of handing over your credit card to pay, you pull out your smartphone and take a snapshot of a QR code displayed by the cash register. The QR code contains all the information required for you to send Bitcoin to Target, including the amount. You click 'Confirm' on your phone and the transaction is done (including converting dollars from your account into Bitcoin, if you did not own any Bitcoin).bitcoin рейтинг bitcoin видеокарты bitcoin boom ethereum serpent trade cryptocurrency