Last Update 2018.07.14 12:43 PM UTC

Monero

XMR

TWD Price

TWD 3,946.95

TWD -44.51    ( -1.12% )
Market Cap       13
TWD 64.03 B
( TWD 64,034,575,592 )

Change 1HR
0.12%
Volume 24HR
TWD 0
XMR 0
Change 24HR
-1.12%
24HR Low-High
TWD 3,922.67 - TWD 4,021.80
Change 7 Day
-8.46%
  • Supply & Demand
    2,4,5,2,3,7,6,3,2,3,3,8
  • Mined
    16,223,941
  • Circulating Supply
    16,223,928
  • Total Supply
    16,223,928

Monero (XMR) is a cryptonight algorithm based alternative crypto currency. The coin is based on Proof of Work and has a block reward that varies smoothly. The difficulty retargets every block with a sixty second block target. 

Monero uses a Ring Signature system to protect your privacy, allowing users to make untraceable transactions.

  • Privacy (Untraceable payments, Unlinkable transactions)
    Monero daemon uses the original CryptoNote protocol except for the initial changes (as the block time and emission speed). The protocol itself is based on ring signatures (Daniel J. Bernstein's Curve25519 + Ed25519, Schnorr signatures on a Twisted Edwards curve) and stealth addresses. The end result is passive, decentralised mixing based on heavily-tested algorithms.
  • Decentralisation
    The smart mining[20] forthcoming feature will allow transparent CPU mining on the user's computer, far from the de facto centralization of mining farms and pool mining, pursuing Satoshi Nakamoto's original vision of a true p2p currency.
  • Scalability
    Monero has no hardcoded limit, which means it doesn't have a 1 MB block size limitation preventing scalability.

Ring Signature 

The Basics

In cryptography, a ring signature is a type of digital signature that can be performed by any member of a group of users that each have keys. Therefore, a message signed with a ring signature is endorsed by someone in a particular group of people. One of the security properties of a ring signature is that it should be computationally infeasible to determine which of the group members' keys was used to produce the signature.

For instance, a ring signature could be used to provide an anonymous signature from "a high-ranking White House official", without revealing which official signed the message. Ring signatures are right for this application because the anonymity of a ring signature cannot be revoked, and because the group for a ring signature can be improvised (requires no prior setup).

 

Application to Monero

A ring signature makes use of your account keys and a number of public keys (also known as outputs) pulled from the blockchain using a triangular distribution method. Over the course of time, past outputs could be used multiple times to form possible signer participants. In a "ring" of possible signers, all ring members are equal and valid. There is no way an outside observer can tell which of the possible signers in a signature group belongs to your account. So, ring signatures ensure that transaction outputs are untraceable. Moreover, there are no fungibility issues with Monero given that every transaction output has plausible deniability (e.g. the network can not tell which outputs are spent or unspent).

To read how Monero gives you privacy by default (unlinkability), see stealth addresses.